Forum Replies Created
-
AuthorPosts
-
Chris
ParticipantThanks Geoff!
Chris
ParticipantFixed it.
April 13, 2017 at 9:56 am in reply to: Purchase of Event Ticket Not Triggering Follow Up Email Campaign #1269604Chris
ParticipantHere is the response they had given me before about the Event Category trigger not working.
April 12, 2017 at 8:45 am in reply to: Purchase of Event Ticket Not Triggering Follow Up Email Campaign #1268862Chris
ParticipantSorry this still doesn’t resolve my issue. WooCommerce is saying it’s an issue on your end. I updated to their 5.0RC and the issue still persists.
April 10, 2017 at 3:57 pm in reply to: Updated to Release Candidate for WooCommerce 3 support. #1267949Chris
ParticipantStill seeing the same error after updating to the official 4.5 release.
You can view the error here – https://cnia.mccreery.ca/event/test-ticket-page/
Chris
ParticipantGreat! Thanks again for the help. Have a great weekend.
Chris McCreery
Chris
ParticipantThis has resolved my issue, until a proper fix can be rolled out in an update to ETP.
Thanks to all the Cliffs, Geoffs and Jeffs 🙂Chris
ParticipantSorry, I had added the filter to my normal theme, but forgot I was using 2016. Added
add_filter( ‘wootickets-tickets-email-enabled’, ‘__return_false’ ); to the correct functions file and it stopped the email from being sent by Event Tickets Plus.March 24, 2017 at 8:11 pm in reply to: Purchase of Event Ticket Not Triggering Follow Up Email Campaign #1259887Chris
ParticipantYes!! Exactly!
March 24, 2017 at 5:24 pm in reply to: Purchase of Event Ticket Not Triggering Follow Up Email Campaign #1259872Chris
ParticipantAll emails being delivered. Standard WooCommerce emails get sent, other follow up emails get sent, the automatic ticket emails get sent. Only tickets that match an event category seem to have issues sending.
Here’s a screencast of the specific settings that don’t send the automated email.
http://d.pr/v/8OXZThe other settings I was referring to, were the Events > Settings > Tickets – WooCommerce Support section.
I’ve been working on this issue in another thread – https://theeventscalendar.com/support/forums/topic/cant-disable-email-triggers/ and they seem to think it’s a bug in the plugin. Wondering if that is also affecting the issue I’m having in this thread.Chris
ParticipantSorry no dice!
I added it to the functions.php, but it’s still sending ticket emails when I purchase a ticket.
Chris
ParticipantLooks like it keeps loading this array when everything has been unchecked.
/**
* @return array
*/
public function get_default_ticket_dispatch_statuses() {
return array(
‘wc-completed’,
‘wc-on-hold’,
‘wc-processing’,
);
}Chris
ParticipantI cleared my history, used Incognito window, disabled Follow Ups, disabled WooCommerce – Autocomplete Orders and still no luck.
I noticed that I can uncheck all but one and it saves just that one checked.
Is it possible that the code used to ensure at least 1 is selected in the above field set was also used in this field set by mistake?March 23, 2017 at 10:58 am in reply to: Purchase of Event Ticket Not Triggering Follow Up Email Campaign #1258910Chris
ParticipantEnabled debug. Tried unchecking those fields, importing orders that match the event category I’m trying to send emails to. No errors were generated though. Can I manually turn those settings off in the database?
Chris
ParticipantI wasn’t able to do this on my end Geof. When I disabled the emails in WooCommerce settings (On Hold, Completed, Processing) and then tried disabling all those on Events > Settings > Tickets the 3 bottom items are checked after I hit save.
Here is a screencast of this happening.
Thanks
-
AuthorPosts
