-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make a "Article suspendu" / Charity feature #204
Labels
Comments
Sounds nice but very easy to abuse over internet. 2 days? |
Feel free to develop about abuse. |
Yes, with only shops people do bots to buy limited quantity products as soon as available, so yea people will probably do bots to get charity products as soon as available |
That's a risk, we'll see.
Btw, the day people will make bots to autoadd charity products on eshop
powered by our product, it'll mean we're the future boss of the game in
term of adoption 😂
Le jeu. 6 juil. 2023 à 18:53, Eliott C. ***@***.***> a écrit :
… Yes, with only shops people do bots to buy limited quantity products as
soon as available, so yea people will probably do bots to get charity
products as soon as available
—
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL7BKPX6CFTZROIKAGNCDLLXO3UQDANCNFSM6AAAAAAZQMMZS4>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
In Belgium, you can go to the bar and say "Hey, give me 3 coffees + 1 suspended one" (same thing for fries).
Suspended articles are paid by someone, put aside, then given for free for anyone asking for them.
We did that once during the "Printeurs" crowdfunding and we'd like to allow Bootik's customers to do the same.
More infos here : https://www.lesuspendu.ch/
Use cases
Prerequisites
Add a "Suspended is allowed" option on product (default = False)
Add a "Buy for other (suspended product)" on product page
Option is only :
"What is a suspended sale ?" contains a link to www.lesuspendu.ch
Add a display option on cart
Case when article is bought for cuustomer A and bought for charity :
Note : this is not a 2nd product to create, and on the order datas, it'll be 2 sales of the product. But it'll be 2 sales of the product "including 1 for charity".
Create a /charity route based on /product
When I display a product via the /charity/{product_id} route :
Create a "order is free" payment mean on /checkout
Mark orders with amount = 0 automatically as "paid" on /order
Process
The text was updated successfully, but these errors were encountered: