On the All Products page, how do i increase the length of the description past 150 chars? I've searched high and low and cant find out how to change the limit.
Any help would be greatly appreciated.
nix
On the All Products page, how do i increase the length of the description past 150 chars? I've searched high and low and cant find out how to change the limit.
Any help would be greatly appreciated.
nix
includes/templates/template_default/templates/tpl_modules_products_all_listing.php at line 106see that 150 in there?PHP Code:$display_products_description = stripslashes(zen_trunc_string($disp_text, 150, '<a href="' . zen_href_link(zen_get_info_page($products_all->fields['products_id']), 'products_id=' . $products_all->fields['products_id']) . '"> ' . MORE_INFO_TEXT . '</a>'));
Neville
An assumption is what you arrive at when you get tired of thinking...
Brilliant!
Thanks so much!