Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- app\design\frontend\base\default\template\catalog\product\view\type\options\configurable.phtml
- find
- <dt><label class="required"><em>*</em><?php echo $_attribute->getLabel() ?></label></dt>
- replace with
- <dt><label class="required"><em>*</em><?php echo $_attribute->getProductAttribute()->getStoreLabel() ?></label></dt>
Advertisement
Add Comment
Please, Sign In to add comment