Hey -- quick question. I've got an issue with what i believe to be stale orders causing issues for current users on checkout -- is there a way to move all incomplete orders -- or remove from from a users cart if they're logged in?
j
Jared Norman
12/02/2022, 7:00 PM
If you null out the created by on an order, it’ll no longer be considered a cart
j
jakemumu
12/02/2022, 7:00 PM
genius!
jakemumu
12/02/2022, 7:00 PM
okay i think i'll do that for non-complete orders and it should solve it
🤔 1
c
Chris Todorov
12/02/2022, 7:46 PM
you may want to scope this to old carts as if you do it for all non-complete orders everyone will lose their current cart 🤔
j
jakemumu
12/02/2022, 9:28 PM
yeah i was looking at it and i'm completely scared to execute it lol
jakemumu
12/02/2022, 9:28 PM
i think what i might do is detect if there's an issue and clear the order dynamically