cancel
Showing results for 
Search instead for 
Did you mean: 

Atributensets

SOLVED

Atributensets

Voor een webwinkel wil ik een atributenset aangemaakt die gebruikt gaat worden voor al ingevoerde produkten.

Maar hoe krijg ik die zichtbaar? 

Bij het invoeren van een nieuw produkt kan ik dat natuurlijk kiezen, maar hoe doe ik dat met bestaande artikelen?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Atributensets

Hi @maantje,

 

You can do this in 2 ways, change them with at module or directly in the database

 

Module:

https://www.magentocommerce.com/magento-connect/flagbit-change-attribute-set.html

 

Database:

It's also possible to change the attribute set directly in the database.

  • Look up the attribute set ID in table eav_attribute_set
  • Change the attribute set ID in catalog_product_entity on every old product

To find the product ID's of the products you want to change, go to catalog > product > load a product up, and the look in the url-line of the browser. The ID will be a 5-figure combination of numbers between 2 x / (eg. /56744/ )

 

Test this with 1 or 2 products, change in the database, then go to magento admin and run a full re-index.

 

Of course, be very careful when changing data this way!!!!! Doing this could ruin your store, so take a backup of all files on the ftp server and a complete backup of the database, before Smiley Happy

 

Hope this helps.. Let me know Smiley Happy

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

View solution in original post

3 REPLIES 3

Re: Atributensets

Hi @maantje,

 

You can do this in 2 ways, change them with at module or directly in the database

 

Module:

https://www.magentocommerce.com/magento-connect/flagbit-change-attribute-set.html

 

Database:

It's also possible to change the attribute set directly in the database.

  • Look up the attribute set ID in table eav_attribute_set
  • Change the attribute set ID in catalog_product_entity on every old product

To find the product ID's of the products you want to change, go to catalog > product > load a product up, and the look in the url-line of the browser. The ID will be a 5-figure combination of numbers between 2 x / (eg. /56744/ )

 

Test this with 1 or 2 products, change in the database, then go to magento admin and run a full re-index.

 

Of course, be very careful when changing data this way!!!!! Doing this could ruin your store, so take a backup of all files on the ftp server and a complete backup of the database, before Smiley Happy

 

Hope this helps.. Let me know Smiley Happy

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

Re: Atributensets

Thank you very much for solving this problem!!

Re: Atributensets

No problem - glad to help Smiley Wink

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist