From 2ac6ada03d053470298f1e10b777ea2e11bdaf2c Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Mon, 29 Jul 2013 11:01:48 +0200 Subject: [PATCH] // update order tab --- .../controllers/orders/helpers/view/view.tpl | 37 +++++++++++-------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index 0b735bc19..042c2c3c1 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -201,8 +201,12 @@ {l s='Customer information'} - {$customer->firstname} {$customer->lastname} ({l s='#'}{$customer->id})
- ({$customer->email})

+ + + {$customer->firstname} {$customer->lastname} + + ({l s='#'}{$customer->id}) + ({$customer->email}) {if ($customer->isGuest())} {l s='This order has been placed by a guest.'} {if (!Customer::customerExists($customer->email))} @@ -215,9 +219,9 @@
{l s='A registered customer account has already claimed this email address'}
{/if} {else} - {l s='Account registered:'} {dateFormat date=$customer->date_add full=true}
- {l s='Valid orders placed:'} {$customerStats['nb_orders']}
- {l s='Total spent since registration:'} {displayPrice price=Tools::ps_round(Tools::convertPrice($customerStats['total_orders'], $currency), 2) currency=$currency->id}
+ {l s='Account registered:'} {dateFormat date=$customer->date_add full=true} + {l s='Valid orders placed:'} {$customerStats['nb_orders']} + {l s='Total spent since registration:'} {displayPrice price=Tools::ps_round(Tools::convertPrice($customerStats['total_orders'], $currency), 2) currency=$currency->id} {/if} @@ -231,10 +235,10 @@ @@ -351,8 +355,8 @@ {/if}
- {displayAddressDetail address=$addresses.delivery newLine='
'} - {if $addresses.delivery->other}
{$addresses.delivery->other}
{/if} + {displayAddressDetail address=$addresses.delivery newLine=''} + {if $addresses.delivery->other}
{$addresses.delivery->other}{/if}