From 109c38c5e0be8ff7e6d64016d1d50ffd86d751c4 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10528 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}