Quote Originally Posted by Berserker View Post
Thanks!
I have managed to get the product name to be beside the image using css (thanks to your tableless design) and just need one more thing.
How can I truncate the product name?
Managed to truncate the product name by editing line 67. Changed it to below (last part of the line)

zen_trunc_string($xsell_query->fields['products_name'],35)

If this is the wrong way of doing it, please correct me.