Risposte:
Nel tuo file local.xml, aggiungi quanto segue. Questo dovrebbe rimuovere il blocco.
<checkout_cart_index>
<remove name="checkout.cart.shipping" />
</checkout_cart_index>
Controlla questo e inserisci il file local.xml del tuo 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>
Rimuovere il seguente codice dal file sottostante.
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"/>
Infine svuota la cache nel pannello di amministrazione.