首页 文章

将magento Headers 购物车价格货币符号从$更改为Rs

提问于
浏览
0

我想在我的虚拟应用程序中将magento Headers 购物车价格货币符号从 $ 更改为 Rs. . 请看看我的虚拟装置:http://questoons.com/ojp/index.php/

您可以在网站上看到,所有商品价格均为 Rs. (印度卢比格式),但购物车价格( Headers 为 total price $0.00 )位于 $ . 我想显示它像 total price Rs. 0.00

请指导我该怎么做 .

2 回答

  • 0

    转到管理面板:

    system>configuration>general>currency setup>currency options>change Base currency, default display currency

    如果你已经完成了比管理面板goto:

    system>configuration>developer>debug>template path hints ,将其设置为 'yes' .

    比刷新你的网站主页 . 您将能够看到模板文件的路径 . 去那里,删除Dollar'$'符号并添加'Rs . ' .

  • 0

    you can use English language in magento.

    打开lib / Zend / Locale / Data / en.xml

    <currency type =“INR”>

    添加代码:

    <symbol> Rs </ symbol>

    关闭之前</ currency>

    and set your default and base currency

    走:

    系统>配置>常规>货币设置>货币选项>更改基本货币,默认显示货币,允许的货币

    选择印度卢比 .

相关问题