computermp Posted March 14, 2022 Share Posted March 14, 2022 Is there a way to figure out which products have "Brand" set or blank,without having to open all the products one by one?? Link to comment Share on other sites More sharing options...
Ress Posted March 14, 2022 Share Posted March 14, 2022 You can try with a SQL query, SELECT * FROM `ps_product` WHERE `id_manufacturer` = 0; Link to comment Share on other sites More sharing options...
computermp Posted March 17, 2022 Author Share Posted March 17, 2022 On 3/14/2022 at 10:59 PM, Ress said: You can try with a SQL query, SELECT * FROM `ps_product` WHERE `id_manufacturer` = 0; Hi, thanks for your help .. I tried but it doesn't work. Is it possible that I am not able to execute the SQL Query well ... If you like, you could write me a little more in detail how to do it, so I understand if I did well? Anyway thanks anyway. Link to comment Share on other sites More sharing options...
Ress Posted March 20, 2022 Share Posted March 20, 2022 (edited) Hi, You can add it in prestashop admin, Advanced Parameters -> Database -> SQL Manager -> Add new SQL query, or in phpMyAdmin, select the database and go to the SQL tab. How did you try to do? Edited March 20, 2022 by Ress (see edit history) Link to comment Share on other sites More sharing options...
computermp Posted March 21, 2022 Author Share Posted March 21, 2022 12 hours ago, Ress said: Hi, You can add it in prestashop admin, Advanced Parameters -> Database -> SQL Manager -> Add new SQL query, or in phpMyAdmin, select the database and go to the SQL tab. How did you try to do? Hi, sorry, I tried again and everything worked !! I forgot to change from `ps_product` to` ps4t_product`. Thanks again and see you next time !! 1 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