diff --git a/templates/customer/_partials/order-detail-no-return.tpl b/templates/customer/_partials/order-detail-no-return.tpl index 005af9b..040e309 100644 --- a/templates/customer/_partials/order-detail-no-return.tpl +++ b/templates/customer/_partials/order-detail-no-return.tpl @@ -23,31 +23,31 @@ * International Registered Trademark & Property of PrestaShop SA *} {block name='order_products_table'} -
{l s='Product' d='Shop.Theme.Catalog'} | -{l s='Quantity' d='Shop.Theme.Catalog'} | -{l s='Unit price' d='Shop.Theme.Catalog'} | -{l s='Total price' d='Shop.Theme.Catalog'} | +{l s='Product' d='Shop.Theme.Catalog'} | +{l s='Quantity' d='Shop.Theme.Catalog'} | +{l s='Unit price' d='Shop.Theme.Catalog'} | +{l s='Total price' d='Shop.Theme.Catalog'} |
---|---|---|---|---|---|---|---|
+ | |||||||
-
+
{$product.name}
{if $product.reference} - {l s='Reference' d='Shop.Theme.Catalog'}: {$product.reference} + {l s='Reference' d='Shop.Theme.Catalog'}: {$product.reference} {/if} {if $product.customizations} {foreach from=$product.customizations item="customization"} -
- {l s='Product customization' d='Shop.Theme.Catalog'}
+
@@ -61,11 +61,11 @@
{foreach from=$customization.fields item="field"}
-
-
+
+
{$field.label}
-
+
@@ -86,7 +86,7 @@
{/foreach}
{/if}
{if $field.type == 'text'}
{if (int)$field.id_module}
{$field.text nofilter}
@@ -73,7 +73,7 @@
{$field.text}
{/if}
{elseif $field.type == 'image'}
-
|
- + | {if $product.customizations} {foreach $product.customizations as $customization} {$customization.quantity} @@ -95,52 +95,49 @@ {$product.quantity} {/if} | -{$product.price} | -{$product.total} | +{$|cat:$product.price} | +{$|cat:$product.total} | |
{$line.label} | -{$line.value} | +||||||
{$line.label} | +{$line.value} | ||||||
{$order.totals.total.label} | -{$order.totals.total.value} | +||||||
{$order.totals.total.label} | +{$order.totals.total.value} |