Posted: October 30, 2024 at 7:58 am
Exactly as this topic describes, we’d like the ability to offer a promo code that changes an events ticket to a fixed price. Is this possible? |
|
Hi there, No, this is not something we currently have available within EE at this time. |
|
Are there any hooks that could be used to implement this with custom code? What I found was just the ability to apply a percentage discount. |
|
To do this properly you’d need your own promotion ‘scope’. Right now promotions have an event scope, meaning they apply on an event level. What you are looking to do above is apply promotions using a ticket scope but then also calculate the promotion value applied to that ticket on the fly. We have an example of applying promotions at a ticket level here: But it is not an officially supported feature currently and the above doesn’t actually add a ticket scope, its filtering the applicable items to work with tickets. When a promotion is applied by the add-on it is passed through the —- We don’t have documentation onf creating custom scopes, but you register your own using the Then take a look within Does that help? |
|
To do this properly you’d need your own promotion ‘scope’. Right now promotions have an event scope, meaning they apply on an event level. What you are looking to do above is apply promotions using a ticket scope but then also calculate the promotion value applied to that ticket on the fly. We have an example of applying promotions at a ticket level here: But it is not an officially supported feature currently and the above doesn’t actually add a ticket scope, its filtering the applicable items to work with tickets. When a promotion is applied by the add-on it is passed through the —- We don’t have documentation onf creating custom scopes, but you register your own using the Then take a look within Does that help? |
|
The support post ‘Promotions that change an events ticket to a fixed price’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.