B-219 Sec-55 Noida, India
+918010221733

Magento Remove Super Attribute from Configurable Product

Sometimes We need to remove the Attribute from already build Configurable product…As it is hard to remove but we can remove from MYSQL Raw Query …which against the Standard but if it is requried we can edit like this
To remove one super product attribute (as they are called) from all configurable products, you could execute this SQL query in the database:
DELETE FROM catalog_product_super_attribute WHERE attribute_id = “attribute ID which should be removed”
The table catalog_product_super_attribute links products to super product attributes. You can add and remove attributes to created configurable products there.
(Visited 452 times, 1 visits today)

Leave a reply

You must be logged in to post a comment.