Solution 1:
Edit your theme's "/layout/checkout.xml" file. Find and Comment the below lines.<block as="shipping" name="checkout.cart.shipping" template="checkout/cart/shipping.phtml" type="checkout/cart_shipping"></block>
Solution 2:
Add new "local.xml" file under your theme's layout folder.<layout>
<default>
<remove name="checkout.cart.shipping"></remove>
</default>
</layout>
Here, You no need to search for any template or layout file. This code will do the trick. After making changes dont forget to refresh the cache. That's it. You are done.
No comments:
Post a Comment