Wrong currency symbol showing in some parts of the theme.
-
Hi there. I’ve purchased your theme and am almost done setting it up but I’m having a minor issue. The main currency I’ve selected from WooCommerce is set to PKR(Pakistani Rupee) which has the symbol (Rs.), however, on the cart/checkout page and few other areas, the symbol showing up is for the Indian Rupee (₹). It’s basically alternating in places; somewhere it’s (₹) and somewhere its (Rs.). This is illustrated in the screenshot I’ve attached with this message. Please have a look. Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us. The reason is that font-family does not support the currency symbol. In order to fix this please add this code to the Theme Settings > Custom CSS:
body .woocommerce-Price-currencySymbol{
font-family:Arial;
}
Best Regards
Thanks a lot. Adding the code fixed the issue for me.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Wrong currency symbol showing in some parts of the theme.’ is closed to new replies.