Totally Zenned
- Join Date:
- Jun 2008
- Posts:
- 629
- Plugin Contributions:
- 0
Customizing What's New center box
I read in an "older" thread how to exclude 0 quantity products from the What's New For month center box
Opening /includes/modules/custom/new_products.php, in section
$new_products_query
It was stated to add this code
and p.products_quantity > 0
placed below
pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
I'm trying to do the same thing in a 1.3.9d cart but it is not working.
Should the added code be written a little differently for this version cart?