Cart modal shipping costs

hey there!

is it possible to remove the shipping cost label from the cart Modal? especially when people have the product category “Weinabo” in the cart. (Because it´s always free shipping with the “Weinabo” Products)

Any ideas? :slight_smile:

Hi @nikolaus.kemetner

You can add this CSS code to (Theme Options > CSS) to achieve that:

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

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.