I created a wpdatatable by querying the POST and POSTMETA tables for ticktets.
Background is to find in a chart during an Event how many tickets are already check-in and how many are still outstanding.
I used for that purpose the field meta_key=’status’ in table POSTMETA. (All records showed the value “check-in”).
After having checked-in one ticket, the status however did not change.
Question: Where is this information stored in database?
many thanks and kind regards
JJ
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer!
Hello
Is there a chance to get this little answer quite soon, we have a large event on Saturday, and I wanted to us this new report for monitoring how many people have already checked-in during the evening.
Many thanks and kind regards
JJ
Hey Jean,
We are trying for this, we have escalated it with the highest priority
Hey,
Sorry for stressing you, but I need to get an answer, as I cannot run my statistics!
Is simply need to know where to find the STATUS of a ticket “Check-in” or “Checked” (see attachment)
I queried table POSTMETA with meta_key = ‘status’ but the status always shows the value “check-in”, even after a ticket has been checked-in. (Status should then be “checked”)
That information must therefore be stored somewhere else in Database. A simple look in your code should show this easily.
Thanks a lot !
JJ
Hey there so that is actually stored in post_type = evo-tix and then postmeta field = ‘status’
Hi,
I am quite disappointed about your feedback, as this is exactly what I already did. But the result is NOT what you state here above.
Attached is what I did against the database ! The field status always shows the value “check-in” and not “checked” for the real checked tickets !
Can you please urgently advise, as I am still blocked.
Here the attachment
Hi There,
Can u provide us with backend access?
Hello,
Can I please have a feedback. It cannot be that I have given you an Admin Access to our Site, opening the door to you….. and that nothing happens anymore!
We pay a lot of licence fees for your plugins, support should be able to give me an answer to this little question.
Many thanks and have a good day
Hey Jean,
We are sorry for the delay, but we are still trying to figure this out.We have escalated with top priority so there are no delays.
My apologies mate, we’ve been running heavy past few weeks with cyber week stuff. Ok let me get you straightened out here. 🙂 Doing some debugging now.
Ok here you go.
So the “status” value was legacy method. My sincere apologies. We are storing the status as an array with corresponding ID and status in meta key “ticket_ids”
image again.
So you can use a query like SELECT * WHERE meta_kay LIKE ‘%checked’ I am not sure exactly what you are trying to do?