I want to add INR symbol in my currency listing in zencart.
I tried newly arrived hex code for it , but it wont work because not supported by every one , I know other way to add rupee symbol , site known as webrupee.com provide certain js to do so.
Any one can assist me how can i add rupee symbol to zencart ?
Need to add Indian Rupee Symbol in Zencart
1.5k Views Asked by Debugger At
2
There are 2 best solutions below
0

i got to work this in my store Assuming you have created rupee currency in zencart admin and save your database next open your
- MySql database
- find currencies table and open it
- you find all basic currencies
- find the rupee currency you had created and you can find symbol field
- replace the Rs. with ₹ (copy paste this symbol) and save your database.
it is working fine for me - I will try and do a video.
Fine tutorial :
http://www.blogadr.com/tutorials/free-zen-cart-tutorial/zencart_admin_currency.html
go to localization -> Currencies -> Add new currency and exchange rate.