Reward Points assign to total or subtotal?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Only a litle doubt: reward points are assigned to orderSubTotal or orderTotal?
11 years ago
Do you mean reward points which are spent during checkout or reward points which are added to customer account after completing an order?

In first case they're reduced from order total (\Libraries\Nop.Services\Orders\OrderTotalCalculationService.cs, GetShoppingCartTotal method)

In the second case they are also calculated based on order total (\Libraries\Nop.Services\Orders\OrderProcessingService.cs,  AwardRewardPoints method)
11 years ago
Thanks!

I have configured the Awarded order status: to 'Complete', then the points only will be awarded after the order completion.
Then my case is the second, in the two cases will be assigned to ordeTotal but in anyway you give me more information.


Best Regards!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.