{include file="templates/emails/elements/top_html.html"}

Hey {$user_data.fname}, thanks for registering!

Here are the details you submitted:

Name: {$user_data.fname|htmlspecialchars} {$user_data.lname|htmlspecialchars}
{$msg.billing.company}: {$user_data.company|htmlspecialchars}
{$msg.billing.address_line1}: {$user_data.address1|htmlspecialchars}
{$msg.billing.address_line2}: {$user_data.address2|htmlspecialchars}
{$msg.billing.city}: {$user_data.city|htmlspecialchars}
{$msg.billing.state_province}: {$user_data.province|htmlspecialchars}
{$msg.billing.country}: {$user_data.country_name|htmlspecialchars}
{$msg.billing.postal_code}: {$user_data.zip|htmlspecialchars}
{if $cf_billing} {foreach from=$cf_billing item="cf"} {$cf.field_name}: {$cf.value_translated}
{/foreach} {/if} {$msg.account.email_address}: {$user_data.email|htmlspecialchars}
{$msg.billing.phone_number}: {$user_data.phone|htmlspecialchars}
{if $cf_account} {foreach from=$cf_account item="cf"} {$cf.field_name}: {$cf.value_translated}
{/foreach} {/if} {if $cf_signup} {foreach from=$cf_signup item="cf"} {$cf.field_name}: {$cf.value_translated}
{/foreach} {/if}

You can edit these details at any time, as well as view your orders in your account area. Thanks again! {include file="templates/emails/elements/bottom_html.html"}