Magento 1.7 – How to Remove Discount and Grand Total from Cart Total Page

magento-1.7shopping-cart

am using aramex for our store, the shipment amount is calculating by aramex,
but we are giving Free Shipping for our customers,so i can't apply discount to aramex shipping charges so now am applying discount to cart, but in the cart total page its discounting 20 and in the cart page its adding another 20 by aramex and discounting it again.

so my solution is just hide the discount thing from cart total page.

Please help me to hide Discount and Grand Total from Cart Total Page.

Cart Total Page

Best Answer

goto checkout/cart/totals.phtml here yoy find the code <?php echo $this->renderTotals(); ?> juts remove it and put a custom code for getting subtotal

Related Topic