In the spirit of avoid writing big features and th...
# support
j
In the spirit of avoid writing big features and then discovering they already exist in solidus — is there anything for expiring incomplete orders?
j
No, though there probably should be.
k
Not sure about its maintenance status but there’s https://github.com/solidusio-contrib/solidus_abandoned_carts
It sends an email after a while but I guess you can configure it or even better, take inspiration and bring the logic you need in your application
j
abandoned carts is great, i think what i'm seeing is a user returns to the website many many months after having an order on their user, and there is some sort of error which occurs with the order + paypal + an expired promo code on the order
but i haven't been able to track it down
i'm gonna try to set an expiry limit which gets checked on
last_order_for_user
for now and see how that does
actually missed this derp:
config.completable_order_updated_cutoff_days = 30
j
I feel like I should have known that existed. 😅
j
lol -- it's a big codebase
j
I've looked at the code that uses that recently though...
j
i know 😰 😭