diff --git a/admin-dev/themes/template/customers/view.tpl b/admin-dev/themes/template/customers/view.tpl index a8a3cc5b5..2320743e8 100644 --- a/admin-dev/themes/template/customers/view.tpl +++ b/admin-dev/themes/template/customers/view.tpl @@ -124,7 +124,7 @@

{l s='Messages'} ({count($messages)})

{if count($messages)} - +
@@ -220,29 +220,37 @@
{l s='Status'} {l s='Message'}
{/if} -
  {assign var=count_ko value=count($orders_ko)} {if $count_ko}

{l s='Invalid orders:'} {$count_ko}

- +
+ + + + + + + + + - + - - + + {foreach $orders_ko AS $key => $order} - - + + {/foreach} @@ -389,9 +397,14 @@ {if count($interested)} -
+

{l s='Products'} ({count($interested)})

-
{l s='ID'}{l s='ID'} {l s='Date'}{l s='Products'}{l s='Total paid'} {l s='Payment'} {l s='State'}{l s='Products'}{l s='Total paid'} {l s='Actions'}
{$order['id_order']} {$order['date_add']}{$order['nb_products']}{$order['total_paid_real']} {$order['payment']} {$order['order_state']}{$order['nb_products']}{$order['total_paid_real']}
+
+ + + + + {foreach $interested as $key => $p}
{$p['id']}