Forum Replies Created
-
AuthorPosts
-
Barry
MemberLooks like your site is using jQuery 1.6 – an older version than that which currently ships with WordPress (and which The Events Calendar expects to be present). See this thread for more info:
(Noting it may not be your theme but another plugin that is enqueuing the older version of jQuery.)
Barry
MemberI believe it does, but do let us know if you experience any difficulties 🙂
Barry
MemberNo problem 🙂
Barry
MemberYou know, I think you might be right. Please bear with me while I talk to the team about this.
Barry
MemberI’m not sure why you’re seeing that; if I test the same thing I am taken to the first event in the series.
As it happens this is an area that is being revised for 3.0 and I believe all recurring events will display when an event category filter is applied, rather than just one of them.
Barry
MemberSo the easiest way is to create a custom tickets.php template. If you are unsure about how to do this, please see:
In essence though you would copy tickets.php from:
wp-content/plugins/wootickets/views/tickets.php
And place the copy in your theme’s events sub-directory (which you would need to create if it does not already exist):
wp-content/themes/{YOUR-THEME}/events/tickets.phpThen, look for the start of the ticket loop. It will be a line like this one:
foreach ( $tickets as $ticket ) {Just above that you could insert this snippet or, if that doesn’t work, it could be you need to use an older form of the same code. That should cause the tickets to display in price order, lowest to highest.
I hope that helps but let me know if not/if you need clarification.
Barry
MemberWell, this is an area where WooTickets is really piggy-backing on WooCommerce (which is actually responsible for sending out order confirmation emails, receipts etc).
I’m guessing WooCommerce uses wp_mail() to send emails – if so, you could investigate using the wp_mail filter and process the message that way.
Barry
MemberPotentially you could do that, yes. One approach would be to use the tribe_get_ticket_form hook to filter out any zero cost tickets.
Barry
MemberGreat – for anyone else reading this though please be aware that modifications to core plugin code are likely to be wiped upon updating.
Barry
MemberGreat – the main thing is you’ve got a solution in place 🙂
Do let us know if there you need any other support on this one though, otherwise I will close the thread a few days from now.
March 18, 2013 at 5:45 pm in reply to: Ticket form not loading on single event – Empty ticket form table #43217Barry
MemberRight, and can you share a screenshot to show your ticket/event settings?
Barry
MemberHi! Thanks for getting in touch.
Is it a full conflict or just partial.
I’m not sure I’d even describe it as a conflict. It’s just that WooTickets doesn’t support recurring events – and so with a few exceptions it is therefore often best to avoid creating tickets for events that happen to be recurring.
When is the fix
Again “fix” is a bit misleading, but in any event we have yet to decide if this feature will be implemented.
Are there any workarounds
There are always workarounds! You could for instance create multiple tickets and use a simple naming scheme to identify each with a recurring event instance (“Ticket 1”, “Ticket 2” … etc or “Ticket 2013-03-18”, “Ticket 2013-03-25” etc) and do a neat customization to control which is displayed and when.
I’ve just got a refund from espresso based on conflicts so I’d like to be more diligent here and I’m yet to evaluate eventbrite
Absolutely. I get the impression you’ve already taken a look at the WooTickets forum and that will give you a great sense for what people are coming up against, what we’re planning to implement and what’s great about the plugin.
Right now though, if you need solid recurring event ticketing right out of the box then you would probably need to resort to some clever customizations to workaround this.
Hope that helps, but let me know if you need anything else.
Barry
MemberWell, the only limit is your imagination. There would be nothing to prevent you from registering your own shortcode for instance, it could simply take an ID parameter (ie, the post ID for the event in question) and then in turn call The Events Calendar’s ticket form template tag.
[tribe_embed_ticket_form id="123"]Though we can’t really guide you through customizations like that we can definitely prod you in the right direction and you might even find existing examples on the forum somewhere.
Barry
MemberWhat was the syntax error? Can you quote the message that’s being displayed and/or share your functions.php via Pastebin so I can see the code in situ?
Thanks!
Barry
MemberGreat!
-
AuthorPosts
