Add ticket prices for RSVP

Home Forums Calendar Products Events Calendar PRO Add ticket prices for RSVP

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #1279032
    Pim
    Participant

    Hi,

    I am using Event Calendar PRO with Event Tickets. I want to set ticket prices because now they show up as ‘Free’. I dont want to charge the people over paypall or iDeal because we arrange everything over the mail. How can I set the price of these tickets?

    Gr
    Pim

    #1279117
    Courtney
    Member

    Hello Pim

    Unfortunately, the only way we have to set ticket prices is using Event Tickets Plus.

    Is there anything else I can help you with?

    Thanks
    Courtney ๐Ÿ™‚

    #1279152
    Pim
    Participant

    Hi Courtney,

    Ok thanks for the quick reply! However when I remove the ticket from the event, it still shows ‘Free’ bellow the event. Is there a way to remove this completely?

    Gr
    Pim

    #1279187
    Courtney
    Member

    Hello Pim

    Can you send me a link to a single event where this is happening?

    Thanks
    Courtney ๐Ÿ™‚

    #1280118
    Pim
    Participant

    Hi,

    Thanks for the quick reply! This page:

    https://www.easyflex.nl/event/webinar-easy-update-2017-05-08/

    [image: Inline afbeelding 1]

    #1280210
    Courtney
    Member

    Hi Pim

    It looks like you may have tried to attach an image for me. Unfortunately, we are unable to receive images attached to email responses at this time. If you did try to attach an image, could you visit the support forum thread directly to upload the image?

    I’m double checking on the single event – you deleted the ticket from this event and published the page again? And the same thing happens when all other plugins are disabled and you are using a default theme?

    I am still seeing a ticket in the right column of the page, but have been unable to replicate the issue locally on my end.

    Thanks
    Courtney ๐Ÿ™‚

    #1286080
    Pim
    Participant

    Hi Courtney,

    Were you able to find the problem?

    Gr
    Pim

    2017-05-08 9:31 GMT+02:00 Pim ZNVLD :

    #1286191
    Courtney
    Member

    Hello Pim

    Are you able to send me a screenshot and a link to an event where this is happening?

    You’ll need to visit the forum, not reply by email, for an image attachment.

    Thanks
    Courtney ๐Ÿ™‚

    #1290256
    Pim
    Participant

    Hi,

    Attached the screenshot. Now it status ‘gratis’ but I would rather have this price notion totally removed.

    #1290310
    Courtney
    Member

    Hello Pim

    I am guessing that screenshot is from your main page?

    If so, can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?
    .av-upcoming-event-cost {display: none !important;} .av-upcoming-event-venue {display: none !important;}

    I discovered this code is actually related to how your theme integrates with our plugin, and not code our plugin creates. I’m sorry it’s taken so long to help nail down this area for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1290334
    Pim
    Participant

    Hi,

    Thanks that worked! The price is also on the individual pages. Is it possible to remove the price entirely?

    Gr

    #1291367
    Courtney
    Member

    Hello Pim

    To do this, you will want to refer to the Themer’s Guide. You will need to duplicate

    /wp-content/plugins/the-events-calendar/src/views/modulues/meta/details.php

    Duplicate this file to wp-content/themes/your-theme/tribe-events/tickets/

    On line 50, comment out the cost function.

    /* $cost = tribe_get_formatted_cost(); */

    Let me know if that works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1294280
    Pim
    Participant

    I tried a different way. Through translation I can set it to “Price details in the event description”. However when I try to translate with the Loco Translate plugin it doesn’t seem to work for the Ticket section?! I’ve translated every po and mo file I could find and cleared the cache………..?

    #1294284
    Pim
    Participant

    Also the route you suggested

    Copy
    /wp-content/plugins/the-events-calendar/src/views/modulues/meta/details.php
    To
    wp-content/themes/your-theme/tribe-events/tickets/

    Both those folders don’t exist?!

    #1294553
    Courtney
    Member

    Hi Pim

    For wp-content/themes/your-theme/tribe-events/tickets/, you would be creating a folder called tribe-events within your theme’s folder. Then inside that, add a folder labeled tickets.

    I misspelled modules, my apologies: /wp-content/plugins/the-events-calendar/src/views/modules/meta/details.php

    Do you see this folder now?

    Thanks,
    Courtney ๐Ÿ™‚

Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘Add ticket prices for RSVP’ is closed to new replies.