Home › Forums › WoodMart support forum › WooCommerce Payments – New Payment Method Issue
WooCommerce Payments – New Payment Method Issue
- This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
March 9, 2022 at 11:51 am #359143
[email protected]ParticipantHello,
There is an issue with the theme when the WooCommerce Payments plugin with “new checkout experience” is used.
The issue is that the payment options do not appear in My Account -> Add New Payment Options page. I click on “Add new payment method” and nothing changes. The fields do not appear. This behavior is not present on the checkout page. If a client wants to checkout, the fields appear as they should.
I’ve already contacted WooCommerce support and have made a few tests:
– deactivated all plugins apart of WooCommerce and WooCommerce Payments, keeping the WoodMart Theme – Issue persists.
– deactivated all plugins apart of WooCommerce and WooCommerce Payments, removed all custom styling and options (basically a default theme), keeping the WoodMart Theme – Issue persists.
– deactivated all plugins apart of WooCommerce and WooCommerce Payments, also disabling the WoodMart Theme. Tested with Storefront theme – Everything works as intended.
– I had another theme optimized for WooCommerce and WooCommerce Payments plugin worked as intended.These tests show that there is something in the WoodMart theme that is conflicting with the WooCommerce Payments plugin, especially in My Account -> Add New Payment Options page.
Please take a look at what can possibly be conflicting with the plugin.
FYI: If I disable the “new checkout experience” in WooCommerce Payments plugin, everything works as it should.
I think that if the issue is within the theme, all users will benefit from this fix.P.S.: You made a stunning theme! Congrats!
March 10, 2022 at 7:55 am #359394
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'wp_enqueue_scripts', function() { wp_enqueue_script('wp-i18n'); });Kind Regards
March 10, 2022 at 11:02 am #359535
[email protected]ParticipantHello Artem,
Your solution worked.
Thanks a lot!
March 10, 2022 at 12:10 pm #359560
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
Tagged: Payments, woocommerce
- You must be logged in to create new topics. Login / Register
