回答:
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"/>
最後に、管理パネルでキャッシュをクリアします。