How to change rupee symbol

后端 未结 4 1869
孤城傲影
孤城傲影 2021-01-28 03:39

Hiii

I am using magento 1.4,I want to change indian currency symbol Rs with new rupee symbol on frontend as well as backend.

Anyone Can tell me about this???

4条回答
  •  孤城傲影
    2021-01-28 04:26

    If I'm not wrong the symbol definitions can be found into

    lib/Zend/Locale/Data/characters.xml
    lib/Zend/Locale/Data/root.xml
    

    If you change those values then copy those files to your local code-pool

    app/code/local/Zend/Locale/Data/characters.xml
    app/code/local/Zend/Locale/Data/root.xml
    

    when done don't forget to clear cache

    rm -rf var/cache/*

提交回复
热议问题