0


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 ?

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 Answers2

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
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

  1. MySql database
  2. find currencies table and open it
  3. you find all basic currencies
  4. find the rupee currency you had created and you can find symbol field
  5. 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