diff --git a/themes/prestashop/shopping-cart-product-line.tpl b/themes/prestashop/shopping-cart-product-line.tpl index 004c07aca..bccefa9a1 100644 --- a/themes/prestashop/shopping-cart-product-line.tpl +++ b/themes/prestashop/shopping-cart-product-line.tpl @@ -29,8 +29,8 @@ {$product.name|escape:'htmlall':'UTF-8'} -
{$product.name|escape:'htmlall':'UTF-8'}
- {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} +
{$product.name|escape:'htmlall':'UTF-8'}
+ {if isset($product.attributes) && $product.attributes}{$product.attributes|escape:'htmlall':'UTF-8'}{/if} {if $product.reference}{$product.reference|escape:'htmlall':'UTF-8'}{else}--{/if} diff --git a/themes/prestashop/shopping-cart.tpl b/themes/prestashop/shopping-cart.tpl index 756d3456c..fa992782b 100644 --- a/themes/prestashop/shopping-cart.tpl +++ b/themes/prestashop/shopping-cart.tpl @@ -61,8 +61,8 @@ {$lastProductAdded.name|escape:'htmlall':'UTF-8'}
-
{$lastProductAdded.name|escape:'htmlall':'UTF-8'}
- {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'htmlall':'UTF-8'}{/if} +
{$lastProductAdded.name|escape:'htmlall':'UTF-8'}
+ {if isset($lastProductAdded.attributes) && $lastProductAdded.attributes}{$lastProductAdded.attributes|escape:'htmlall':'UTF-8'}{/if}