Change Ticket Text To Entry Text

Home Forums Ticket Products Event Tickets Plus Change Ticket Text To Entry Text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1343544
    Retief Joyce
    Participant

    Hi 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

    #1343863
    Patricia
    Member

    Hey 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

    #1344586
    Retief Joyce
    Participant

    Dear 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

    #1344858
    Retief Joyce
    Participant

    Hi Could I please get a reply on this?

    Thnx

    Retief

    #1344878
    Patricia
    Member

    Hi 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

    #1345887
    Retief Joyce
    Participant

    Dear 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

    #1347250
    Patricia
    Member

    Hi 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

    #1347401
    Retief Joyce
    Participant

    Dear 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

    #1347772
    Patricia
    Member

    Hi 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

    #1347951
    Retief Joyce
    Participant

    Hi 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

    #1348266
    Patricia
    Member

    Hi 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

    #1359047
    Support Droid
    Keymaster

    Hey 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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change Ticket Text To Entry Text’ is closed to new replies.