• Hello, I have contacted you on your site contact. I need to know how to change the location of the currency changer. I would like to put it at the top right of top bar and on the product page as well above the add to cart area. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbib

    (@jbib)

    Where is support?

    Hi @jbib,

    Sorry for not replying earlier. Ways of changing currency switcher position depends on your theme. If your theme has widget area in place where you want to put the switcher, you can simply use “WooCommerce Currency Switcher” widget included with plugin. If there is no widget area available, you’ll need to add it directly to your (child) theme’s template files. That is – you will need to add it with PHP:

    echo alg_currency_select_drop_down_list();

    echo alg_currency_select_radio_list();

    echo alg_currency_select_link_list();

    There are also these shortcodes available:

    [woocommerce_currency_switcher_radio_list]

    [woocommerce_currency_switcher_drop_down_box]

    [woocommerce_currency_switcher_link_list]

    Again – sorry for the delay. If you need help modifying your (child) theme’s template files – please contact me on [email protected]

    Best regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put changer in Top bar’ is closed to new replies.