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 ?

link|improve this question

40% accept rate
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 at 8:29
feedback

1 Answer

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.

link|improve this answer
I know how to add currency , I need to know how to see new rupee symbol instead of RS. – Debugger Jan 17 at 14:02
ADD <link rel="stylesheet" type="text/css" href="cdn.webrupee.com/font">; in your email template and main template. add <span class="WebRupee">Rs.</span> as sysbol in zen cart admin panel. – nDudani Jan 17 at 16:53
No , it just add R to database , it filters tag. – Debugger Jan 17 at 18:24
update db table "zen_currencies" -> update"code" field char(3) to varchar(50) and set code value = '<span class="WebRupee">Rs.</span>' for Rs. – nDudani Jan 17 at 21:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.