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}