How to set the currency for indian rupees

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
I have used Rs\. # ###,##0.00

This is working fine in chrome, firefox

But in IE 6,7,8 the first digit in the prize is getting cut. For eg: Rs 17.56 is displayed as Rs 7.56.

What are your thoughts guys?
Hace 12 años
This is bad..I have not tested in other browsers :(..any comments..
Hace 12 años
I have tested, it is being displayed correctly... Can you share your URL so we can have a look at it?
Hace 12 años
check http://khadination.impezerp.com/
Hace 12 años
Why r u putting an extra # the format is Rs\. ###,###.## don't know about IE 6 or 7 but in IE 8 this format works.
Hace 12 años
[email protected] wrote:
check http://khadination.impezerp.com/


Hi, Nice template. I was wondering how you get new Rupee symbol on your site? Can you please provide us a hint here?

Thanks in advance
Hace 12 años
Thanks;

It is just a javascript, which will convert "Rs." to the rupee symbol.
you just need to add  the code here http://cdn.webrupee.com/js
at the end of the public.js file in the scripts folder.
Hace 12 años
[email protected] wrote:
Thanks;

It is just a javascript, which will convert "Rs." to the rupee symbol.
you just need to add  the code here http://cdn.webrupee.com/js
at the end of the public.js file in the scripts folder.


Thanks, I will try it out, and update you.

Thanks again.
Hace 12 años
[email protected] wrote:
check http://khadination.impezerp.com/


Your problem is being caused by some java script. Try to debug which one is causing issue, once you get which javascript is causing this, you can look into that behaviour to fix it.

Regards
Hace 12 años
Why r u putting an extra # the format is Rs\. ###,###.## don't know about IE 6 or 7 but in IE 8 this format works.

After I tried yours, it is not even working correctly in chrome.
The html mark up came like this

<span class="productPrice"><span class="WebRupee"> Rs 1</span>7.56</span>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.