View Single Post
  #2  
Old 01-11-2008, 01:27 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: String formatting in X-Cart/Smarty

use replace and substr

ie:

replace:" ":""

substr:8

you can pipe these together as well, ie:

{$ticketnumber|replace:" ":""|substr:8}
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote