/home/sharedstore/.trash/themes/Electshop/templates/checkout/_partials
NameSizeModeActions
steps/-0755rm
address-form.tpl18150644editdlrm
address-selector-block.tpl28030644editdlrm
cart-detailed-actions.tpl19860644editdlrm
cart-detailed-product-line.tpl77060644editdlrm
cart-detailed-totals.tpl23110644editdlrm
cart-detailed.tpl18160644editdlrm
cart-summary-items-subtotal.tpl13610644editdlrm
cart-summary-product-line.tpl21680644editdlrm
cart-summary-products.tpl17590644editdlrm
cart-summary-subtotals.tpl16480644editdlrm
cart-summary-top.tpl11770644editdlrm
cart-summary-totals.tpl23460644editdlrm
cart-summary.tpl18760644editdlrm
cart-voucher.tpl40810644editdlrm
customer-form.tpl19710644editdlrm
footer.tpl17660644editdlrm
header.tpl26350644editdlrm
index.php13000644editdlrm
login-form.tpl13730644editdlrm
order-confirmation-table.tpl67070644editdlrm
order-final-summary-table.tpl17460644editdlrm
order-final-summary.tpl41050644editdlrm
Edit: /home/sharedstore/.trash/themes/Electshop/templates/checkout/_partials/address-form.tpl (1815B)
{extends file='customer/_partials/address-form.tpl'} {block name='form_field'} {if $field.name eq "alias" and $customer.is_guest} {* we don't ask for alias here if customer is not registered *} {else} {$smarty.block.parent} {/if} {/block} {block name="address_form_url"}
{/block} {block name='form_fields' append} {if $type === "delivery"}
{/if} {/block} {block name='form_buttons'} {if !$form_has_continue_button} {l s='Cancel' d='Shop.Theme.Actions'} {else} {if $customer.addresses|count > 0} {l s='Cancel' d='Shop.Theme.Actions'} {/if}
{/if} {/block}