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)}
-
+
| {l s='Status'} |
{l s='Message'} |
@@ -220,29 +220,37 @@
{/if}
-
{assign var=count_ko value=count($orders_ko)}
{if $count_ko}
{l s='Invalid orders:'} {$count_ko}
-
+
+
+
+
+
+
+
+
+
+
- | {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'} |
{foreach $orders_ko AS $key => $order}
| {$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}
@@ -389,9 +397,14 @@
{if count($interested)}
-
+
{l s='Products'} ({count($interested)})
-
+
+
+
+
+
+
{foreach $interested as $key => $p}
| {$p['id']} |