How to change attribute label on the product page (Nordic particularly)
Add SQL query inside phpMyAdmin
Changed Select Colour label to Select Colour to view available sizes
UPDATE `mg_catalog_product_super_attribute_label` SET
`value` = 'Select Colour to view available sizes'
WHERE `value` = 'Select Colour';
UPDATE `mg_catalog_product_super_attribute_label` SET
`value` = 'Select Colour to view available sizes'
WHERE `value` = 'Colour';
[09/01/2017, 10:37:01] Lorne Easton: Yes run those SQL query on phpmyadmin
[09/01/2017, 10:37:04] Lorne Easton: Select database on phpmyadmin and then you can run those query on that.
Magento: Change Swatch Attribute Label (Nordic) Print
Modified on: Mon, 9 Apr, 2018 at 10:55 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.