简体   繁体   中英

Change product label Magento

I'm trying to change product label on my site. The new products have a label 'Novos' I need to change it to 'novo'. It looks like this:

| (NOVOS) |
| product image |
| Price |

My phtml file is calling $helper->getProductLabel($_product) to show this labels. I'm a noob so I have no idea where I can change it

Thanks for helping!

just check the $helper will be defined somewhere in page.

$helper = Mage::helper('custommodule/helpername');

in that helper getProductLabel($_product) method will be present.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM