Home Forums WoodMart support forum Currency Symbol position

Currency Symbol position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #529628

    On the store page everything looks ok. The currency symbol is on the right side.

    When you click on the quick preview the currency symbol is located before the price (left side).

    1. How to change it to right position in Quickview.
    2. How to make small letters symbol at the store page like it is on the quickview ( ZŁ -> zł )?

    Thank you.

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

    Hung Pham
    Keymaster

    Hi atelier.multiconcept,

    Thanks for reaching to us and appreciate your patience.

    1. To change the currency symbol position. You need to Go to WooCommerce > Settings > General. Set the currency symbol position https://ibb.co/wBWdwTs

    2. Seems you added Custom CSS, please navigate to Theme Settings > Custom CSS and remove that code https://prnt.sc/VBpkUJaFzlSu

    Regards,

    #531715

    Thank you Hung Pham for a quick replay.

    1. The currency symbol position was changed in the woocommerce settings to the right with a space. The issue is only when you click on “Quick View” product/item. It looks like it doesn’t want to collaborate with the theme settings. I tried to use custom CSS to fix this issue but no luck. Also want to fix 0,00 zł to be 0.00 zł ( , -> . )

    2. I didn’t use any custom CSS so no clue why it was like that, but to fix this issue I use the code:

    .woocommerce-Price-currencySymbol {
        text-transform: lowercase;
    } 

    and now it is perfect!

    Please help me with the problem number 1.

    Thank you.

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

    Hung Pham
    Keymaster

    Hi atelier.multiconcept,

    Thanks for your patience.

    I tested on my end with latest version of WoodMart theme and WoodMart Core plugin, everything worked well.

    You should deactivate all plugins (except Required Plugins) and then reactivate them one by one. This makes it very easy to isolate the plugin causing problems.

    Also, in the same settings panel, there are options to change separator, please try these https://prnt.sc/6aQYeyO_iHAL

    Regards,

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