Bug found 1 :
includes/modules/pages/Product_All and Product_New
This is bug code for Product_new :
Line 35 :
PHP Code:
$products_new_split = new splitPageResults(cat_filter($products_new_query_raw), MAX_DISPLAY_PRODUCTS_NEW);
Line 44
PHP Code:
$check_products_all = $db->Execute(cat_filter($products_new_split->sql_query));
Product_all:
Line 33 :
PHP Code:
$products_all_query_raw = $db->bindVars(cat_filter($products_all_query_raw), ':languageID', $_SESSION['languages_id'], 'integer');
And the categories don't show new product in new categories :
Bug at file : includes/modules/product_listing.php
Line 15:
PHP Code:
$products_all_query_raw = $db->bindVars(cat_filter($products_all_query_raw), ':languageID', $_SESSION['languages_id'], 'integer');