Home › Forums › WoodMart support forum › Error message does not show on the checkout page
Error message does not show on the checkout page
- This topic has 15 replies, 3 voices, and was last updated 2 years ago by Artem Temos.
-
AuthorPosts
-
October 7, 2022 at 1:08 pm #411650
rockleeyuParticipantHi there,
When you create an account at the checkout page and if the email address has been registered, it normally shows the error message “An account is already registered with your email address.”, but seems something has broken it after updating Woodmart to the latest version.
What I found is that the error message actually shows in the side login form but it doesn’t slide in automatically (screenshot attached).
- This topic was modified 2 years, 1 month ago by rockleeyu.
Attachments:
You must be logged in to view attached files.October 7, 2022 at 4:37 pm #411778
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and solve the issue.
Best Regards.
October 8, 2022 at 1:37 am #411909
rockleeyuParticipantHi Aizaz,
I have given the login info of our UAT environment in the private content, feel free to deactivate plugins or do any changes.October 8, 2022 at 2:14 am #411913
rockleeyuParticipantHi Aizaz,
I have found that the error message can show properly after disabling the WooCommerce Payments. But you know that is not a plugin we can disable 🤣🤣🤣 (no payments, no money).
Attachments:
You must be logged in to view attached files.October 8, 2022 at 3:59 am #411930
rockleeyuParticipantUpdate:
The problem must be because there are some conflicts between the Woodmart theme and WooCommerce Payments. When I select “Credit Card / Debit Card” (provided by WooCommerce Payments), the error message would not show at all, but if I use the payment option “Afterpay” the error message works like a charm.Screenshot attached.
Attachments:
You must be logged in to view attached files.October 10, 2022 at 12:30 pm #412431
Artem TemosKeymasterHello,
Do you mean that when the plugin is enabled the warning is shown in the account sidebar? If so, could you please send us a test email so we can also check it and see how it works?
Kind Regards
October 10, 2022 at 1:15 pm #412465
rockleeyuParticipantHi Artem,
Yes, that’s what I meant.
I already gave the test credential in my previous comment, but just send it again. Please find the test credential in the private content.
October 10, 2022 at 2:14 pm #412487
Artem TemosKeymasterPlease, send us an email, not the username only.
Kind Regards
October 10, 2022 at 11:22 pm #412627
rockleeyuParticipantDo you mean to give an email address that you can use for testing the scenario where an email address has been registered to see if the error message shows correctly? If so, there is already an email address in the screenshot of my previous comment, which is [email protected].
BTW, the login I gave you is an admin account, so technically speaking you can do anything you need in order to test the case.
October 11, 2022 at 11:24 am #412713
Artem TemosKeymasterWe just tried to create an account on the checkout page using this email and were able to see the error correctly. Here is a screenshot https://gyazo.com/73189f0ccce922b017fce7db47579c91
October 12, 2022 at 12:12 am #412964
rockleeyuParticipantHi there, thanks for your testing.
Did you select “Credit card/debit card” as the payment method? I just tested it again and still cannot see the error message. I have recorded a video to show you the issue I am having, please check the link below.
October 12, 2022 at 9:28 am #413064
Artem TemosKeymasterTry to add the following code snippet to the Custom JS area on the document ready in Theme Settings to fix this issue.
if(jQuery('body').hasClass('woocommerce-checkout')) { jQuery('.login-form-side .woocommerce-notices-wrapper').remove(); }
October 12, 2022 at 10:40 am #413093
rockleeyuParticipantThanks, it works.
Hopefully, this issue can be fixed in the next patch.
October 12, 2022 at 10:50 am #413098
Artem TemosKeymasterWe will review this plugin compatibility in our next theme update.
Kind Regards
November 11, 2022 at 12:40 am #420251
rockleeyuParticipantThis ticket can be closed now. Thank you!
November 11, 2022 at 10:19 am #420329
Artem TemosKeymasterYou are always welcome!
Kind Regards
-
AuthorPosts
Tagged: checkout
The topic ‘Error message does not show on the checkout page’ is closed to new replies.
- You must be logged in to create new topics. Login / Register