Jump to content

Bulk import of color codes


Recommended Posts

There is no import for a single attribute group. If you have access to DB, then easiest way is to do it there, if you don;t want to use the back office.

 

Find the id of color attribute group in PREFIX_attribute_group_lang table, then insert attribute (color) values into PREFIX_attribute table as desired using that id.

 

something like:

 

INSERT INTO PREFIX_attribute(`id_attribute`, `id_attribute_group`, `color`) VALUES (`x`, `y`, `z`)...

 

where y is the value you got from PREFIX_attribute_group_lang

Link to comment
Share on other sites

  • 7 years later...

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...