Hi there,
Inside a subscriber CheckoutDoneOrderIsComplete I am trying to access Dynamicweb.eCommerce.Common.Context.Cart. I noticed that sometimes this returns null; for example when viewing the cart page, recycling IIS and then completing the checkout. It's weird as the order info displays correctly. Also, inside the subscriber args.Order contains a valid order.
Is this an issue that could explain some other issues we're seeing which changes orders (IDs, language) and so on? Shouldn't Context.Cart be repopulated with the current cart info?
Imar