diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index 2a683185d..82956455a 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -36,7 +36,7 @@

{l s='Customer information'}

{if $customer->id} - {$customer->firstname} {$customer->lastname} + {$customer->firstname} {$customer->lastname} {l s='#'}{$customer->id}
{$customer->email}

{l s='Account registration date:'} {dateFormat date=$customer->date_add}
@@ -51,12 +51,12 @@

{l s='Order information'}

{if $order->id} - {l s='Order #%d' sprintf=$order->id|string_format:"%06d"} + {l s='Order #%d' sprintf=$order->id|string_format:"%06d"}

{l s='Made on:'} {dateFormat date=$order->date_add}



{else} {l s='No order created from this cart'} -

{l s='Create an order with from cart'}

+

{l s='Create an order with from cart'}

{/if}
@@ -80,7 +80,7 @@ {if isset($customized_datas[$product.id_product][$product.id_product_attribute])} {$product.image} - + {$product.name}{if isset($product.attributes)}
{$product.attributes}{/if}
{if $product.reference}$this->l('Ref:') {$product.reference}{/if} {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if} @@ -125,7 +125,7 @@ {$product.image} -
+ {$product.name}{if isset($product.attributes)}
{$product.attributes}{/if}
{if $product.reference}{l s='Ref:'} {$product.reference}{/if} {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if} @@ -175,7 +175,7 @@ {foreach from=$discounts item='discount'} -
{$discount.name} + {$discount.name} - {displayWtPriceWithCurrency price=$discount.value_real currency=$currency} {/foreach} diff --git a/admin-dev/themes/default/template/controllers/orders/_documents.tpl b/admin-dev/themes/default/template/controllers/orders/_documents.tpl index b6e87bcd9..11826dd10 100644 --- a/admin-dev/themes/default/template/controllers/orders/_documents.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_documents.tpl @@ -60,12 +60,12 @@ {if get_class($document) eq 'OrderInvoice'} {if isset($document->is_delivery)} - + {else} - + {/if} {elseif get_class($document) eq 'OrderSlip'} - + {/if} {if get_class($document) eq 'OrderInvoice'} {if isset($document->is_delivery)} diff --git a/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl b/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl index 14edc0b8a..412411841 100644 --- a/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl @@ -27,7 +27,7 @@ {* Generate HTML code for printing Invoice Icon with link *} {if ($order_state->invoice || $order->invoice_number)} - invoice + invoice {else} - {/if} @@ -36,7 +36,7 @@ {* Generate HTML code for printing Delivery Icon with link *} {if ($order_state->delivery || $order->delivery_number)} - delivery + delivery {else} - {/if} diff --git a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl index dcbfb358c..c2aa56d31 100644 --- a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl @@ -58,7 +58,7 @@ {if $line.url && $line.tracking_number}{$line.tracking_number}{else}{$line.tracking_number}{/if} {if $line.can_edit} -
+