pythonitalia / pycon

https://pycon.it
MIT License
89 stars 18 forks source link

Investigate & add support for Pretix Discounts #3424

Open marcoacierno opened 1 year ago

marcoacierno commented 1 year ago

https://docs.pretix.eu/en/latest/api/resources/discounts.html

Use case: https://docs.pretix.eu/en/latest/user/events/guides/groups.html

marcoacierno commented 1 year ago

this could be useful: https://docs.pretix.eu/en/latest/development/algorithms/pricing.html#discounts

marcoacierno commented 1 month ago

the best and easiest solution is probably to see if we use our extended API plugin to expose the discount engine via API. So the FE could check for discounts. The only side effect is that it requires a request so there will be a tiny delay when going to the checkot page