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}
+
+