View Single Post
  #4  
Old 05-30-2005, 03:14 PM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default

Quote:
Originally Posted by MythNReality
Quote:
Originally Posted by TelaFirma
{$product.fulldescr}

Thanks for the feedback, but it doesn't work...

at the products t.tpl I've tried to replace:

{$products[product.fulldescr].descr|truncate:180:"...":true}

with

{$product.fulldescr}

Nothing came up...should I modify anything else?

Looks to me like the full description is already being called into that template then, it's just being trucated at 180 characters. So get rid of that, simply change the "180" in the original statement to something large like 18000000.

That should do it for you ;o)
__________________
Instinctual
8,000 feet up in the Rocky Mountains of Colorado
X-Cart Versions 3.5.x - 4.0.x

IF you xcart, THEN you prosper, ELSE you fail. ELSEIF xcart fails, THEN you fix it, all the WHILE {loop}\'ing {section}\'s to feed your $smarty mind.
Reply With Quote