From 968c372a5f153b0b347653d270af2bbda2971918 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 28 Oct 2013 12:36:07 +0100 Subject: [PATCH] add some info in addresses list --- templates/admin/default/customer-edit.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/admin/default/customer-edit.html b/templates/admin/default/customer-edit.html index 71c6b8695..f8c3ebae7 100644 --- a/templates/admin/default/customer-edit.html +++ b/templates/admin/default/customer-edit.html @@ -161,6 +161,10 @@ {$ADDRESS1}
{$ADDRESS2}
{$ADDRESS3}
+ {$ZIPCODE} {$CITY}
+ {loop name="address.country" type="country" id=$COUNTRY} + {$TITLE}
+ {/loop} {if $PHONE} P: {$PHONE}
{/if}