I would like to show the complete product descriptions
in the product listings pages.
I have changed the following settings:
Featured Listing>Display Product Description: 1000
All Listing>Display Product Description: 1000
New Listing>Display Product Description: 1000
Product Listing>Display Product Description: 1000
But the product descriptions are still getting truncated.
Is there somewhere in the code that limiting the product
description length.
I am using zencart version 1.3.9b
When I look at the code I see:
is this causing the issue?Code:zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';
Thanks
neit



