• Resolved Scholto Bos

    (@scholtobos)


    Hi,

    After updating to Woocommerce 7.5.0 all mollie payment methods aren’t available anymore. Please see screenshot https://tinyurl.com/2pdktduw

    When I switch to BACS or Paypal (not via Mollie) these payments methods are available.

    Is there something wrong with the internaction between the Mollie plugin and the latest release of Woocommerce?

    Thanks in advance. Scholto

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @scholtobos

    We are not seeing any issues with Mollie and the latest WooCommerce version 7.5.0. Also, in my test environment, all works as expected.

    Behavior like this is most often caused by a potential plugin conflict. So you may want to try disabling all plugins except for WooCommerce and Mollie to verify if the issue persists for you.

    If it does persist with only these two plugin active, I suggest getting in touch with the?Mollie Support Team?directly for more guidance.
    Thanks!

    Kind regards,
    Niklas

    Thread Starter Scholto Bos

    (@scholtobos)

    Hi Niklas, thanks!

    I found it. Mollie payment methods aren’t served because I unset the billing country in billing fields.

    unset( $woo_checkout_fields_array[‘billing’][‘billing_country’] );

    I did that, because all my customers used to be from one country. Is there a way/snippet to hide the country billing field and also load the payment methods?

    Have a good day.

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @scholtobos

    Mollie relies on the billing country field to determine the eligible payment methods, as some Mollie payment methods are only available in certain countries.

    I suggest hiding the billing country field via CSS instead:

    .woocommerce-checkout #billing_country_field {
        display: none;
    }
    

    I hope this helps!

    Kind regards,
    Niklas

    Thread Starter Scholto Bos

    (@scholtobos)

    Great, thanks for the advice.

    You can close this ticket.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No payment methods available’ is closed to new replies.