Jump to content

[SOLVED] Color Picker Bulk Active setting?


Recommended Posts

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

  • 10 months later...
  • 2 years later...
  • 1 month later...
  • 2 months later...

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 by BorisAlexandre (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...