• Resolved rahulkapoordelhi86

    (@rahulkapoordelhi86)


    Hi, How to add the currency switcher on the checkout page (just above the payment gateway selection option)?

    I look forward to your early reply, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    To show currency swither use shortcode [woocs]

    AN Example:

    add_action(‘woocommerce_review_order_before_payment’,’example_callback’);
    function example_callback( ) {
    echo do_shortcode(‘[woocs]’);
    }

    Thread Starter rahulkapoordelhi86

    (@rahulkapoordelhi86)

    Thanks, it worked.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Welcome;)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Add The Currency Switcher On Checkout Page’ is closed to new replies.