Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Incorrect item quantity after completing order

Found in

EPiServer.Commerce 9.18.0

Fixed in

EPiServer.Commerce 9.19.0

(Or a related package)

Created

Jun 20, 2016

Updated

Jul 06, 2016

Area

Core

State

Closed, Fixed and tested


Description

  1. Go to CommerceManager.
  2. Create any order --> add item A with quantity =1.
  3. Add item B with quantity =3.
  4. Edit quantity of item B to 5 --> create order --> process payment.
    --> See that total order count is 1A + 5B.
  5. Complete order.
  6. Re-open order.

Expected: Quantity of item B is 5
Actual: Quantity of item B is 3.

  • NOTE: The bug does not happen for legacy promotions and does not happen with 9.17