Hello Everyone,
Today I’m going to tell you how to change 'Regular Price' and 'Special Price' text in magento. Though there are many ways to do it, But i'l tell you one simple method as it worked for me.I wanted to change 'Regular Price' with 'Actual Price' and 'Special Price' with 'Our Price'.
First you need to navigate to the file mage_catalog.csv by following path:
app/locale/en_US/Mage_catalog.csv
Now just check for translations 'Regular Price' and just
Replace
With
Replace
with
Well now the most important step.
- Clear the Cache.
- Go to System –> Cache Management
- Refreh Cache.
- If you have not enabled the Cache OR if it didn’t work even after refreshing the cache, then
- delete the cache folder present inside var (var/cache)
You can also refer to the video showing how it actually works
If you are not able to change the label through CSV files, you can use following method :
Today I’m going to tell you how to change 'Regular Price' and 'Special Price' text in magento. Though there are many ways to do it, But i'l tell you one simple method as it worked for me.I wanted to change 'Regular Price' with 'Actual Price' and 'Special Price' with 'Our Price'.
First you need to navigate to the file mage_catalog.csv by following path:
app/locale/en_US/Mage_catalog.csv
Now just check for translations 'Regular Price' and just
Replace
"Regular Price:","Regular price:"
With
"Regular Price:","Actual Price:"
Replace
"Special Price:","Special Price:"
with
"Special Price:","Our Price:"
Well now the most important step.
- Clear the Cache.
- Go to System –> Cache Management
- Refreh Cache.
- If you have not enabled the Cache OR if it didn’t work even after refreshing the cache, then
- delete the cache folder present inside var (var/cache)
You can also refer to the video showing how it actually works
If you are not able to change the label through CSV files, you can use following method :
- Go to
Admin Panel –> System –> Configuration –> ADVANCED –> Developer –> Magento Developer –> Translate Inline - Change "Enabled for Frontend" from 'No' to 'Yes'.
- Press Save Config
- Refreh Cache.
-> Now go to frontend and refresh page
->
Start your Ecommerce website at just Rs .10000
Contact : Renderindia Infotech Bangalore
Bangalore Branch Office
110 , 5th cross, ITPL main road , Kundanhalli Colony
Bangalore :- 560037.
Mobile no :- 91-8123481528 (Ashish Khadpe)
Mobile no :- 91-9769941316 (Rehan Sheikh)
->
Start your Ecommerce website at just Rs .10000
Contact : Renderindia Infotech Bangalore
Bangalore Branch Office
110 , 5th cross, ITPL main road , Kundanhalli Colony
Bangalore :- 560037.
Mobile no :- 91-8123481528 (Ashish Khadpe)
Mobile no :- 91-9769941316 (Rehan Sheikh)
No comments:
Post a Comment