magento translate global attributes


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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

Report this snippet


Comments


You need to login to view comments.