Quote Originally Posted by pinetreecandles View Post
I see what you mean now. I never noticed that before. All my testing I never had the amount to redeem exceed the subtotal. Good catch.

I'm not a coder so I'm not sure what the side effects will be on changing the code from:
Code:
$order_total = $order->info['total'];
to
Code:
$order_total = $order->info['subtotal'];
I guess that's what test sites are for
Hi PTC..

Did the mod on this code work ? I dont want people to be able to redeem points against shipping fees, only against the goods.

So I'm curious if this worked, if so, which file was it that you changed ?

Thanks,
Mike