Hi team,
It is me again :)
I hope you are doing fine!
Two questions:
1) I understand that public_html/wp-content/themes//eventon/templates/email/tickets/ticket_confirmation_email.php redefines how the confirmation email looks like. I want to, however, NOT send that email at all -- my customers are already flooded by other woocommerce emails. The ticket infos can be found in the "my account" page anyhow.
HOW CAN I STOP SENDING OUT THAT EMAIL ALTOGETHER?
2) In the confirmation email sent by woocommerce for a completed order (customer-completed-order.php), eventon adds the information "Ticket Holder Details" to
@hooked WC_Emails::order_details() in
do_action(
"woocommerce_email_order_details",
$order,
$sent_to_admin,
$plain_text,
$email
);
I want to remove the "Ticket Holder Details" information from this email, but I cannot figure out where eventon is adding it.
CAN YOU HELP ME REMOVING THAT PART OF THE EMAIL?
Greetings
Ralph
Summing up: Where can I find more information about how & when emails are sent by eventon and how eventon modifies / adds hooks to the standard emails sent by woocommerce? Is there a guide?
- Apr 7,2024 AT 6:11AM - 1 year agoSomehow this ticket got closed 4 hours ago … do not know why …
I modified /plugins/eventon-tickets/includes/class-integration-woocommerce.php directly and got the desired results but I am now stranded with the need to update this file / make the desired modification with every update.
Is there another way? Are you willing to offer some hooks / some functionality in the plugin itself?
Is it already there and i just do not see it?
Hello,
Unfortunately, we cannot help with PHP customizations since it’s against CodeCanyon’s Support Policy.