You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have discounts built in to our current system.
The problem this solves for me is that we can provide discounts to potential attendees while still having them go through normal application flow where we approve them before they can purchase a ticket.
Ideally I would love to have this ready by the time the eclipse glasses are received in Austin. The earliest eclipse glasses will be received is March 15th.
The text was updated successfully, but these errors were encountered:
would it be possible to adjust the "DISCOUNT CODES" to have a maximum # of uses?
the idea would be, when they attempt to use a code:
the system checks if the number of tickets purchased with that code >= Maximum #
if the maximum has not been exceeded it works just like now
if the maximum has been equaled or exceeded, the discount does not apply and they get "We're sorry, this code has already been redeemed a maximum number of times. Please email [email protected] with any questions or concerns you may have."
We can (and will) use the system as it stands, but adding that feature would make it a lot easier to target specific numbers of low-income attendees or group members.
The "purchase" table in the vibecamp database is not automatically populating the "uuid" for the "applied _discount" column when a customer uses a discount code on my.vibe.camp.
(I manually added the two existing entries after checking Stripe)
Having that information populate automatically would make it easier for us to tally/track discount code usage via database queries.
I would like to have discounts built in to our current system.
The problem this solves for me is that we can provide discounts to potential attendees while still having them go through normal application flow where we approve them before they can purchase a ticket.
Ideally I would love to have this ready by the time the eclipse glasses are received in Austin. The earliest eclipse glasses will be received is March 15th.
The text was updated successfully, but these errors were encountered: