diff --git a/templates/admin/default/customer-edit.html b/templates/admin/default/customer-edit.html index 87b372ea5..f3d83aa8b 100644 --- a/templates/admin/default/customer-edit.html +++ b/templates/admin/default/customer-edit.html @@ -203,6 +203,45 @@ +
+
+
+
+ {intl l="orders for this customer"} +
+
+
+ + + + + + + + + + + {loop type="order" name="order-list" customer="{$customer_id}" backend_context="1" status='*'} + {loop type="order-status" name="order-status" id=$STATUS} + {assign "orderStatus" $TITLE} + {assign "orderStatusLabel" "order_$CODE"} + {/loop} + + + + + + + {/loop} + +
{intl l="Order n°"}{intl l="Date & Hour"}{intl l="Amount"}{intl l="Status"}
{$REF}{format_date date=$CREATE_DATE}{$TOTAL_TAXED_AMOUNT} + {$orderStatus} +
+
+
+
+
+
{/loop}