{** * NOTICE OF LICENSE * * This source file is subject to the Software License Agreement * that is bundled with this package in the file LICENSE.txt. * * @author Peter Sliacky (Zelarg) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) *}
{if isset($customer) && ($customer.is_logged && !$customer.is_guest)}{l s='Personal Information' d='Shop.Theme.Checkout'} {else}{l s='Create an account' mod='thecheckout'}{/if}
{if $z_tc_config->move_login_to_account && !($customer.is_logged && !$customer.is_guest)}
{include file='module:thecheckout/views/templates/front/blocks/login-form.tpl'}
{/if}
{$hook_displayPersonalInformationTop nofilter}
{block name="account_form_fields"}
{block name='form_fields'} {include file='module:thecheckout/views/templates/front/_partials/static-customer-info.tpl' s_customer=$customer} {assign parentTplName 'account'} {foreach from=$formFieldsAccount item="field"} {block name='form_field'} {include file='module:thecheckout/views/templates/front/_partials/checkout-form-fields.tpl' checkoutSection='account'} {/block} {/foreach} {/block} {$hook_create_account_form nofilter}
{/block}
{if $z_tc_config->show_button_save_personal_info} {/if}