Showing posts with label remove discount coupon code form from cart page in magento. Show all posts
Showing posts with label remove discount coupon code form from cart page in magento. Show all posts

Monday, 9 November 2015

How to Remove Discount Coupon code form from the Shopping cart page in Magento - Magento

To Remove the Discount Coupon form from Magento Shopping Cart Page follow the following steps

Add the following code in your theme's local.xml

<?xml version="1.0" encoding="UTF-8" ?>
<layout>
<checkout_cart_index>
<reference name="content">
<remove name="checkout.cart.coupon"/>
</reference>
</checkout_cart_index>
</layout>


Please Note clear the cache and check