retromodo Posted April 23, 2009 Share Posted April 23, 2009 HiIs there anyway to mass active the Color picker for a multiple of products? Can this be done at the database level if so what table? If not in the front end??? Link to comment Share on other sites More sharing options...
rocky Posted April 23, 2009 Share Posted April 23, 2009 I'm not aware of a way to do this using the Back Office. You can modify the database manually though. In ps_product, there is a field called id_color_default. For each product you want the colour picker on, change the value from 0 to the ID of the colour picker. To find this, go to the ps_attribute_group_lang table, look for the name of the colour picker you want, then copy the id_attribute_group for the colour picker. Link to comment Share on other sites More sharing options...
AndersIvar Posted March 2, 2010 Share Posted March 2, 2010 This way is not a solution for me, anyone has a working simple idea? Link to comment Share on other sites More sharing options...
lape Posted May 24, 2012 Share Posted May 24, 2012 i need a solution for this as well, i've got over 300 products to change Link to comment Share on other sites More sharing options...
shahnawazsibi Posted June 24, 2012 Share Posted June 24, 2012 worked... Link to comment Share on other sites More sharing options...
BorisAlexandre Posted September 21, 2012 Share Posted September 21, 2012 (edited) Worked for me too ! Executed a sql statement as follow: ___________________ UPDATE ps_product SET id_color_default = XXX ___________________ replace "XXX" by the value of id_attribute_group that you find in the table ps_attribute_group_lang for the color attribute group. Edited September 21, 2012 by BorisAlexandre (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 21, 2012 Share Posted September 21, 2012 Hello all! I'm happy that the solution worked. I will go ahead and mark this thread as solved. Thank you for choosing PrestaShop 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