inovve

Fix Magento Attributes Label not Translating

Nov 7th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. app\design\frontend\base\default\template\catalog\product\view\type\options\configurable.phtml
  2.  
  3. find
  4.  
  5. <dt><label class="required"><em>*</em><?php echo $_attribute->getLabel() ?></label></dt>
  6. replace with
  7.  
  8. <dt><label class="required"><em>*</em><?php echo $_attribute->getProductAttribute()->getStoreLabel() ?></label></dt>
Advertisement
Add Comment
Please, Sign In to add comment