
Originally Posted by
benn600
Where is the SQL statement that gets info for listing products on a product_listing page?
As I said, the product listing is built in /includes/modules/product_listing.php via:
Code:
zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION)
If you don't want to modify it there, then go change the zen_get_products_description() function in the functions folder instead.