- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2019
08:13 AM
11-17-2019
08:13 AM
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!
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2019
10:04 AM
11-17-2019
10:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2019
09:54 PM
11-17-2019
09:54 PM
Re: Cart Summary Page remove shipping estimation
You can refer this link for your requirement.
Thanks!