Home Forums Basel support forum Wrong Currency Code in Shopping Cart sidebar

Wrong Currency Code in Shopping Cart sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110083

    Hi,

    I set the Pakistan Rupee in WooCommerce currency settings. It looks good every where except the subtotal area of shopping cart side bar. How can I fix it and how can I ensure that it is not happening anywhere else?

    See attachment please.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #110140

    Hello,

    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

Viewing 2 posts - 1 through 2 (of 2 total)