Magento – Disable/ Remove “Estimate Shipping and Tax” Magento 1.9

magento-1.9shopping-cart

anyone care to advise on how to remove the "Estimate Shipping and Tax" option on Shopping Cart page ?

Best Answer

In your local.xml file, add the following. This should remove the block.

<checkout_cart_index>
    <remove name="checkout.cart.shipping" />
</checkout_cart_index>