AndersHelbo Posted May 2, 2016 Share Posted May 2, 2016 Hi Anyone who knows an easy way to delete a reference number from PrestaShop via MySQL? Link to comment Share on other sites More sharing options...
tuk66 Posted May 2, 2016 Share Posted May 2, 2016 UPDATE ps_product SET reference = '' WHERE id_product = your_id; Link to comment Share on other sites More sharing options...
AndersHelbo Posted May 2, 2016 Author Share Posted May 2, 2016 UPDATE ps_product SET reference = '' WHERE id_product = your_id; Thanks a lot This action - does it delete the product from the cataloge? Maybe I did not explain my self very well.... sorry But I want to delte the product from the cataloge? Link to comment Share on other sites More sharing options...
tuk66 Posted May 2, 2016 Share Posted May 2, 2016 Oh sorry, you wrote "to delete a reference number" so this query removes the reference only. 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