View Single Post
  #4  
Old 10-26-2009, 03:43 PM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Smarty Variable printing

Read that Smarty modifier page a little closer. All PHP functions are implicitly usable as Smarty modifiers. Try:

{$product.descr|truncate:244}
{$product.descr|substr:248:45}
{$product.descr|substr:297:45}
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote