Respuestas:
En su archivo local.xml, agregue lo siguiente. Esto debería eliminar el bloqueo.
<checkout_cart_index>
<remove name="checkout.cart.shipping" />
</checkout_cart_index>
Comprueba esto y ponlo en el archivo local.xml de tu tema
<?xml version="1.0" encoding="UTF-8" ?>
<layout>
<checkout_cart_index>
<reference name="content">
<remove name="checkout.cart.shipping"/>
</reference>
</checkout_cart_index>
</layout>
Elimine el siguiente código del archivo a continuación.
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"/>
Finalmente, borra el caché en el panel de administración.