[wp-meta] [Making WordPress.org] #574: Contact CampTix Attendees who Had Trouble Registering
Making WordPress.org
noreply at wordpress.org
Sat Jan 3 17:12:12 UTC 2015
#574: Contact CampTix Attendees who Had Trouble Registering
-------------------------+-------------------------------------------------
Reporter: iandunn | Owner:
Type: | Status: new
enhancement | Component: wordcamp.org
Priority: normal | Keywords: good-first-bug needs-testing dev-
Resolution: | feedback
-------------------------+-------------------------------------------------
Changes (by bansod_deven):
* keywords: good-first-bug => good-first-bug needs-testing dev-feedback
Comment:
'''Patch Added'''
Added a new Tab in Tools as `Tools > Notify Failed Registrations`
Sending them to Only Failed & Timeout Status Attendees seems easy and can
be implemented by just changing the recipients query parameters from
'publish' and 'pending' to 'failed' and 'timeout'.
Also, checking if an attendee has previously received a mail also seems
simple, as we just have to check the postmeta table if it already has the
row where meta_key = 'tix_email_recipient_id' and meta_value =
attendee_id. Done with Meta_params of WP_Query.
''But I had a doubt regarding how to check for if an attendee has had a
failed attempt and then has successfully registered later because even
with the same registration details, the function inserts a new post
altogether.
So have not included that check it in the patch for now.
''
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/574#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list