August 25, 2015

How to display Indian Rs. symbol in Magento?




Please follow the below step:

1. Add below code in root.xml

path of file: lib/Zend/Locale/Data/root.xml

Open root.xml file and find below code in that file

<currency type=”INR”>

replace next line with this below code

<symbol>Rs. </symbol>

Enjoy!

No comments:

Post a Comment

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...