Home Forums WoodMart support forum Hide shipping costs in mini cart when exceeding threshold for free shipping?

Hide shipping costs in mini cart when exceeding threshold for free shipping?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40373

    getimo
    Participant

    Hi,

    my setup: if a customers spends more than 25 EUR the shipping is free. How can I hide the string with the shipping costs in the mini ajax cart? As seen on the screenshot: this is confusing because the cart states “plus shipping costs” with a link to the shipping page.

    Thanks!

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .widget_shopping_cart .total.shipping-costs-cart-info {
    	display:none;
    }

    Kind Regards
    XTemos Studio

Tagged: , , ,

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