Glad you got it to work!

I'm not sure what version Zen Cart your using but I know versions 1.5.2 and 1.5.3 also allow you to append the truncated text like so:

zen_trunc_string($listing->fields['products_name'], 25, '...more')

It will appear like this:

Lorem ipsum dolor sit ame...more

Quote Originally Posted by jennydutch View Post
Wow........ iTs working Thanks hero :) :-*