Show a price in RSVP Mode

Home Forums Ticket Products Event Tickets Plus Show a price in RSVP Mode

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1172609
    Fraser
    Participant

    Hi

    Although the events can not be bought online, only a place reserved, each has a cost associated to it.

    In RSVP mode it advertises the events as FREE and disables the cost field in event calendar. is there a way to override this?

    Many thanks

    Fraser

    #1172973
    Andras
    Keymaster

    Hi Fraser,

    Thanks for going pro and welcome to the forums!

    To be able to support you fully, could you please share your system information with me in a private reply?
    Here’s a handy guide how you can do that:
    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Meanwhile I will look around if we can cook up a quick solution for this or not.

    Thanks and cheers,
    Andras

    #1173125
    Fraser
    Participant

    This reply is private.

    #1173221
    Fraser
    Participant

    HI András,

    I realise this is a little like taking advantage, but i wonder if you could help with another few things the client would like changes on the single-event page. I have attached a screenshot with highlighted areas.

    1. Free (this is the original query)
    2. RSVP – the client would like to change the wording here
    3. 30 of 30 – the client would like this removed

    Id be really grateful if you cold let me know where these items are to change?

    Many thanks

    Fraser

    #1173477
    Andras
    Keymaster

    Hey Fraser,

    Let me see what I can do.

    For your second question the below article will give you the answer.

    https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/

     

    For your first question, if the price of all the courses you are offering is the same, then the above could also help you.

    If the prices differ, let me know and I’ll look around if we have a quick solution for that.

    30 of 30 – the client would like this removed

    Paste the below in your child theme’s style.css file. That should hide it.
    .tribe-tickets-remaining {
    display: none;
    }

    Let me know how that works out.

    Cheers,
    Andras

    #1173642
    Fraser
    Participant

    Many thanks András,

    You are being very helpful and it is much appreciated.

    Unfortunately the prices for the classes are different, so hopefully you will have a quick work around?

    Thank you for the solutions to my other queries, I will try and do them today.

    I have one further question (sorry) Is it possible to copy a second email address into the booking notification email (I want to be able to email the Gym reception, so they can manually keep track of the numbers)?

    Many thanks again,

    Fraser

    #1173648
    Andras
    Keymaster

    Hey Fraser,

    Today is both our lucky days. 🙂

    So for the course prices I can recommend the following:

    Since you have Event Tickets Plus, you can set up a ticket for the classes. Then use this snippet to remove the ticket booking form from the event page:

    if ( class_exists( 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main' ) ) {
    	
    	// Remove the form from its default location (after the meta).
    	remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'front_end_tickets_form' ), 5 );
    }
    

     

    As for sending another email to the reception, this snippet should help you, you just need to customize it with the email address:

    https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182#file-functions-php

    I believe changing the line where you are getting the site admin’s email should do the trick.

     

    Let me know how this works out.

    Cheers,
    Andras

    #1173651
    Fraser
    Participant

    Thanks András

    Will this change still allow the browser to book a place?

    thanks again

    Fraser

    #1173699
    Andras
    Keymaster

    Hi Fraser,

    The above snippet will only remove the ticket booking form. It doesn’t touch the RSVP form, that will remain there.

    Let me give you the knowledgebase article where this can be found, it might come handy. It is about moving the 2 forms. You remove the first and then you hook them back in another place. Obviously if you don’t hood them back, they will not appear.

    https://theeventscalendar.com/knowledgebase/moving-rsvp-ticket-forms/

    Does this help?

    Cheers,
    Andras

    #1174439
    Fraser
    Participant

    HI András

    I have implemented your changes and it nearly worked. By creating a woocommerce ticket and then removing the booking form with the code snippet.

    Unfortunately FREE is still showing as per this example:

    http://yourwebguru.co.uk/timetable/bokwa-tone-step/2016-10-10/

    Have I missed something?

    Many thanks again for your help

    Fraser

    #1174666
    Andras
    Keymaster

    Hey Fraser,

    Thanks for hanging in there.

    If you want to remove on the ‘Free – ‘ part then try pasting this snippet in your child theme’s functions.php file:

    https://gist.github.com/andrasguseo/f628738efeb65fa0e737daef5483035f

    This will (should) leave the price of the ticket there, my understanding was you want that.

    Check and let me know.

    Cheers,
    Andras

    #1174831
    Fraser
    Participant

    HI András

    Awesome, amazing and first class. These are all words that describe your customer service (and programming skills)

    Many thanks for all your help, it has been really appreciated.

    Have a great day and thanks again,

    Fraser

    #1174839
    Andras
    Keymaster

    Hi Fraser,

    I’m super happy it helped and thank you for your kind words with regards to our support! Feedback like this makes it all worthwhile.

    I am going to go ahead and close this ticket, but if you need help on this or something else, don’t hesitate to open a new topic. We’ll be here to help you out.

    Cheers and have a wonderful day,
    Andras

    PS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Show a price in RSVP Mode’ is closed to new replies.