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}
- |
+
+
+ {$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}
@@ -58,23 +60,19 @@
{/if}
|
{if ($order->hasBeenPaid())}
-
+ |
{$product['product_quantity_refunded']}
{if count($product['refund_history'])}
-
- +
-
- {l s='Refund history'}
- {foreach $product['refund_history'] as $refund}
- {l s='%1s - %2s' sprintf=[{dateFormat date=$refund.date_add}, {displayPrice price=$refund.amount_tax_incl}]}
- {/foreach}
-
-
+
{/if}
|
{/if}
{if $order->hasBeenDelivered() || $order->hasProductReturned()}
-
+ |
{$product['product_quantity_return']}
{if count($product['return_history'])}
@@ -89,12 +87,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}
|
|
-
+ |
@@ -152,13 +150,38 @@
{/if}
|
-
-
-
-
-
+ |
+
+ {l s='Choose an action'}
+
+
+
|
{/if}
-