I need some help regarding my checkout page

This topic has 4 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Tony Rodriguez

  • Avatar: stefdj
    stefdj
    Participant
    September 24, 2022 at 18:52

    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)

    Please, contact administrator
    for this information.
    3 Answers
    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.

    Avatar: stefdj
    stefdj
    Participant
    September 26, 2022 at 18:57

    Admin access

    Please contact administrator
    for this information.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 27, 2022 at 07:25

    Hello, @stefdj,

    2. You can change it from MC4WP >> Integrations >> WooCommerce Checkout as per your requirements: https://postimg.cc/Q9ByjDZV

    https://postimg.cc/5QbLn5g1

    Regards 8Themes Team.

  • Viewing 4 results - 1 through 4 (of 4 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.