Try our conversational search powered by Generative AI!

Using source code version of workflows, 0 qty stock variants are removed from shopping cart even when inventory tracking disabled

Found in

Commerce 8.13.4

Created

Jul 08, 2015

Updated

Aug 14, 2015

Area

Falcon/Commerce/eCommerce Framework/Workflows and activities

State

Closed, Fixed and Tested


Steps to reproduce

Steps to reproduce

  1. Download the source code of the Commerce workflows from World.
  2. Add project to Commerce site solution and build the project. Reference the Mediachase.Commerce.Workflow built from source rather than the default Mediachase.Commerce.Workflow.dll included with NuGet updates.
  3. Build the Commerce site and then open the site
  4. Create a test sku with in stock qty of zero, but make sure that inventory tracking disabled
  5. Try to add that sku to cart. The sku will get removed automatically and you'll get a message that appears like screenshot attached.


Expected: Even though in stock qty is zero, the sku should still be able to be added to cart since inventory tracking is disabled (digital media, for example, has no real stock qty).

Actual: Sku is removed upon trying to add to cart.