Odpowiedzi:
W pliku local.xml dodaj następujące elementy. To powinno usunąć blok.
<checkout_cart_index>
<remove name="checkout.cart.shipping" />
</checkout_cart_index>
Zaznacz to i umieść plik local.xml swojego motywu
<?xml version="1.0" encoding="UTF-8" ?>
<layout>
<checkout_cart_index>
<reference name="content">
<remove name="checkout.cart.shipping"/>
</reference>
</checkout_cart_index>
</layout>
Usuń następujący kod z poniższego pliku.
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"/>
Wreszcie wyczyść pamięć podręczną w panelu administracyjnym.