Hide shipping costs in mini cart when exceeding threshold for free shipping?
-
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.
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