Knowledgebase
I'm using the Customer Rewards Points module. When a customer pays with points, but not enough points to cover the entire order, the order will still submit.
Posted by Nick Poindexter on 04 March 2010 05:27 PM
|
|
To fix this make the following edit: payment/payment_points.php Find this code (2 to 4 times depending on your version): func_header_location($redirect_to."/cart.php?mode=checkout&ezrecommends=Y"); Replace with: func_header_location($redirect_to."/cart.php?mode=checkout"); | |
|
Comments (0)