Checkout Error Message Hidden After Clicking
-
I have a problem. when a customer clicks checkout_place_order button and woocommerce-notices-wrapper message pops up, then the page spins under notices-wrapper and the customer finally does not see the eror message. In the picture I showed to what moment the page scrolls after clicking the payment button, you can only see a snippet of the message on it. Kindly thank you for your help
Attachments:
You must be
logged in to view attached files.
Hello,
Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
– WoodMart core
– WooCommerce
– Elementor/WPBakery Page Builder
Thank you in advance.
I need to have a parcel locker shipping plugin installed where the notifications come from
Isn’t there any solution to this?
In this case, you need to contact plugin’s developers for help since it seems to be caused by the plugin and not by the theme.
Don’t you have any idea how to solve this?
I’m trying to use this JS code but it seems to me that sometimes it doesn’t work
jQuery(function($) {
$(document.body).on('checkout_error', function() {
$('html, body').animate({
scrollTop: $('.woocommerce-notices-wrapper').offset().top - 50
}, 500);
});
});
You need to contact plugin’s developers for help on this matter. We don’t know what this code is supposed to do.
This code would have when the buy now button is clicked on the order page and if it detects a error message then to scroll to the very top of the page
Sorry, but fixing third-party codes or plugins like this are out of our theme support scope. You need to ask plugin’s developers for help.