-
-
Notifications
You must be signed in to change notification settings - Fork 499
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When creating a ticket with a donation option, if a donation amount is entered (for example €10) and the quantity is set to 2 tickets, the donation amount is also multiplied by 2.
I believe this is incorrect, because a donation should apply per order, not per product. The same issue occurs with the fee, which is currently applied per ticket instead of per order.
Example:
Donation amount: €10
Ticket quantity: 2
Stripe fee: €0.29
Checkout result:
Total: €20
Fee: €0.58
There should be an option or setting to define whether something is calculated per product or per order — or maybe I’m missing where this can be changed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request