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}