This topic has 4 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Tony Rodriguez
1. How can I remove these messages (refer to image 1)
2. How can I edit the text in this field, I made a typo when originally setting up my woocommerce store and am unable to locate where I can edit this. (image 2)
3. How can I remove this message at the bottom of my cart page even though I disabled the progress bar in the theme options? (image 3)
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.
Admin access
Hello, @stefdj,
2. You can change it from MC4WP >> Integrations >> WooCommerce Checkout as per your requirements: https://postimg.cc/Q9ByjDZV
Regards 8Themes Team.
Tagged: best selling, checkout, help, json, persuasive, themes, woocommerce
The issue related to '‘I need some help regarding my checkout page’' has been successfully resolved, and the topic is now closed for further responses