From 1140b5e8b5f7d10c8b34fc255269f80a34254901 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Fri, 15 Nov 2013 15:06:30 +0100 Subject: [PATCH] [*] FO : Fix #PSCFV-8715 add product.attributes in carrier tpl --- themes/default/order-carrier.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/order-carrier.tpl b/themes/default/order-carrier.tpl index 9a8f40adc..e623f82d6 100644 --- a/themes/default/order-carrier.tpl +++ b/themes/default/order-carrier.tpl @@ -211,7 +211,8 @@ {/if} {* This foreach is on one line, to avoid tabulation in the title attribute of the acronym *} {foreach $carrier.product_list as $product} - {if $product@index == 4}...){/if}{else}{$product.name}{if !$product@last}, {else}){/if}{/if}{/foreach} +{} + {if $product@index == 4}...){/if}{else}{$product.name}{if isset($product.attributes) && $product.attributes} {$product.attributes|escape:'htmlall':'UTF-8'}{/if}{if !$product@last}, {else}){/if}{/if}{/foreach} {/if}