IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The customer money must be updated either when a new order is made or paid or when an order is deleted. When deleting an order using the DeleteOrder method of the OrdersManager instance, the customer money is automatically updated. When creating an order through the API you have to manually update the customer money. Depending on your logic you can execute the code below when creating an order or when setting its status to “Paid”.
NOTE: The code example below updates not only the customer money, but the customer statistic as well.
To update the customer money, when an order is created, you must perform the following:
NOTE: γIn case you delete an Order in a way different than using the DeleteOrder method of the manager, you must manually update the customer money. In this case use the UpdateCustomerOrderStatisticsAfterDeleteOrder method of the CustomerStatisticUpdater class. Like the other method, this one also updates the customer statistic as well.
Use the following code sample:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important