View Single Post
  #3  
Old 05-31-2009, 05:41 PM
 
WarrenWood WarrenWood is offline
 

Newbie
  
Join Date: Apr 2009
Posts: 8
 

Default Re: Show product description on cart_details.tpl

I am looking for the same fix. Did you get it resolved? If so, can you post the code you put in and where.



Thanks



Quote:
Originally Posted by retrtrtrytrutru
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.
__________________
X-Cart version 4.2.1
Reply With Quote