How can i disable shipping calculation on cart page.

enter image description here

Thanks.

有帮助吗?

解决方案

Please try below code in this file app/design/frontend/<YOUR_THEME>/default/layout/local.xml

<checkout_cart_index>
    <remove name="checkout.cart.shipping" />
</checkout_cart_index>
许可以下: CC-BY-SA归因
scroll top