-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refund/Undo Feature #549
Comments
#548 is tangentially relevant to this issue. |
Technical question: What about when multi-buying? (Every single item purchased is started separately) How should this be shown to the user, for them to know this feature exists? Also, #424 attempted to implement this |
We could add a new table PurchaseGroup and have a foreign key to a group in each purchase. That way, we could link multi-buy purchases together. |
This could work 🤔 then there's the special case of a member wanting to refund a single item in a multibuy (though that isn't a big issue). Otherwise, we could use time of purchase, but I think that might get messy
That could work yes |
I think a refund / undo the latest purchase feature would be a great addition, as it would allow the user to rectify an erroneous purchase. The only downside is that people could undo their purchases to get their money back. However, the system is already trust based, so I see no issue with this.
I have experienced this where I bought the wrong product which was cheaper than the one I wanted to buy and had to purchase cheap products until the price matched the product I actually wanted to buy. This damages the sales statistics and inventory tracking for the TREO people.
Refunds / undos should of course be tracked, so abuse can be monitored.
The text was updated successfully, but these errors were encountered: