first commit
This commit is contained in:
20
themes/ayon_/templates/customer/address.tpl
Normal file
20
themes/ayon_/templates/customer/address.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
{extends file='customer/page.tpl'}
|
||||
|
||||
{block name='page_title'}
|
||||
{if $editing}
|
||||
{l s='Update your address' d='Shop.Theme.Customeraccount'}
|
||||
{else}
|
||||
{l s='New address' d='Shop.Theme.Customeraccount'}
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block name='page_content'}
|
||||
<div class="address-form">
|
||||
{render template="customer/_partials/address-form.tpl" ui=$address_form}
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block name='page_footer'}
|
||||
{block name='my_account_links'}
|
||||
{/block}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user