How to change an attribute from GLOBAL to WEBSITE

0

Does anyone know if it's possible to change an attribute from GLOBAL to WEBSITE? In my particular case I would like to change the "Price" attribute. I'm saying "attribute" but in fact I do not know if that's the correct name.

    
asked by anonymous 09.12.2014 / 20:30

1 answer

0

I think it's only possible by bank.

It would be in the catalog_eav_attribute table but I do not know how her relationship with eav_attribute works.

I believe that the column attribute_id of eav_attribute that contains the price, is the same as the column attribute_id of catalog_eav_attribute that contains Global, Website etc.

Example:

If the attribute_id of the price in the eav_attribute table is 75 , register the catalog_eav_attribute table you would need change would be attribute_id = 75 .

    
11.12.2014 / 14:24