Support

Home Forums Event Espresso Premium Ticket complete / correct not showing in client’s membership profil

Ticket complete / correct not showing in client’s membership profil

Posted: August 26, 2024 at 7:51 am

Viewing 17 reply threads


ChiroEurope

August 26, 2024 at 7:51 am

I have several clients who have correctly paid for a ticket, but that ticket is not showing in their memberpress/ticket account area. This applies to two different events so far, one in the past, one in the future. I’ve not had this error before. We have had no changes or alterations done to EE recently. The transaction and ticketing information is correct / complete and to their account. Their account has been tagged that they bought the ticket.


Sam

  • Support Staff

August 26, 2024 at 10:46 am

Hi Lynn,

Is the issue happening only for any particular user or is it the same for every user?
If the issue is the same for all users, please follow the instructions here which might help you: https://eventespresso.com/topic/ee4-connect-and-integrate-in-memberpress/#post-320397

Also, I can see you are still using the older version of the plugin, can you please update it to the latest version (V5.0.23) for a better result?


ChiroEurope

August 31, 2024 at 10:47 pm

It’s occurring so far with a small number of users, but not for all of the events. The can view some of their tickets, but not for all events. I checked and we are using ESPRESSO_MY_EVENTS so it’s only part working.


Rio

  • Support Staff

September 1, 2024 at 11:13 pm

The plugin you’re using is version 5.0.19.p May we know why you did not update to the latest version? Did you experience any problem on the latest version that push you to restore the .19 version?

We also need to confirm if this issue is in the latest version. After you confirm that you still experience it, despite of the update. We will be needing to log-in to your site and investigate to that user account. If you can also tell us which user experience that issue, that would be great.

thanks


ChiroEurope

September 2, 2024 at 7:47 am

Hiya, my bad, I didnt update as I forgot. Done now. Then checked in with the two current problem people and they still cannot see those tickets (but can see others) I’ll write their names in a next pvt message


ChiroEurope

September 2, 2024 at 7:51 am

This reply has been marked as private.


Sam

  • Support Staff

September 2, 2024 at 12:55 pm

Hi Lynn,

Please let me know what issue you are facing while using the [ESPRESSO_MY_EVENTS] shortcode you mentioned above.

https://eventespresso.com/topic/ticket-complete-correct-not-showing-in-clients-membership-profil/?view=all#post-357036


ChiroEurope

September 3, 2024 at 2:44 am

Hi Sam,i don’t understand the point of your question – you seem to be asking me to repeat everything I’ve already written. That short code is being used in Memberpress to display tickets for people. it is not working 100% . Example provided above.


Sam

  • Support Staff

September 3, 2024 at 5:15 am

I just want to know what exact issue you are facing while you are using the shortcode mentioned in the above link so that I can help you better.

If you check the link of the other ticket that mentioned the shortcode is for your website itself, where the user can see all their registrations.


ChiroEurope

September 4, 2024 at 6:52 am

This reply has been marked as private.


ChiroEurope

September 4, 2024 at 8:53 am

Ok. So yes two more for that same event can’t see their tickets. Is there a setting for an event that would prevent this from being visible ?


Tony

  • Support Staff

September 5, 2024 at 2:16 am

Hi there,

I’ll be taking over this thread to troubleshoot this.

The first thing that comes to mind is this:

The transaction and ticketing information is correct / complete and to their account.

How are you confirming that?

Then this:

Their account has been tagged that they bought the ticket.

Same here, tagged? Or by this do you just mean it shows on their account? That’s good, but where does it show?

Are they registered as the primary registrant for the event (so no part of a group registration)?

You’ve added a couple of names above, but we can’t view your data from our end. I know (beuase I’ve worked with you previously) that you’ve sent login details over to use before, but we don’t store those credentials so for us to look we’d need access again. If you prefer for me to take a look directly on the site you can send those over using this form:

https://eventespresso.com/send-login-details/


ChiroEurope

September 6, 2024 at 2:33 am

I sent you the login info.


Tony

  • Support Staff

September 6, 2024 at 2:59 am

I replied to via email yesterday, but realise now that likely didn’t go directly to you 🙂

If you let me know an email address to use I’ll cc you on the thread so you can see, I used email as it some details of your site.


ChiroEurope

September 6, 2024 at 7:20 am

This reply has been marked as private.


Tony

  • Support Staff

September 9, 2024 at 11:21 am

This reply has been marked as private.


ChiroEurope

September 10, 2024 at 2:54 am

So the good news is that the developers figured out that their work had created this problem and have fixed it. There remains a question, if you are able to guide a solution:
The coding they did allows for the account holder to purchase tickets for other people, including when they do not purchase one for themselves. This creates an Attendee ID for those extra people, their confirmation emails / tickets get sent to the account holder, but since the Attendee ID is different to the account holder, the account holder does not see it in their account.
Is there a way using the EE WordPress User Integration (or something else) to get those tickets visible under the main account where they were purchased ?


Tony

  • Support Staff

September 10, 2024 at 7:22 am

The coding they did allows for the account holder to purchase tickets for other people, including when they do not purchase one for themselves.

Huh? I’m not sure what they did here but if I understand this correctly you can do this by default, although you’ll need to disable the email match check within the WP user add-on.

This creates an Attendee ID for those extra people, their confirmation emails / tickets get sent to the account holder, but since the Attendee ID is different to the account holder, the account holder does not see it in their account.

That sounds like the default behaviour only it onl processed the primary attendee, we have a snippet to process each registrant:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/addons/eea-wp-user/jf_ee_process_multi_wpuser_for_attendees.php

Is there a way using the EE WordPress User Integration (or something else) to get those tickets visible under the main account where they were purchased ?

This is the part that would need custom development as currently the answer to this is no. You’ll need either a separate table of your own storing say the REG_ID and WP_User ID for each registration created, or some other method to store those ID’s so you can link them back as currently EE does not work this way.

We only use the EE Contact ID to relate the registrations back to the WP User account… the WP user account has an ATT_ID assigned to metadata and we then pull in the registrations linked to that contact.

You need registrations that could/would be completely unrelated to that contact so the above method doesn’t work for that.


ChiroEurope

September 10, 2024 at 9:55 am

Yes from memory at the beginning we had it set up to add additional tickets, my memory of that is that it only worked if the primary account holder purchased tickets, not when they were purchasing for someone else. That’s why we had to get Some coding done.

Thanks for this info. I’ve passed it onto them

Viewing 17 reply threads

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso