Viewing 8 replies - 1 through 8 (of 8 total)
  • If you visit WPML > WooCommerce Multilingual > Multiple currencies, independent of languages – you’ll see a grid of currencies and languages. From this grid you can turn a currency off for a particular language so that it is not accessible via the switcher.

    see this document: https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/

    Thread Starter D4K

    (@d4k)

    I don’t want it associated with language , What i need is just hide the selected currency

    How can i achieve this ?

    This can be done with CSS, though the css can change with the theme – set the container div to display:none;.

    .wcml_currency_switcher {
    display:none;
    }

    Thread Starter D4K

    (@d4k)

    If I have used it as CSS , it hides all of them

    What i want to achieve is to hide the active currency only

    Plugin Contributor Andreas Panag

    (@andrewp-2)

    Why do you want to do this?

    I mean ok the product prices are in UK Pounds. Inside the product you have a switch that can change in US Dollars. If you hide the UK pounds and change into US Dollars, then how do you change back in UK Pounds if you hide this option?

    Thread Starter D4K

    (@d4k)

    To make it simple

    if all the prices on the page are in US Dollars

    In the top of the page it should display British pound Selection , there is no point of showing US dollar while all the products on the page are in the US Dollar

    It should display the alternative currency only

    Plugin Contributor Andreas Panag

    (@andrewp-2)

    @d4k Good Point! I understand perfect what you mean.

    We have added to our feature list, for the next version 3.6 .

    Thank you for pointing this to us!

    Thread Starter D4K

    (@d4k)

    @andrew.p Thanks , can’t wait to see it
    I’m not sure why no one have thought of it before ??

    Regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Show the other currencies/currency’ is closed to new replies.