E-raser Posted November 23, 2013 Share Posted November 23, 2013 (edited) Hi, Since I upgraded tot 1.5.6.1 my best-sales page is empty (saying no products), the block best-sales is still working. Does anybody has the same problem? or even better a solution? br, E-raser Edited November 24, 2013 by E-raser (see edit history) Link to comment Share on other sites More sharing options...
Taey Posted November 24, 2013 Share Posted November 24, 2013 Hello E-raser, Edit function getBestSales in classes/ProductSale.php //Subquery: get product ids in a separate query to (greatly!) improve performances and RAM usage $sql = 'SELECT cp.`id_product` FROM `'._DB_PREFIX_.'category_group` cg LEFT JOIN `'._DB_PREFIX_.'category_product` cp ON (cp.`id_category` = cg.`id_category`) WHERE cg.`id_group` '.$sql_groups; Add //Subquery: get product ids in a separate query to (greatly!) improve performances and RAM usage $sql = 'SELECT cp.`id_product` FROM `'._DB_PREFIX_.'category_group` cg LEFT JOIN `'._DB_PREFIX_.'category_product` cp ON (cp.`id_category` = cg.`id_category`) WHERE cg.`id_group` '.$sql_groups.' AND cp.`id_product` IS NOT NULL'; 2 Link to comment Share on other sites More sharing options...
E-raser Posted November 24, 2013 Author Share Posted November 24, 2013 thx, this solved my problem br, E-raser Link to comment Share on other sites More sharing options...
erotikat Posted December 23, 2013 Share Posted December 23, 2013 Thanks, it's work fine Link to comment Share on other sites More sharing options...
Fuz Posted December 28, 2013 Share Posted December 28, 2013 Great, works fine... Thanks Taey... Link to comment Share on other sites More sharing options...
Tahar R Posted December 31, 2013 Share Posted December 31, 2013 Thanks Dude! 2 months I was looking for the solution Link to comment Share on other sites More sharing options...
Tia© Posted January 14, 2014 Share Posted January 14, 2014 It works for me too! Mods made in override! Thank you very much!!!! Prestashop Version 1.5.6.1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now