Remove Estimate Shipping and Tax box from Magento checkout

September 23rd, 2008 Posted in Programming

Open 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”/>

Source

  1. 2 Responses to “Remove Estimate Shipping and Tax box from Magento checkout”

  2. By Vygantas on Jan 14, 2009

    Great, thanks!

  3. 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

Post a Comment