From c1d2d685a82ce3d4f6ef7f3aee61d1b24124a904 Mon Sep 17 00:00:00 2001 From: vChabot Date: Wed, 23 Nov 2011 13:50:50 +0000 Subject: [PATCH] // adding combination URL to the cart summary --- themes/prestashop/shopping-cart-product-line.tpl | 4 ++-- themes/prestashop/shopping-cart.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}