Skip to content

Releases: VirtoCommerce/vc-module-order

3.0.0-rc.1

10 Oct 16:57
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release
3.0.0-rc.1

v2.17.25

11 Sep 15:06
Compare
Choose a tag to compare
  • Supported extensibility for ProductInventoryChange. (#112)
  • Fixed order scheme scroll bug. (#109)

v2.17.24

11 Jul 09:05
Compare
Choose a tag to compare
  • 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.23

09 Apr 18:08
Compare
Choose a tag to compare
  • Added "order:read_prices" permission that could manage order prices visibility. #80
    image

  • Order list load optimization. #86

v2.17.22

20 Mar 16:58
Compare
Choose a tag to compare
  • 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

09 Nov 10:45
Compare
Choose a tag to compare
  • 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

02 Oct 09:19
Compare
Choose a tag to compare
  • The order property OuterId doesn't patch #66
  • Order operations disappearing from UI #60

v2.17.19

21 Sep 14:06
Compare
Choose a tag to compare
  • 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

14 Sep 10:10
Compare
Choose a tag to compare
  • 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

03 Aug 10:11
Compare
Choose a tag to compare
  • Extended DB schema with new columns [OrderAddress].Name, [OrderPaymentGatewayTransaction].RefundAmount #55 #54