first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View 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}