validate create and update address in front context
This commit is contained in:
11
templates/default/address_list.html
Normal file
11
templates/default/address_list.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{check_auth context="front" roles="CUSTOMER" login_tpl="login"}
|
||||
{include file="includes/header.html"}
|
||||
{$page_title="{intl l='My Account'}"}
|
||||
|
||||
<ul>
|
||||
{loop type="address" name="customer_list" customer="current"}
|
||||
<li>{#LABEL} - {#FIRSTNAME} {#LASTNAME} - <a href="{url path="/address/edit/{#ID}"}">edit</a></li>
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
{include file="includes/footer.html"}
|
||||
Reference in New Issue
Block a user