Where do I make changes to remove the "Estimated Shipping and Handling" section from the Checkout page?
Thanks
1 answer
Go this file: app\design\frontend\default\jm_sporty\layout\check out.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"/> -->