View Single Post
  #7  
Old 04-15-2009, 03:27 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to do AUTO description for each product?

Quote:
the first thing you need to do is update your signature with the correct version of x-cart, since answer can vary between x-cart versions.

Second try this
Code:
<td colspan="2"> <br /> <br /> <span class="Text">The text that will be the same here<br />{$product.descr}</span> <br /> <br /> </td> </tr> <tr>

Also you probably have to clear your cache after every tpl change you do
www.yoursite.com/cleanup.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote