Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi David! I see one of my last replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Pau! I see one of my last replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if any other questions pop up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHey Sean — nice to see you again and hope all is well .:)
Good question. I do believe that WooCommerce gives you the ability to modify the email conformations it sends out. When you do, you can use something like this:
<?php echo tribe_get_start_date(); ?>…to display the event’s start date. I say something like this because it will likely require you to grab the event ID and use that as a reference so that the email knows which event start date to pull.
Sorry I don;t have more of a concrete solution for you here, but I do hope this at least helps you get started!
Thanks,
GeoffGeoff
MemberSure! The plugin itself does not use bar codes, so there would be custom development involved, but I’m sure that would be possible with some custom lifting.
Geoff
MemberActually, scratch that. One of the developers on our team, George, took a stab at modifying the email template file and came up with a good example you can use to work off of. 🙂
Geoff
MemberHowdy @fluxresearch!
Great question. Assigned seating is something we’re definitely looking into but I’m afraid isn’t a baked in feature at the moment. For now, I would say Eventbrite Tickets is your best bet. Eventbrite.com offers seating charts and arrangements and Eventbrite Tickets will do the work to display those tickets on your event and allow guests to choose and purchase seats from Eventbrite.com.
Will this work for you? Please let me know.
Cheers,
GeoffApril 15, 2016 at 11:46 am in reply to: Is there a way for full event description to show in List view? #1103188Geoff
MemberGood question!
Yes, that’s totally doable. It will be in the list/single-event.php template at line 69:
<?php echo tribe_events_get_the_excerpt(); ?> <a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'the-events-calendar' ) ?> »</a>Swap that out for the full content and that should do the trick. 🙂
Cheers,
GeoffGeoff
MemberHey John and thanks for reaching out!
Interesting question. Does the DB content The Events Calendar data or data from another source? It can certainly read data from the same tables it would write itself but I’m not too sure about data from something else, like let’s say another calendar application.
Does this help? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHey Doug and thanks for the kind words! I really hope our plugins are a great fit for your site. 🙂
Great questions. It is possible to have someone simply RSVP for an event using our Event Tickets plugin (free). You can also use Event Tickets without The Events Calendar and accept RSVPs on any page or post.
The will, however, still trigger an email sent to the person who is completing the RSVP. It is possible to disable the email from sending, but it will take a little bit of custom development to make it happen. Just want to throw that out there so you know.
If you use Event Tickets Plus with Event Tickets, then you can collect additional information about your guests as well as they register. I don’t have a live example of a registration form to share at the moment, but this post here walks through how they are set up with nice screenshots that should give you a clear idea of how they work.
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberThis reply is private.
Geoff
MemberHey Roger and thanks for getting in touch!
I’m afraid it’s an all-or-nothing sort of thing with recurring events and Events Calendar PRO. Purchasing PRO is the only way to get the recurring event functionality.
You might consider getting either a Business or Agency level license if you plan on supporting more clients with calendars — that would allow you to get more mileage out of a single license rather than having to pay for each instance of PRO.
@bingdesign — you can grab the iCal Importer add-on here and, yes, it can be used to import events from Google Calendar into WordPress. Please note that it is an importer rather than an exporter.Does this help answer your questions? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHere’s a function you could add to your functions.php file and then call in the template to return a  ticket’s end sale date:
add_filter( 'event_tickets_email_include_end_date', 'tribe_show_tickets_end_date' ); function tribe_show_tickets_end_date( $bool ) { return true; }I do want to note that we are fairly limited in how much we can support custom development questions like this, but I do hope this at least helps get you started!
Thanks,
GeoffGeoff
MemberGotcha, thanks for following up!
I’ve added this thread to the ticket we have open for the issue and, while I can’t guarantee a date when it will be released, I will be sure to follow up with you here when I know more.
Geoff
Geoff
MemberHey Malinda! I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if you have any other questions and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey Esther! I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new one if you have any other questions and we’d be happy to help. 🙂
Cheers!
Geoff -
AuthorPosts
