View Single Post
  #1  
Old 02-26-2006, 08:16 PM
 
Online Michael Online Michael is offline
 

eXpert
  
Join Date: Mar 2005
Location: Melbourne, Australia
Posts: 273
 

Default How do you truncate product title...

I hope someone here can help me with this little problem... I'm trying to remove the last 6 characters (the product id number) from the product title so instead of looking like this:

Galaxy Zone Sticker Pack #17822

it looks like this:

Galaxy Zone Sticker Pack

I think the code should go something like this:

{$products[product].title|truncate:60:"...":true}

But since the product title can vary in size, this solution is not acceptable. Is it possible to truncate the last 6 characters only? That way, the whole title appears (minus the id number) regardless of it's size.

Thanks.
__________________
X-Cart 5.3.5.4
Reply With Quote