My Tickets uses a few user meta fields; but not for any payment data.
Is it possible to add that kind of user meta field (ticket_name, payed (yes/no)?
Or something like that?
The point is to have a way to know if a user has Bought a ticket using user meta field.
Yes, it would be possible; you’d have to use the filter ‘mt_filter_payment_data’, which is run when a payment is processed, and is passed the purchase data and the post back from the payment processor; you could use that to add user meta data based on the email address associated with the purchase, which would be pulled using the purchase ID in that data.
Thanks for you reply.
I’m not sure to be able to do that.
Sorry about that – I’ll consider adding some tracking of logged-in user purchases in a future release, but there’s nothing there right now.
We are preparing an event to be held in early July : Convention of European Freelance Journalism in Strasbourg – France. The tickets sales must begin soon.
My choice balance between My Tickets and Easy Digital Download. EDD is fully translated into French. It is not for the sale of tickets but easily adaptable.
For now it’s ESD that takes the advantage.
A user_meta field in My Ticket would made the difference.
Thanks for letting me know that – it’s good information for me to have, although I’m still pretty constrained by my own available development time. Thank you!