AndersHelbo Posted April 10, 2016 Share Posted April 10, 2016 Hi Is there a way - maybe in MySQL - to remove "Home" category from all the products that might have this category attached? Link to comment Share on other sites More sharing options...
NemoPS Posted April 11, 2016 Share Posted April 11, 2016 Via sql, I guess the query would be DELETE * FROM ps_category_product WHERE id_category = 2Given that 2 is the home category id, otherwise use yours 1 Link to comment Share on other sites More sharing options...
AndersHelbo Posted April 11, 2016 Author Share Posted April 11, 2016 Via sql, I guess the query would be DELETE * FROM ps_category_product WHERE id_category = 2 Given that 2 is the home category id, otherwise use yours Thanks a lot. I will try this one. Link to comment Share on other sites More sharing options...
Marleon Posted January 23 Share Posted January 23 On 4/11/2016 at 12:41 PM, NemoPS said: Via sql, I guess the query would be DELETE * FROM ps_category_product WHERE id_category = 2 Given that 2 is the home category id, otherwise use yours This helped me, but unfortunately in the products section I still see HOME. But if you go into product properties, then everything is fine. Clearing cache on website and in browser does not change anything. All should be Moto-Atv, the first one was changed manually Do you have any idea what should be the problem here? Prestashop 8.1.3 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