dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Max dollar amounts for discount codes #829

Open melinath opened 7 years ago

melinath commented 7 years ago

From an organizer:

So, I'm wondering if there is a way I can make a discount code that only gives the amount off I set it to. For example, discount code is for $200. Someone purchases pass for $159 leaving $41 of credit. They buy a box costing $50. This should mean they pay me $9. However, currently, dancerfly does one of two things:

1) if I set the discount to only apply to the pass, it only credits them for $159 and they lose the rest of the credit 2) if I set the discount to apply to the pass AND the box, it credits them $159 for the pass AND $50 for the box. Which ends up giving them a discount of $209

Please tell me there is a good way to do this.

melinath commented 7 years ago

(This is sort of like gift cards...)