• How do I display the currency switcher on all of my pages? I want my customers to be able to change the currency from my site’s header on all pages except checkout. I want any change in the currency to make a change in prices on the whole site. I tried to add the switcher to a widget area but I couldn’t since my header menu is the main menu and the main menu isn’t displayed in the “Choose a widget area” drop-down

Viewing 1 replies (of 1 total)
  • Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    Hello @karim66,

    To display the currency switcher provided by WCML, you have other options. You can use the shortcode [currency_switcher] or directly call the PHP function using:

    do_action('wcml_currency_switcher', array('format' => '%name% (%symbol%)'));

    For more information on how to use the currency switcher, please refer to this documentation page.

    Best regards,
    Andrés

Viewing 1 replies (of 1 total)
  • The topic ‘How do I display the currency switcher on all pages?’ is closed to new replies.