From a72b6e5ca75c99d2642fe9ca903db11ce61ebacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Chans=C3=A9aume?= Date: Tue, 15 Jul 2014 14:49:14 +0200 Subject: [PATCH] Added direct link to the customer page on order detail. --- templates/backOffice/default/order-edit.html | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/templates/backOffice/default/order-edit.html b/templates/backOffice/default/order-edit.html index 5fe46c037..0917404e3 100644 --- a/templates/backOffice/default/order-edit.html +++ b/templates/backOffice/default/order-edit.html @@ -168,6 +168,32 @@ + + {loop type="order_address" name="order-invoice-address" id=$INVOICE_ADDRESS} + {assign "orderInvoiceFirstName" $FIRSTNAME} + {assign "orderInvoiceLastName" $LASTNAME} + {assign "orderInvoiceCompany" $COMPANY} + {/loop} +
+ + + + + + + + {if $orderInvoiceCompany} + + + + + {/if} + +
+ {intl l='Customer information'} +
{intl l="Customer"}{$orderInvoiceFirstName|ucwords} {$orderInvoiceLastName|upper}
{intl l="Company"}{$orderInvoiceCompany}
+
+