Skip to content
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

Define a discountPolicy for each category #220

Closed
yankedev opened this issue Sep 21, 2016 · 1 comment
Closed

Define a discountPolicy for each category #220

yankedev opened this issue Sep 21, 2016 · 1 comment

Comments

@yankedev
Copy link
Contributor

yankedev commented Sep 21, 2016

It could be useful to apply a special discount for reservations with many tickets (in the same transaction).
For example apply 10% discount if you buy 5 or more tickets.
Another nice policy could be to do:

  • get 6 tickets, pay 5
  • get 11 tickets, pay 9
  • get 15 tickets, pay 12

The discount policy should be applied before any VOUCHER discount and must be visualized in the confirmation page and in the final invoice

@cbellone
Copy link
Member

will be implemented as defined in #869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants