mpa1 Posted June 2, 2017 Share Posted June 2, 2017 Hi,We are currently in a bit of a pickle we are syncing our shop with a inventory system and we have run in to a minor issue, we accidentally added ean to some of the products with combination and that makes the integration leak out the EAN numbers to the combinations, that dont got a ean code.So right now we are trying to find a way only to see products with combinations so we can fix these issues, but how the heck can we do that? it's hard to figure out what products got combinations in back office, some soul out there that can tell us a solution? Link to comment Share on other sites More sharing options...
shokinro Posted June 4, 2017 Share Posted June 4, 2017 I think you may have to use your database tool by running SQL statement on your store database to find out what products has combinations. Link to comment Share on other sites More sharing options...
shokinro Posted June 4, 2017 Share Posted June 4, 2017 You may try to use this SQL statement SELECT count(*) as num, id_product FROM `ps_product_attribute` group by id_product having num > 1 Link to comment Share on other sites More sharing options...
DataKick Posted June 5, 2017 Share Posted June 5, 2017 You can use my free module to find out your data. You can also use inline editing, or mass update functionality, to fix the data. Check out this video 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