Skip to content

v3.8.0

Compare
Choose a tag to compare
@tessig tessig released this 21 Aug 15:45
· 75 commits to master since this release
2ce6a27

sourcing

  • Introduce constant MaxSourceQty to indicate unlimited stock.

cart

  • DefaultBehavior: consider discounts when updating cart item row prices
  • Make the cart merge strategy configurable, this strategy handles how a guest cart is transformed into a customer cart.
    The following strategies can be set via the config commerce.cart.mergeStrategy:
    • merge (default): Merge the content of the guest and customer cart
    • replace: Replace the customer cart with the guest cart content
    • none: Don't do anything, guest cart is lost during customer sign-in.
  • Telephone in Address is now deprecated. To distinguish phone number parts new fields were introduced: TelephoneCountryCode,
    TelephoneAreaCode, TelephoneNumber. Changes are expected to be non-breaking.