Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello

    If you want to checkout page to show the converted currency, and to make payment in the base currency – No and I do not recommend doing this, because it can cause a scandal customers

    But if you want to show on our site convertible currency, and on the checkout page of the base currency – In plugin setting->Options->Is multiple allowed set No

    Or is a more radical method:
    In the file functions.php (your current Theme) paste this code:

    if(is_checkout()){
     global $WOOCS;
     $WOOCS->current_currency='USD';
     $WOOCS->storage->set_val('woocs_current_currency', 'USD');
    }

    – if the base currency is USD

    Thread Starter clestcruz

    (@clestcruz)

    What does the code above do?

    Thread Starter clestcruz

    (@clestcruz)

    So there is no way to show the converted currency and process the payment using the base currency?

    But if you want to show on our site convertible currency, and on the checkout page of the base currency – In plugin setting->Options->Is multiple allowed set No

    Already tried this option before but it only creates confusion upon checkout.

    Hello

    If you want in checkout page to show the converted currency, and to make payment in the base currency – No. Woocs manages currency only to the checkout page, after the control takes over the payment system

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display converted currency but use base currency upon checkout’ is closed to new replies.