Viewing 8 replies - 1 through 8 (of 8 total)
  • Go to your Woocommerce settings, and click on the Currency tab to get to the Woo currency switcher settings.

    Click on the 2nd tab, Options. On that screen, change “Is multiple allowed?” to “no”. You might also want to Hide the switcher on the checkout page, which is also on that screen.

    That should force checkout to happen in your Welcome currency.

    I hope that helps.

    Plugin Author RealMag777

    (@realmag777)

    @spacetime_jr

    Is there any way to disable multi currency in cart? – as described by Imcco you should set on the plugin settings page -> tab Options -> Is multiple allowed to ‘No’

    p.s. Imcco – thank you 😉

    (you’re welcome. I figured you were probably pretty busy)

    Plugin Author RealMag777

    (@realmag777)

    thank you …

    Thread Starter spacetime_jr

    (@spacetime_jr)

    Thanks for the reply guys,
    i tried to select “NO” at “is multiple allowed?”, it worked on checkout but not in cart page.
    In cart, i still got my last used currency selected, is there any way to disable the multi currency in cart too?(like the one in checkout, when user forced to use the primary currency)

    Thanks

    Plugin Author RealMag777

    (@realmag777)

    @spacetime_jr

    Hello

    That is right, it will be working on checkout page only
    BUT
    you can write next code somewhere to reset currency on cart page too:

    if(is_cart()){
       global $WOOCS;
       $WOOCS->reset_currency();
    }
    Thread Starter spacetime_jr

    (@spacetime_jr)

    nice, Thank you very much

    Plugin Author RealMag777

    (@realmag777)

    Welcome …

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Disable multi currency in cart’ is closed to new replies.