Remove Estimate Shipping and Tax box from Magento checkout
September 23rd, 2008 Posted in ProgrammingOpen the file /app/design/frontend/default/default/layout/checkout.xml
Remember if you are using a different theme the path to that file will be slightly different.
Remove this line:
<block type=”checkout/cart_shipping” name=”checkout.cart.shipping” as=”shipping” template=”checkout/cart/shipping.phtml”/>
2 Responses to “Remove Estimate Shipping and Tax box from Magento checkout”
By Vygantas on Jan 14, 2009
Great, thanks!
By zmax on Mar 9, 2009
Hmm. When I either commented out that line, or removed it completely, I got a nasty “unterminated comment” message when I refreshed the page – any ideas?
Thanks
zmax