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 ?
Asked
Active
Viewed 1,562 times
0

Debugger
- 544
- 1
- 9
- 25
-
Same question: http://stackoverflow.com/questions/3430242/html-code-for-inr – AJJ Jan 16 '12 at 07:24
-
Thanks @AJweb , I also know many ways to add rupee symbol.But in zen cart , I wanted to know if there is something that will help me.For not webrupee seems best option,need to experiment on it. – Debugger Jan 16 '12 at 08:29
2 Answers
2
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.

Nimit Dudani
- 4,840
- 3
- 31
- 46
-
I know how to add currency , I need to know how to see new rupee symbol instead of RS. – Debugger Jan 17 '12 at 14:02
-
ADD in your email template and main template. add Rs. as sysbol in zen cart admin panel. – Nimit Dudani Jan 17 '12 at 16:53
-
-
update db table "zen_currencies" -> update"code" field char(3) to varchar(50) and set code value = 'Rs.' for Rs. – Nimit Dudani Jan 17 '12 at 21:04
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.

Qantas 94 Heavy
- 15,750
- 31
- 68
- 83

alex
- 1