Try our conversational search powered by Generative AI!

Several problems with MigrateExistingSerializableCartsStep

Fixed in

EPiServer.Commerce 12.17.2

(Or a related package)

Created

Jan 25, 2019

Updated

Mar 11, 2019

Area

Core

State

Closed, Fixed and tested


Description

Fix the following issues with the migration step for serializable carts.

  • It does not check cart.Market for null before proceeding.
  • It is slow with a large number of carts.
  • It changes the carts' modified time, which interferes with the Remove Abandoned Carts scheduled job.
  • If any problem occurs, it does not log the full stack trace.