Home Forums WoodMart support forum How to remove coincidence Zone banner in check out page

How to remove coincidence Zone banner in check out page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #618071

    manuel.gordoa
    Participant

    How can I remove the coincidence zone banner from the check out page?

    Attachments:
    You must be logged in to view attached files.
    #618380

    Hello,

    Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #619072

    manuel.gordoa
    Participant

    attached

    #619289

    Hello,

    Your given login details are not correct. Please share the correct login details.

    Best Regards.

    #619512

    manuel.gordoa
    Participant

    try again, I have login myself.

    #619637

    Hello,

    Yes I am to login now, can you please share the small video when and how this banner will show on the checkout page? I did not see this banner on the checkout page.

    Sorry for asking the video because I did not understand the language in the screenshot.

    Best Regards.

    #622036

    manuel.gordoa
    Participant

    video attached

    #622037

    manuel.gordoa
    Participant

    video

    Attachments:
    You must be logged in to view attached files.
    #622778

    Hello,

    This is not a banner but a WooCommerce notice that displays zone information. You can hide it using CSS; however, doing so might also hide other “Green” notices in the “woocommerce-message” category, as it does not have specific classes to distinguish this particular notice from others.

    .woocommerce-checkout .woocommerce .woocommerce-notices-wrapper > div.woocommerce-message {
    	display: none;
    }

    If, after being informed about this limitation, he doesn’t like this solution you should ask him to test this behavior on a default theme, as our theme does not influence this functionality in any way.

    Best Regards.

Viewing 9 posts - 1 through 9 (of 9 total)