Home Forums WoodMart support forum Shipping message displayed at "shopping cart"

Shipping message displayed at "shopping cart"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #184362

    ikaainc
    Participant

    Hi Support

    A message is displaying in the shopping cart, which do not make any sense as I have flat rate shipping options enabled. I have also disable the calculate shipping options. Please advise how i can remove that message from the cart.

    For details please refer to the screenshots attached.

    Thank you.

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

    Hello,

    Please provide the site admin access to the private area. I will provide custom CSS to remove.

    Best Regards

    #184573

    ikaainc
    Participant

    Please refer to the private area for requested information.

    Thanks

    #184588

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .cart-totals-inner .woocommerce-shipping-destination {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    Best Regards

    #184594

    ikaainc
    Participant

    Unfortunately, it did not work. I still see the unwanted text there. Please refer to the attached screen shots.

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

    Hello,

    Sorry, I have made the mistake.

    Please replace the code:

    .cart-totals-inner .woocommerce-shipping-destination {
    display:none;
    }

    Best Regards

    #184671

    ikaainc
    Participant

    That did the magic. Thank you

    #184731

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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