Hello everyone
We recently made a some changes and did some refactoring of our cart-implementation, and during that we added some new fields and values, which works just fine. We then started having some issues with some users that still had old carts. These carts contained old products with missing values and orderlines, and they need to be present/updated as they are used later in the buying-process.
So my question is: Is there a way update active carts with these values automaticly, or do we have to make custom code handles this? Another solution could be that we somehow ask the users to rebuild old carts, and if that is the case, can we deactivate carts through a database update?
Best regards, Jeppe.