cancel
Showing results for 
Search instead for 
Did you mean: 

Cart Summary Page remove shipping estimation

Cart Summary Page remove shipping estimation

Hello

 

I'd like to remove the shipping cost estimation on the cart summary page. 

But i don't know where i need to do that. That means which xml / phtml to override.

 

In addition I'd like to change the displayed default order of the shipping options (first table rates and then free shipping). Where can i override that?

 

Thanks for your help!

2 REPLIES 2

Re: Cart Summary Page remove shipping estimation

Hello @patrick_tschumi ,

For Cart layout  is checkout_cart_index.xml

app/design/frontend/Vendor/ThemeDir/Magento_Checkout/layout/checkout_cart_index.xml

You can try this :

<referenceBlock name="checkout.cart.shipping" remove="true" />

But some JS class is effecting, so please refer this link.

https://magento.stackexchange.com/questions/113144/magento-2-remove-estimate-shipping-costs-and-tax-...

If my answer is useful, please Accept as Solution & give Kudos

Re: Cart Summary Page remove shipping estimation