• Resolved voyedeji

    (@voyedeji)


    Hi Oscar,

    //I’m escalating my reply to a resolved issue from another using concerning @payment gateway using default WooCommerce currency value rather than PBC Plugin value

    Was thinking if you could make sure your plugin updates the get_woocommerce_currency() variable so that at checkout, whatever gateway is being used picks the correct price from that variable.

    Is that possible? I want to deploy this plugin for my site and I want to be sure how to anticipate this issue and how to get it fixed or avoided.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    Price Based on Country update the correct currency in checkout through the correct filter that is applied in the function get_woocommerce_currency().

    If authors of payment gateway uses the correct way to get currency, (get_woocommerce_currency and order->get_currency()) the payment should be done in the correct currency.

    Price Based on Country works fine with major payment gateways like PayPal, stripe or 2checkout.

    Before deploy you should do test,test and more test, this is the best way to make sure everything works.

    Regards,

    Oscar.

    Thread Starter voyedeji

    (@voyedeji)

    Hi Oscar,

    Thanks for the reply. I’ll check with my Payment Vendor on that.

    Thanks for this great work.

    I’d get back to you if there’s anything else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Currency Variables and Payment Gateways’ is closed to new replies.