0
Does anyone know if it is possible to change an attribute from GLOBAL to WEBSITE? In my specific case I would like to change the attribute "Price". I’m saying "attribute," but I don’t really know if that’s the right name.
0
Does anyone know if it is possible to change an attribute from GLOBAL to WEBSITE? In my specific case I would like to change the attribute "Price". I’m saying "attribute," but I don’t really know if that’s the right name.
0
I believe it is possible only by bank.
Would be on the table catalog_eav_attribute but I don’t know how her relationship with eav_attribute.
I believe the column attribute_id
of eav_attribute
which contains the price, is the same as in the column attribute_id
of catalog_eav_attribute
that contains Global, Website etc.
Example:
If the attribute_id of the price in the table eav_attribute be it 75, the table record catalog_eav_attribute that you would need to change would be the attribute_id = 75.
Browser other questions tagged php magento
You are not signed in. Login or sign up in order to post.