{*
* Shipping and billing address settings
*}
{foreach $shipbill_address as $addr}
{$addr.name}
[`Disabled`]
getParameter('_disabled')} checked{/if}>
[`Enabled`]
{if $addr.short_id == 'ship'}
[`When shipping address form is disabled (hidden) on the “Contact info” step, address will be automatically prompted on the “Shipping” checkout step.`]
[`If enabled, customer will be prompted to fill in address fields directly on the “Contact info” checkout step.`]
{if $addr.short_id == 'ship'}[`In case shipping method and address were prompted prior to the contact info, only missing address fields will be requested.`]{/if}
[`Hide certain fields`]
{foreach $addr.subfields as $sf}
{/foreach}
{/foreach}
{*
* Personal data processing settings
*}