You can use the [PROMOTIONS_USED] shortcode within the current messages to display which promotion was used during the registration.
However if are looking to send a message specifically for stating that a promotion code has been used that’s not something we have available so would require custom development.
No, we don’t currently have another shortcode for the promotions add-on.
However, before the promotions add-on added its own shortcode from within the add-on itself, I wrote a custom function to add a [PROMO_CODES_USED] to EE here:
And just have $promo_codes[] = $promo_row[ 'Price.PRC_name' ]; within the foreach loop.
Then use that shortcode in place of the default one.
I’d recommend changing the shortcode from that function to something else, for example [PROMOTIONS_USED_CUSTOM] (change lines 12 and 21) so that its obviousl which code to use.
Viewing 3 reply threads
The support post ‘EE4 Promotion – Notification promotion use on ticket’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.