See picture http://www.pasteall.org/pic/99260
I'm trying to change the word inside the blue circle (מכירה). For people who don't know Hebrew (I don't), the blue circle is there because the product has a special price/sale price. I've checked the label in the special_price attribute but it contains a different word. So, מכירה isn't coming from the special_price attribute as far as I can tell. I then checked the labels of all the attributes that had something to do with price and couldn't find the word "מכירה" in them either. Maybe it comes from some translation file? I only have access to the magento admnistrative interface at the moment, otherwise I could investigate myself.
Solved! Go to Solution.
Hello,
You check step by step:
1. Check your site used any extensions?
2. You check attributes product related to special price label.
3. Check the product listing template: catalog/product/list.phtml. This is a good solution because you will know exactly your word is hard code or in translation file.
Hello,
You check step by step:
1. Check your site used any extensions?
2. You check attributes product related to special price label.
3. Check the product listing template: catalog/product/list.phtml. This is a good solution because you will know exactly your word is hard code or in translation file.
Thanks MrKhoa! Re #2, I think so. I checked the special_price attribute but the word is not there. I guess #3 - looking at the source code is the way to go then.