Reply 334983 to: I need some help regarding my checkout page

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
September 25, 2022 at 06:25

Hello, @stefdj,

1. Actually, this zone notification coming from the WooCommerce plugin, not our theme. You can switch it off from Dashboard >> WooCommerce >> Settings >> Shipping >> Shipping Option>> Debug mode>> and Uncheck enable debug mode. It will resolve your issue.

You can read it here: https://woocommerce.com/document/setting-up-shipping-zones/
more detail to Setting up Shipping Zone.

OR

You can use the below given CSS code as well to remove it from the checkout page, you have to put/insert the CSS code under XStore >> Theme Settings >> Theme Custom CSS >> Global CSS.

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-checkout .woocommerce-message {
    display: none !important;
}

2. That is not coming from our theme but from the third party plugin, we have to look into it on your site, so could you please share your site WP Admin URL and Credentials with me here, in the private content area of this topic, like below listed format, so that I’ll check it for you further on your site.

WP Admin URL:
WP Admin Username:
WP Admin Password:

3. Please go to Xstore >> Dashboard >> Sale Booster >> Cart/Checkout Pages and turn OFF “Enable Progress Bar on Cart page” from there, save changes and check back your site after removing the browser cache: https://postimg.cc/RNmC3qG0

Regards 8Themes Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.