Reward points not awarded for orders where points are redeemed

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 Jahre weitere
This affects many versions of nopCommerce, up to and including 4.4

If a customer places an order and redeems reward points, no new reward points are added for that order.

This is because there is a test in the OrderProcessingService.AwardRewardPointsAsync to see if the order's RewardPointsHistoryEntryId has a value. If it does, no points are awarded.

BUT if the customer redeemed points, then RewardPointsHistoryEntryId will have a value.
2 Jahre weitere
Thanks. We'll check it soon - https://github.com/nopSolutions/nopCommerce/issues/5764
2 Jahre weitere
fetchjon wrote:
This affects many versions of nopCommerce, up to and including 4.4

If a customer places an order and redeems reward points, no new reward points are added for that order.

This is because there is a test in the OrderProcessingService.AwardRewardPointsAsync to see if the order's RewardPointsHistoryEntryId has a value. If it does, no points are awarded.

BUT if the customer redeemed points, then RewardPointsHistoryEntryId will have a value.

I can't reproduce issue. The new reward points are added to order after completing.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.