diff --git a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl
index 4cfdf06fb..1a18959e9 100755
--- a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl
+++ b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl
@@ -49,7 +49,7 @@
{if ($order->hasBeenPaid())}
{$product['customizationQuantityRefunded']} | {/if}
{if ($order->hasBeenDelivered() || $order->hasProductReturned())}{$product['customizationQuantityReturned']} | {/if}
{if $stock_management} - | {/if}
-
+ |
{if ($order->getTaxCalculationMethod() == $smarty.const.PS_TAX_EXC)}
{displayPrice price=Tools::ps_round($product['product_price'] * $product['customizationQuantityTotal'], 2) currency=$currency->id|intval}
{else}
@@ -109,7 +109,7 @@
|
-
|
-
+ |
{if ($order->getTaxCalculationMethod() == $smarty.const.PS_TAX_EXC)}
{displayPrice price=Tools::ps_round($product['product_price'] * $customization['quantity'], 2) currency=$currency->id|intval}
{else}
@@ -133,15 +133,21 @@
0/{$customization['quantity']-$customization['quantity_refunded']}
{/if}
|
-
- {l s='Quantity:'}
- 0/{$customization['quantity']-$customization['quantity_refunded']}
-
- {l s='Amount:'} {$currency->prefix}{$currency->suffix}
+ |
+
+
|
{if ($can_edit && !$order->hasBeenDelivered())}
|
- |
+ |
{/if}
{/foreach}
diff --git a/admin-dev/themes/default/template/controllers/orders/_product_line.tpl b/admin-dev/themes/default/template/controllers/orders/_product_line.tpl
index 83cc5c0db..d2f8a25db 100755
--- a/admin-dev/themes/default/template/controllers/orders/_product_line.tpl
+++ b/admin-dev/themes/default/template/controllers/orders/_product_line.tpl
@@ -39,7 +39,7 @@
{if $product.product_reference}{l s='Ref:'} {$product.product_reference}
{/if}
{if $product.product_supplier_reference}{l s='Ref Supplier:'} {$product.product_supplier_reference}{/if}
-
+ |
{displayPrice price=$product_price currency=$currency->id}
{if $can_edit}
@@ -90,7 +90,7 @@
|
{/if}
{if $stock_management}{$product['current_stock']} | {/if}
-
+ |
{displayPrice price=(Tools::ps_round($product_price, 2) * ($product['product_quantity'] - $product['customizationQuantityTotal'])) currency=$currency->id}
|
|
@@ -125,11 +125,20 @@
0/{$productQuantity}
{/if}
-
- {l s='Quantity:'} 0/{$productQuantity-$product['product_quantity_refunded']}
- {l s='Amount:'} {$currency->prefix} {$currency->suffix} {if !empty($product['amount_refund']) && $product['amount_refund'] > 0}({l s='%s refund' sprintf=$product['amount_refund']}){/if}
-
-
+ |
+
+
|
{if ($can_edit && !$order->hasBeenDelivered())}
diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl
index e620659b4..7da3bf8a6 100755
--- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl
@@ -27,7 +27,7 @@
{block name="override_tpl"}
|