Home Forums Themes Support Claue Checkout only in Base Currency

Viewing 1 reply thread
  • Author
    Posts
    • #9407

      How can I force the checkout page to be only in base currency?

      Guessing something like below should be possible to use:

      add_filter('wp_head',function(){    
          if(is_checkout()){
              // set_currency code goes here
          }
      });
    • #9437

      Hi,

      You mean on the checkout page, the currency will be revert to default currency? http://take.ms/IpFiV

Viewing 1 reply thread

You must be logged in to reply to this topic.