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
|