Releases: VirtoCommerce/vc-module-order
Releases · VirtoCommerce/vc-module-order
v2.17.25
- Supported extensibility for ProductInventoryChange. (#112)
- Fixed order scheme scroll bug. (#109)
v2.17.24
- Fixed bug with wasn't worked orders filtration #105
- Improved extensibility of orders filters #103
- Minor performance enhancements for order read operations #96
- Removed hard-coded 'Contact' member type to type taken from the real member object #67
v2.17.22
- Removed
CreatedDate
filling from LineItem
on order creation. (#82)
- Added
GetQueryable
virtual method to have possibillity to override Query. (#79)
- Now proper value is shown on Revenue widget on VC admin Home page. (#71)
- Replaced hardcoded member type on order details blade. (#67)
- Moved notification templates from project resources to embedded resources html files. (#75)
- Now Order passed to evaluation contexts in
TryToCancelOrderPayments
method. (#77)
- Fixed exception 'Cannot insert the value NULL into column 'LineItemId' in OrderShipmentItem table' on deletion of line item referenced in shipment.
v2.17.21
- Fixed the potential concurrency issue for
AdjustInventoryOrderChangedEventHandler
#69
- Added some null reference checks in order event handlers
- Changed API method signature to make Swagger more correct
- Fixed bug with
ShippingTotalWithTax
calculation
v2.17.20
- The order property
OuterId
doesn't patch #66
- Order operations disappearing from UI #60
v2.17.19
- Added missed logic for order totals recalculation #62
- Fixed bug with
EF duplicate PK
when order update if any of shipments have a new shipment item
v2.17.18
- Added the new property
CustomerOrder.OuterId
#59
- Fixed bug with losing payment amount when order totals recalculation
- Copy discount description as promotionDescription #58
v2.17.17
- Extended DB schema with new columns
[OrderAddress].Name
, [OrderPaymentGatewayTransaction].RefundAmount
#55 #54