Home › Forums › Ticket Products › Event Tickets Plus › Change Ticket Text To Entry Text
- This topic has 12 replies, 2 voices, and was last updated 8 years, 6 months ago by
Retief Joyce.
-
AuthorPosts
-
September 1, 2017 at 4:05 am #1343544
Retief Joyce
ParticipantHi There,
Could some one please help, I want to change all the places where it says tickets to the text entrys, as with our event, people are entering a event, not buying a ticket. So it should say you have 2 entrys and not 2 tickets for instance.
Thank you very much
R
September 1, 2017 at 11:34 am #1343863Patricia
MemberHey Retief Joyce,
Thank you for reaching out to us!
You can replace the Tickets text with anything you want by adding the following code in the end of your theme’s functions.php file (without the PHP opening tags). Don’t forget to replace “Your Text” with the word you want to use:
https://gist.github.com/nefeline/0c6b63cfd723119f4b969ecf62ca7b55
I hope this helps! Let me know if you need anything else and I’ll be happy to assist.
Best Regards,
Patricia
September 4, 2017 at 1:41 pm #1344586Retief Joyce
ParticipantDear Patricia
Thank you for the Great service!
It worked perfectly, would you please check the pic to see two text entrys I would like to change?
And also, there are t-shirts made for the clients in this event, is it possible to add this T-shirt Yes/No option to the ticket, if yes is selected it add the cost of the shirt to the ticket?
Thanks in advance
Retief
September 5, 2017 at 8:30 am #1344858Retief Joyce
ParticipantHi Could I please get a reply on this?
Thnx
Retief
September 5, 2017 at 9:19 am #1344878Patricia
MemberHi Retief Joyce,
Please accept my sincere apologies for the delayed response!
To achieve what you want and customize this specific text, I would recommend you to use a template override.
Please access your site via FTP and copy the following file:
wp-content/event-tickets/src/views/tickets/orders-link.php
Paste it into:
[your-theme]/tribe-events/tickets/orders-link.php
Open the file you just copied to your theme’s directory and modify lines 45 and 46 to achieve what you want:
$message = sprintf( esc_html__( 'You have %s for this %s.', 'event-tickets' ), implode( __( ' and ', 'event-tickets' ), $counters ), $events_label_singular );
$message .= ' ' . sprintf( esc_html__( 'View your %s', 'event-tickets' ), $this->get_description_rsvp_ticket( $event_id, $user_id, true ) ) . '';
I hope this helps you get started! Let me know if you need anything else in the mean time and I’ll be happy to assist!
Regards,
Patricia
September 7, 2017 at 4:08 am #1345887Retief Joyce
ParticipantDear Particia,
Thank you So much for the reply, it worked fine.
So we some of the tickets we sell requires you to be in a team, for instance you must be 3 team members to take part.
How can I capture additional information we need of 2 or 3 or 4 members without making them select 3 entry’s which triples the price. Hope thats clear enough, please assist ?Kind Regards,
R
September 10, 2017 at 7:32 am #1347250Patricia
MemberHi Retief Joyce,
I’m glad to know you were able to customize your texts!
Can you please let me know if I correctly understood your new request before we proceed?
You want to create an additional field to select the number of team members before they click to buy a ticket and proceed to checkout, is that correct?
Thanks!
Patricia
September 11, 2017 at 3:00 am #1347401Retief Joyce
ParticipantDear Patricia,
Thank you for the response, yes thats exactly it. If they select that 3 people is doing this event together, it should ten throw out 3 additional information fields, for participant 1, 2, and 3. At this moment when some1 enters an event where 3 participants are mandatory, it only asks for additional information for one participant?
Kind Regards,
Retief
September 11, 2017 at 4:25 pm #1347772Patricia
MemberHi Retief,
Unfortunately, we won’t be able to help you with this level of customization as it is out of the scope of our support.
We do have a list of recommended developers who could help you out with the code if you need it:
https://theeventscalendar.com/knowledgebase/find-a-customizer/
Thank you for your understanding and let us know if you need anything else!
Regards,
Patricia
September 12, 2017 at 6:09 am #1347951Retief Joyce
ParticipantHi Particia
Ok Thank you, I understand,
Ok last thing, sorry about this, when purchasing a ticket u get a conformation email. It Says your “tickets” , can I please change that to your “entrys” . Also, inside the ticket it says “ticket” and “Ticket Type”
Please see the two pics attached
Is there a way I could change those texts? I appreciate your help.
Kind Regards,
Retief
September 12, 2017 at 1:34 pm #1348266Patricia
MemberHi Retief!
You can customize your email with a template override as well. Please access your site via FTP and copy the following file:
wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Email.php
Paste it into:
wp-content/themes/[your-theme]/tribe-events/tickets/email.php
Open the file you just copied to your theme’s directory and modify lines you want.
As a reference, you should take a look at our themer’s guide here > https://theeventscalendar.com/knowledgebase/themers-guide/
I hope his helps! Let me know if you need anything else and I’ll be happy to assist!
Regards,
Patricia
October 4, 2017 at 9:37 am #1359047Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Change Ticket Text To Entry Text’ is closed to new replies.
