HenrikStrange Posted March 15, 2019 Share Posted March 15, 2019 I'm seeing multiple products with the same ID in the backend after upgradeing from 1.6.22 to 1.7.51. In 1.6 i added this fix (solution from here) to AdminProductsController.php by replacing this: $this->_use_found_rows = false; $this->_group = ''; with this: $this->_use_found_rows = true; $this->_group = 'GROUP BY '.$alias.'.id_product'; In 1.7 these two lines no longer exists, so I wonder if theres another way to fix the duplicate issue? Link to comment Share on other sites More sharing options...
MariusGi Posted April 7, 2020 Share Posted April 7, 2020 Having same issue in 1.7 Looking forward for advises. Link to comment Share on other sites More sharing options...
Dawn Posted August 26, 2021 Share Posted August 26, 2021 Hi, same problem here! Can you solve that? Thanks! 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