steve_c Posted December 30, 2014 Share Posted December 30, 2014 Hi there My shop no longer functions properly due to a developer adding EAN to all products. I get blank orders (especially when someone orders products with a combination). I am not sure what he has done wrong. Is there any way to clear all EAN for products via PHP MySQL? Thanks in advance, everyone! Link to comment Share on other sites More sharing options...
bellini13 Posted December 30, 2014 Share Posted December 30, 2014 I believe this should do it UPDATE `ps_product` SET `ean13` = ''; UPDATE `ps_product_attribute` SET `ean13` = ''; 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