How to remove the Discount Codes area in Magento shopping cart

I end up doing this on most of the Magento websites I build, it’s very easy.

All you need to do is to comment out 1 line for 1 file.

  • Go to /app/design/frontend/default/YOUR_THEME/layout/
  • If the checkout.xml file is in there miss the next step
  • If the checkout.xml isn’t in there go to /app/design/frontend/base/default/layout/ and copy it into /app/design/frontend/default/YOUR_THEME/layout/ 
  • Find an comment out this line: <block type=”checkout/cart_coupon” name=”checkout.cart.coupon” as=”coupon” template=”checkout/cart/coupon.phtml”/>
  • Save and Cache Refresh
1 comment
Leave a Reply to Pete Walters Cancel reply

Your email address will not be published. Required fields are marked *

Previous Post

Easy Magento Layout Modification Using Custom Layout & CSS

Next Post

How to remove the Estimate Shipping & Tax Block area in Magento shopping cart

Related Posts