Answers:
在您的local.xml文件中,添加以下内容。这应该删除该块。
<checkout_cart_index>
<remove name="checkout.cart.shipping" />
</checkout_cart_index>
选中此复选框,然后放入主题的local.xml文件
<?xml version="1.0" encoding="UTF-8" ?>
<layout>
<checkout_cart_index>
<reference name="content">
<remove name="checkout.cart.shipping"/>
</reference>
</checkout_cart_index>
</layout>
从下面的文件中删除以下代码。
app / design / frontend / your_package / yourtheme / layout / checkout.xml
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
最后,在管理面板中清除缓存。