/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE `YOURDATABASENAME_magento`.`catalog_product_super_attribute_label` SET `use_default` = ‘1’ WHERE `catalog_product_super_attribute_label`.`use_default` =0;
URL: http://www.magentocommerce.com/boards/viewthread/206868/#t290937