View Single Post
  #2  
Old 03-19-2009, 02:13 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Show product description on cart_details.tpl

It is in your customer\main\cart.tpl
Code:
<td class="details"> <a href="product.php?productid={$product.productid}" class="product-title">{$product.product}</a> <p class="descr">{$product.descr}</p>

UPD For the last page of the checkout it is
customer\main\cart_contents.tpl
Code:
{foreach from=$products item=product name=products} <tr{interline class="subhead-row" index=$smarty.foreach.products.index total=$list_length}> <td>{$product.productcode}</td> <td>{$product.product|truncate:30:"...":true}</td> {if $cart.display_cart_products_tax_rates eq "Y"} <td class="cart-column-tax">
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote