{$msg.account.register}
{if $is_user_errors == "yes"}
{$msg.account.register_error} {if $userErrors}
{foreach from=$userErrors item="userError"}
{$userError}
{/foreach}
{/if}
{/if}
{lang msg=$msg.account.register_note url=$url_https}
{$msg.common.required_fields_are_bold}
{$msg.billing.billing_information}
{$msg.billing.first_name}
{$msg.billing.last_name}
{if $FormsBillingCompany != "Invisible"}
{$msg.billing.company}
{else}
{/if}
{$msg.billing.address_line1}
{if $FormsBillingAddressLine2 != "Invisible"}
{$msg.billing.address_line2}
{else}
{/if}
{$msg.billing.city}
{$msg.billing.country}
{$msg.billing.state_province}
{$msg.billing.state_province}
{$msg.billing.postal_code}
{if $FormsBillingPhone != "Invisible"}
{$msg.billing.phone_number}
{else}
{/if} {if $cf_billing} {foreach from=$cf_billing item="cfield"}
{if $cfield.field_type != "radio"}
{$cfield.field_caption}
{cfield field=$cfield mobile=true} {else}
{$cfield.field_caption}
{cfield field=$cfield mobile=true}
{/if}
{/foreach} {/if}
{$msg.shipping.shipping_information}
{$msg.shipping.shipping_as_billing}
{$msg.shipping.shipping_as_billing_description}
{$msg.account.account_information}
{$msg.account.username} ({$msg.account.username_note})
{$msg.account.password} ({$msg.account.password_note})
{$msg.account.password_confirm}
{$msg.account.email_address}
{$msg.account.subscribe_updates}
{$msg.account.subscribe_newsletter}
{$msg.account.email_mode}
{$msg.account.email_html}
{$msg.account.email_text}
{if $cf_account} {foreach from=$cf_account item="cfield"}
{if $cfield.field_type != "radio"}
{$cfield.field_caption}
{cfield field=$cfield mobile=true} {else}
{$cfield.field_caption}
{cfield field=$cfield mobile=true}
{/if}
{/foreach} {/if}
{if $captchaMethod != "None" && $captcha}
Captcha
Please enter CAPTCHA
{$captcha}
{/if} {if $cf_signup}
{$msg.cart.additional_information}
{foreach from=$cf_signup item="cfield"}
{if $cfield.field_type != "radio"}
{$cfield.field_caption}
{cfield field=$cfield mobile=true} {else}
{$cfield.field_caption}
{cfield field=$cfield mobile=true}
{/if}
{/foreach}
{/if}
{if $DisplayTermsAndConditionsCheckbox == "Yes"}
{lang msg=$msg.account.register_agree_policy url=$url_rel}
{/if}