Is there anyway to see who has used the promo codes? Similar to the event list of attendees but just for the promo code? Rather than viewing the invoice from each individual person, it would be great to see a list of each promo code and who has used it and how many times.
There isn’t a built in shortcode or admin view for that. It’s almost a custome SQL query. Do you have access to phpMyAdmin or the Adminer plugin? If so, try running:
SELECT *
FROM <code>wp_events_attendee</code>
WHERE <code>coupon_code</code> LIKE 'abc'
Viewing 1 reply thread
The support post ‘View Who use Promo code’ 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.