Hey -- quick question. I've got an issue with what...
# support
j
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
If you null out the created by on an order, it’ll no longer be considered a cart
j
genius!
okay i think i'll do that for non-complete orders and it should solve it
🤔 1
c
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
yeah i was looking at it and i'm completely scared to execute it lol
i think what i might do is detect if there's an issue and clear the order dynamically