Home › Forums › WoodMart support forum › Checkout stopped working
Checkout stopped working
- This topic has 8 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
November 6, 2020 at 1:13 pm #239436
RSchmitzParticipantHi all!
During my lust update cycle the checkout stopped working.
If i hit the checkout button the page is jumping back to top after a quick loading cycle.Troubleshooting Steps:
Disable all plugins -> no solution
Change template to 2020 -> checkout is working fine
Cache, CDN bypass -> no solution
Plugins, Themas up to doAny idea what else I can do to solve the issue?
November 6, 2020 at 2:56 pm #239487
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
if the problem remains, even after the plugins deactivated leave the plugins deactivated for us to check and provide your site admin access to the private area.
Best Regards
November 6, 2020 at 3:59 pm #239523
RSchmitzParticipantHi Elise,
i disabled now again all non-related plugins and gained you access via private box.
The page is now in maintenance mode, to prevent users from accessing the “unhealty” site.Looking forward for your feedback.
ThanksNovember 6, 2020 at 11:38 pm #239604
Elise NoromitMemberHello,
Please set cash on delivery payment and give me details to place a testing order into the private area.Best Regards
November 7, 2020 at 7:21 am #239630
RSchmitzParticipantHi!
I can’t find any options for COD!
I just tried invoice with the same result.I added your user all details so auto population will kick in.
Thanks!
November 7, 2020 at 12:06 pm #239714
Elise NoromitMemberHello,
When I deactivated Wooocommerce Germainized pro I placed the order: https://prnt.sc/vf4aan
Here is the view of the checkout when the plugin has been activated: https://prnt.sc/vf4aoj Here is the plugin has been deactivated: https://prnt.sc/vf4aud
Please check on your side.
Best Regards
November 9, 2020 at 2:10 pm #240186
RSchmitzParticipantHi Elise!
Thanks for looking into this.
This plugins elevates the woocommerce to follow german guide lines. This is nothing i can just disable. Can you check if this is something which could be resolved from theme site?Thanks,
RobNovember 9, 2020 at 2:53 pm #240197
RSchmitzParticipantHi again!
I figured out, after disabeling “mehrstufige kasse” / “multistep checkout?”, which is a feature in germanized pro, it seems to work.This is some kind of a workaround.
Maybe you guys can troubleshoot this? As you claim germanized support in your product descrption you might have a direct contact on their site?Thanks!
RobNovember 9, 2020 at 4:51 pm #240226
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme and check:
add_action( 'wp', function(){ remove_action( 'woocommerce_checkout_order_review', 'woodmart_open_table_wrapper_div', 7 ); remove_action( 'woocommerce_checkout_order_review', 'woodmart_close_table_wrapper_div', 13 ); } );
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register