tsaf11 Posted April 2, 2013 Share Posted April 2, 2013 (edited) Hello PrestaShop community, I am having an issue with the tags block. When I click on a tag from my front office it brings me to a search results page. From the search results I see only one "unknown" product listed. The picture of the product is a question mark. After clicking of this product it brings me back to the search results page with the "unknown" product. I was hoping to use the tags block to manage my SEO campaign more efficiently. Please advise how can I fix this issue. Thank you. Edited April 6, 2013 by tsaf11 (see edit history) Link to comment Share on other sites More sharing options...
vsr.saravanan Posted April 2, 2013 Share Posted April 2, 2013 Replace line no 661 in classes/Search.php GROUP BY product_shop.id_image with GROUP BY product_shop.id_product 3 Link to comment Share on other sites More sharing options...
tsaf11 Posted April 2, 2013 Author Share Posted April 2, 2013 Replace line no 661 in classes/Search.php GROUP BY product_shop.id_image with GROUP BY product_shop.id_product Thanks for the fix. Problem solved! 1 Link to comment Share on other sites More sharing options...
Dave L Posted April 17, 2013 Share Posted April 17, 2013 Hey, Been searching for a fix for this problem. Thanks for the post and also thanks for the solution. 1 Link to comment Share on other sites More sharing options...
adrian200 Posted April 17, 2013 Share Posted April 17, 2013 Thank you! 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 17, 2013 Share Posted April 17, 2013 Hello all, I will check with the dev team to see if this fix will be inlcuded in the next version. Or if this fix has already been implemented. We appreciate all the support! Thank you for choosing PrestaShop! 1 Link to comment Share on other sites More sharing options...
prestamax Posted April 18, 2013 Share Posted April 18, 2013 Replace line no 661 in classes/Search.php GROUP BY product_shop.id_image with GROUP BY product_shop.id_product Thanks so much for this solution. Saved me a lot of headache ... 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 22, 2013 Share Posted April 22, 2013 Hello all, This bug fix is also on Github. This small fix was added the day after the release. You can view it here, https://github.com/PrestaShop/PrestaShop/commit/92ad9120746c07b7734e8f5059b6565780c0a324 Link to comment Share on other sites More sharing options...
Recommended Posts