Hide "Estimate Shipping and Tax" box during checkout

I have free shipping.

How do I hide "Estimate Shipping and Tax" box during checkout?

This is the block that asks for Country, State and zipcode to estimate shipping and tax.

Thanks

2 answers

Profile photo of chavan 100.00 $tone April 23, 2014
Public

Go to this File : app\design\frontend\default\jm_megamall\layout\che ckout.xml

Replace this code

Code:

<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>

with

Code:

 <!-- <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/> -->

we have just commented out the code, so you can enable it later.

once done this, you need to clear magento cache in cache management and you browser cache.

#1

This question is now closed

Written By

Comments