Releases: VirtoCommerce/vc-module-order
Releases · VirtoCommerce/vc-module-order
v2.17.16
- Allow searching orders by OrganizationId #50
- Load order dynamic properties during the saving #43 (#49)
v2.17.15
- Improved order CRUD operations perfromance
v2.17.14
-Pre-loading of the order change history from order loading operations has been removed to improve
order loading performance. Now all order changes are loaded with a separate API call GET api/order/customerOrders/{id}/changes
v2.17.13
- Round order totals
- Use built-in
ui-grid
sort in orders list when used for preloaded orders data source
v2.17.12
- Made the
Payment transactions widget
clickable #42
- PostProcessPayment used wrong payment methods #44
- Changed the
Address
equality logic
v2.17.11
- Added Russian localization
- Changed business rules for inventories adjustments #40
v2.17.10
- Fixed bug related to raising OrderChanged event before saving dynamic properties
- Fixed notification templates
- Removed obsolete constructor
v2.17.9
- Increase the length of the AddressEntity.Email to 254 #39
- Reworked work with events (switch to using
EventPublisher
)
- Fixed null reference exception is thrown by
LogChangesEventHandler
, at the time of order change
- Changed the logic of getting the recipient's email for order notifications
- Added
Notifications
widget in the order details blade
- Updated NuGet dependencies to lates versions
v2.17.8
- Fixed conversion of LineItem.IsGift flag.
v2.17.7
- Fixed a major bug with a lost fraction of the
TaxPercentRate
property when saving