How do Reward points work really???

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
It's by design. when you click "Change status" button you can see the following hint - "This option is only for advanced users (not recommended to change manually). All appropriate actions (such as inventory adjustment, sending notification emails, reward points, gift card activation/deactivation, etc) should be done manually in this case."

but there was a bug in 3.80 that hide this hint
5 years ago
Why AwardRewardPoints method only use OrderTotal but exclude RefundedAmount when its has value > 0?
i think that the correct way is
var totalForRewardPoints = order.OrderTotal - order.RefundedAmount;
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.