View Single Post
  #1  
Old 03-16-2009, 02:01 AM
 
retrtrtrytrutru retrtrtrytrutru is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 101
 

Default Show product description on cart_details.tpl

Hi,

I have been trying for hours now but I can't figure this out. I want to include the product description on the last page of the checkout process but it's simply not showing up.

File: customer\main\cart_details.tpl

In there I have the following code:

Code:
{$product.product|truncate:"30":"...":true}

I don't want to show $product.product as it's not desriptive enough. So, I thought I would simply replace it:

Code:
{$product.descr}

But of course it doesn't work. Anyone has any idea why this simply does not work? The code I am now using is from cart.tpl in which it works fine...

Thanks in advance!

Ps. This is from X-Cart v4.2.0, not the one from my signature.
__________________
www.qualitylamps.eu
X-Cart Gold 4.1.8, PHP 5.2.6, MySQL 5.0.51a, Apache 2.2.9

www.vervangjelamp.nl
X-Cart Gold 4.2.0, PHP 5.2.6, MySQL 5.0.37-standard, Apache/2

Sorry for the weird user name, I registered it by mistake
Reply With Quote