Forum Replies Created
-
AuthorPosts
-
April 24, 2017 at 3:01 pm in reply to: Working solution for send tickets copy to another e-mail? #1273678
Panagiotis
ParticipantI understand. For now i got it working with a hardcoding way.
Went to this file
wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Email.php
in Line 45
$this->send( $this->get_recipient(), $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments() );
and i added below the same line but with my desired e-mail
$this->send( '[email protected]', $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments() );
This e-mail could easily be a variable that you can define in options and give a feature to us all even though is not the “appropriate” way.-
This reply was modified 9 years ago by
Panagiotis.
-
This reply was modified 9 years ago by
Panagiotis.
April 24, 2017 at 11:45 am in reply to: How to get Attendee Information before completing the order? #1273585Panagiotis
ParticipantWhat i meant is that If i bought 3 tickets for an event in a page and used the toggle tickets button i could see 3 additional copies of the ticket form. Currently i have no screenshots as i deleted everything and i am not letting people have accounts and view tickets. I am using WPML as well and i have a working solution for what i am after.
Currently after using the guidelines for WPML to translate custom types and after using some of the troubleshooting options on WPML i have a working solution.
1 Page with 2 Tickets (Woocommerce) in one language and the translated one with 2 other tickets (Woocommerce) for the other language. By default all products were created in the default language. I went on and changed the language for the tickets-products to the translated and they appear and work ok so far. Also created 1 fieldset per language.So far so good on that one but i haven’t found a working solution for my other tread:
How to get Attendee Information before completing the order?
Can you help me on that one?
Thanks
April 22, 2017 at 2:11 am in reply to: How to get Attendee Information before completing the order? #1272993Panagiotis
ParticipantFound the check for getting the information before although i am currently experiencing weird issues with multiple tickets showing up
-
This reply was modified 9 years ago by
-
AuthorPosts
