- {l s='Product:'}
-
+ {l s='Product:'}
+
{l s='Combinations'}
- |
- {if $currency->sign % 2}{$currency->sign}{/if} {if !($currency->sign % 2)}{$currency->sign}{/if} {l s='tax excl.'}
- {if $currency->sign % 2}{$currency->sign}{/if} {if !($currency->sign % 2)}{$currency->sign}{/if} {l s='tax incl.'}
+ {if $currency->sign % 2}
+ {$currency->sign}
+ {/if}
+
+ {if !($currency->sign % 2)}
+ {$currency->sign}
+ {/if}
+ {l s='tax excl.'}
+
+ {if $currency->sign % 2}
+ {$currency->sign}
+ {/if}
+
+ {if !($currency->sign % 2)}
+ {$currency->sign}
+ {/if}
+ {l s='tax incl.'}
|
- |
- {if ($order->hasBeenPaid())} | {/if}
+
+
+ |
+ {if ($order->hasBeenPaid())} | {/if}
{if $display_warehouse} | {/if}
- {if ($order->hasBeenDelivered())} | {/if}
- 0 |
- {displayPrice price=0 currency=$currency->id} |
-
+ {if ($order->hasBeenDelivered())} | | {/if}
+ 0 |
+ {displayPrice price=0 currency=$currency->id} |
+
{if sizeof($invoices_collection)}
|
-
+
|
-id && isset($product.image_size)} height="{$product['image_size'][1] + 7}"{/if}>
+ | {if isset($product.image) && $product.image->id}{$product.image_tag}{/if} |
{$product['product_name']}
{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}
- {if $currency->sign % 2}{$currency->sign}{/if} {if !($currency->sign % 2)}{$currency->sign}{/if} {l s='tax excl.'}
- {if $currency->sign % 2}{$currency->sign}{/if} {if !($currency->sign % 2)}{$currency->sign}{/if} {l s='tax incl.'}
+ {if $currency->sign % 2}
+ {$currency->sign}
+ {/if}
+
+ {if !($currency->sign % 2)}{$currency->sign}{/if}
+ {l s='tax excl.'}
+ {if $currency->sign % 2}{$currency->sign}{/if}
+
+ {if !($currency->sign % 2)}{$currency->sign}{/if} {l s='tax incl.'}
{/if}
|
-
+ |
{$product['product_quantity']}
{if $can_edit}
-
+
{/if}
|
{if $display_warehouse}{$product.warehouse_name|escape:'htmlall':'UTF-8'} | {/if}
{if ($order->hasBeenPaid())}
-
+ |
{$product['product_quantity_refunded']}
{if count($product['refund_history'])}
@@ -74,7 +82,7 @@
|
{/if}
{if $order->hasBeenDelivered() || $order->hasProductReturned()}
-
+ |
{$product['product_quantity_return']}
{if count($product['return_history'])}
@@ -89,12 +97,12 @@
{/if}
|
{/if}
- {if $stock_management}{$product['current_stock']} | {/if}
-
+ {if $stock_management} | {$product['current_stock']} | {/if}
+
{displayPrice price=(Tools::ps_round($product_price, 2) * ($product['product_quantity'] - $product['customizationQuantityTotal'])) currency=$currency->id}
|
|
-
+ |
@@ -108,7 +116,7 @@
{if ($product['product_quantity_return'] + $product['product_quantity_refunded'] >= $product['product_quantity'])}
{elseif (!$order->hasBeenDelivered() OR Configuration::get('PS_ORDER_RETURN'))}
-
+
{/if}
{if $product['customizationQuantityTotal']}
@@ -125,29 +133,72 @@
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}
+ |
+
+ {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())}
-
+ |
{if sizeof($invoices_collection)}
{else}
{/if}
|
-
-
-
-
-
+ |
+ {* edit/delete controls *}
+
+
+
+
+
+ {* Update controls *}
+
+
+
+
|
{/if}
diff --git a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl
index 10d490720..c40fddcef 100644
--- a/admin-dev/themes/default/template/controllers/orders/_shipping.tpl
+++ b/admin-dev/themes/default/template/controllers/orders/_shipping.tpl
@@ -69,7 +69,7 @@