Removing String of Text from Ticket Email
-
When someone buys an event ticket from my site they get an email that looks like this https://prntscr.com/ub3yil
We want to completely remove the line “You’ll receive your tickets in another email.” from this email.
I found in the Event Tickets Plus plugin code that this line exists in two places:
1. \wp-content\plugins\event-tickets-plus\src\Tribe\Commerce\EDD\Main.php
2. \wp-content\plugins\event-tickets-plus\src\Tribe\Commerce\WooCommerce\Main.phpI do not see a setting in the admin side of things to turn off this line of text.
So how do I remove this line of text from the ticket emails so that when I update the plugin in the futhre it won’t overwrite any customizations?
- The topic ‘Removing String of Text from Ticket Email’ is closed to new replies.