Quote Originally Posted by Rasyr View Post
Something odd......

IF I try to place an order using Reward Points, and I ALSO try to use a Gift Certificate as well (if the GC amount is not higher than entire order), it requires me to select a billing method. If the GC and the Redeem amounts are (combined) more than the entire order, it still requires me to select a payment method.

However, if I try to place the order with JUST a Gift Certificate, and the GC amount is larger than the order, then I don't have to select a payment method.

So... whatever it doing the check as to whether payment method is required to be select isn't including the amount to be redeemed in it.
I created a separate site for redeeming reward points. The site allows the customer to redeem points towards gift cards and certificates. Checkout needs to be restricted if the customer doesn't have enough rewards points.

I tried to edit function pre_confirmation_check($order_total) in ot_reward_points.php but couldn't get it to work.

Any help or suggestions are appreciated.

Thanks