Hi Geoff,
I just figured out the issue. It was indeed a compatibility problem with Woocommerce. I didn’t want to update the related plugin in the first place because I have some custom code on it to accommodate for some specific behavior on the site. As soon as I updated it to the latest version, the issue was gone.
My apologies for bothering you with this issue.
It should be all good now.
Separate issue however:
I was also wondering about having the RSVP.php in the child theme (/plugins/event-tickets/src/Tribe/RSVP.php). In your documentation, it doesn’t seem like I can have a copy of it on the child theme. Do you have any recommendation so that this file doesn’t get overwritten when I continue making updates?
Same thing with the file meta.js (/plugins/event-tickets-plus/src/resources/js/meta.js).
I ve tweaked the code so that it accomodates for some custom waitlist implementation and coupons verification at the rsvp level using the rsvp meta fields.
Thanks,