जवाबों:
अपनी 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>
निम्न कोड को नीचे फ़ाइल से निकालें।
एप्लिकेशन / डिजाइन / दृश्यपटल / your_package / yourtheme / लेआउट / checkout.xml
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
अंत में व्यवस्थापक पैनल में कैश को साफ़ करें।