Skip to content

Commit

Permalink
Fix removing coupon from cart (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitn authored Feb 1, 2020
1 parent 47d14b7 commit fb5ed71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/Checkout/controllers/CartController.php
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ public function couponPostAction()
);
}
} else {
$this->_getSession()->setCartCouponCode('');
$this->_getSession()->addSuccess($this->__('Coupon code was canceled.'));
}

Expand Down

0 comments on commit fb5ed71

Please sign in to comment.