• Resolved syberpro

    (@syberpro)


    Good day I seem to have a problem with the currency switcher. Its right below the product price and it won’t let my customer checkout when viewing what is in the cart.

    Here is a screen of what I mean:
    https://prnt.sc/1tvv23j

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mivtt

    (@mivtt)

    Hi,

    In this case, you can disable that currency switcher (In our plugin setting > General, Currency price switcher, select “Not show”. Then use the currency bar instead.

    Best regards.

    Thread Starter syberpro

    (@syberpro)

    Thank you very much that worked. I searched all around the menu to find it.

    If you don’t mind me asking, any way to remove the white frame from the currency switcher. I tried changing the colors but that doesn’t seem to work.

    Here is what im talking about
    https://prnt.sc/1tz2dk3

    Once again Thanks a lot for your help.

    Plugin Support mivtt

    (@mivtt)

    Hi,

    Please provide your site URL, we will help you with this 2nd problem.

    Best regards.

    Thread Starter syberpro

    (@syberpro)

    Oh great, here is my website http://Www.flashfiresupply.com

    Please add below css:
    1. For selected currency:

    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
        border: none !important;
    }

    2. For sub-currency:

    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
        border: none !important;
        padding: 0 !important;
    }
    Thread Starter syberpro

    (@syberpro)

    Got it thanks !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Bug]Currency switcher below price’ is closed to new replies.