Portal Home > Knowledgebase > Magento > Remove the Coupon Code on the Magento Check Out Page


Remove the Coupon Code on the Magento Check Out Page




On Magento, on the Shopping Cart page, just before the checkout, by default, you have an area where customers can enter a coupon code.  Obviously, if you’re running some kind of discount scheme, this is a vital area – however, if you’re not, it can actually take up a lot of much needed room during the checkout!  For this reason, you might want to simply get rid!

Well, here’s how… just navigation through your FTP folders to: app/design/frontend/default/default/layout and in there you should see a file called checkout.xml.

Simply open it up and comment or delete the following line:

<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>

 



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read