Hi James, I have just created an event ticketing platform to sell entry tickets for different sports events. Do you know if there is a plugin/dashboard that I can add to my website to allow event organizers access to see how many participants have entered their event and find other data related to this? Appreciate your advice
When the tickets selling time over or stock out the tickets disappearing, can we make it to display stock out or something like that. (I have the pro licences)
Hey there! I’m trying to resend tickets we sold past year, because of COVID the event was moved a year and we moved the url. People can’t see the QR code anymore because it directs to the old url. So I want to send new tickets to the customers so they have a new QR code
Hi, I am using The Events Calendar. Is it possible with this plugin to just make a ticket reservation, with a link that will take visitor to Contact Form 7 to fill in details in order to book a ticket? Thanks!
Thanks! Go hawkeyes!! The Events Calendar Pro works great with Elementor: theeventscalendar.com/knowledgebase/k/native-elementor-widgets-for-events-calendar-pro/
Why am I not seeing payment option, does this have to do with the version? I am trying to follow along with Stripe and PayPal but not seeing the 'Payment' option.
I had connected Stripe and a ticket to an event. However, when I go through the purchase a ticket process, I can't put any other details I want to capture at this time, like email or name (odd). What do you suggest? Or is this only available when I upgrade?
Unfortunately its not working for me... Paypal ist enabled and everything seems to be right, but somehow it stands "No tickets available". Can you help me?
I just filed a support ticket with The Events Calendar asking for a snippet or jQuery to make it possible to sell tickets in conduction with products. They responded telling me that this was not possible without a “significant amount of custom code”. Then they tried to upswell me to a developer to create the code, despite the fact that I have found posts on forums indicating that the functionality was previously available with the plugin and could be restored with a functions.php snippet. This video was published in February, 2022 (three weeks ago) and the settings section clearly shows that products are an available post type option which is not available by default. Please share the snippet to make this functionality available and stop trying to upswell development when a simple functions.php snippet will do the trick.
Hi there! I'm not sure what you mean by selling tickets in conjunction with products. Are you wanting to bundle regular products with an event ticket? You might be able to do this with a woocommerce plugin that let's you recommend/bundle products together. If you're using Event Tickets Plus with WooCommerce, then whenever you create a ticket, it also creates a WooCommerce product, so you could theoretically sell them together. This might be the snippet you're referring to, and you might need to use it to do the thing I just recommended: gist.github.com/theeventscalendar/180aac35016f667d5d51
@@TheEventsCalendarSolution Hi! Thanks for the response. The snippet you linked to isn't what we're looking for - I'll describe the scenario in a bit more detail...my client operates a venue in which they host community events and offer daily access to their property - similar to an amusement park or museum. In terms of the discrete community events the native Events Calendar tickets functionality works just fine; however, when it comes to the daily access, we've created a few products inside of WooCommerce to allow customers to purchase their daily admission prior to arriving at the venue. Our desired workflow requires that we have the ability to generate tickets that correspond to the products in question. For instance, an adult admission product needs an adult admission ticket to be emailed to the customer so we can validate their purchase via QR code when they arrive at the gate. In this video, at 0:57 seconds, you can see under the post types that have tickets settings that "Products" is an option; however, this functionality is not present out of the box. In working with your support team, we've made progress and finally learned that the following snippet activates that checkbox; however, this snippet appears only to activate the checkbox but the tickets postbox (#tribetickets element) is still not present when editing a product (this is the tickets element that appears in the Wordpress dashboard when editing a post). add_action( 'init', function() { remove_filter( 'tribe_tickets_settings_post_types', array( tribe( 'tickets-plus.commerce.woo' ), 'exclude_product_post_type' ) ); }); So, we've enabled the Products checkbox in the Events settings and ensured that it is checked but now we need to enable the tickets element on products so we can generate tickets for those products. Hope that makes sense and helps others out there looking for similar functionality.
You could use WordPress' built in Password Protected option or Private. With password protected, only people with the password can view the event. With Private, only logged in administrators can see it. If you want to get real fancy, use Restrict Content with this extension: theeventscalendar.com/extensions/members-only-tickets/
Doesn't work. WP page on my end looks completely different than this for creating the ticket. No tickets tab in General, Payments, License. All it does it create an events listing page with no possibility of buying a ticket. No box to create ticket amount. I chose page in general settings. On the home page you'll see a "Tickets Checkout" button that does nothing and now I can't get it off my page.. This video must be outdated. Remove this video please.
Hi James, I have just created an event ticketing platform to sell entry tickets for different sports events.
Do you know if there is a plugin/dashboard that I can add to my website to allow event organizers access to see how many participants have entered their event and find other data related to this? Appreciate your advice
When the tickets selling time over or stock out the tickets disappearing, can we make it to display stock out or something like that. (I have the pro licences)
Hey there! I’m trying to resend tickets we sold past year, because of COVID the event was moved a year and we moved the url. People can’t see the QR code anymore because it directs to the old url. So I want to send new tickets to the customers so they have a new QR code
can we add another payment away like the payment methode in our contry algeria
Is it possible to allow 'self cancellation' by the user within a certain time frame or until x days before the event?
Hi, I am using The Events Calendar. Is it possible with this plugin to just make a ticket reservation, with a link that will take visitor to Contact Form 7 to fill in details in order to book a ticket? Thanks!
Love the Iowa shirt!
Also, How does this interact with Elementor?
Thanks! Go hawkeyes!! The Events Calendar Pro works great with Elementor: theeventscalendar.com/knowledgebase/k/native-elementor-widgets-for-events-calendar-pro/
Why am I not seeing payment option, does this have to do with the version? I am trying to follow along with Stripe and PayPal but not seeing the 'Payment' option.
I had connected Stripe and a ticket to an event. However, when I go through the purchase a ticket process, I can't put any other details I want to capture at this time, like email or name (odd). What do you suggest? Or is this only available when I upgrade?
Unfortunately its not working for me... Paypal ist enabled and everything seems to be right, but somehow it stands "No tickets available". Can you help me?
What about custom seating?
I just filed a support ticket with The Events Calendar asking for a snippet or jQuery to make it possible to sell tickets in conduction with products. They responded telling me that this was not possible without a “significant amount of custom code”. Then they tried to upswell me to a developer to create the code, despite the fact that I have found posts on forums indicating that the functionality was previously available with the plugin and could be restored with a functions.php snippet.
This video was published in February, 2022 (three weeks ago) and the settings section clearly shows that products are an available post type option which is not available by default.
Please share the snippet to make this functionality available and stop trying to upswell development when a simple functions.php snippet will do the trick.
Hi there! I'm not sure what you mean by selling tickets in conjunction with products. Are you wanting to bundle regular products with an event ticket? You might be able to do this with a woocommerce plugin that let's you recommend/bundle products together. If you're using Event Tickets Plus with WooCommerce, then whenever you create a ticket, it also creates a WooCommerce product, so you could theoretically sell them together. This might be the snippet you're referring to, and you might need to use it to do the thing I just recommended: gist.github.com/theeventscalendar/180aac35016f667d5d51
@@TheEventsCalendarSolution Hi! Thanks for the response. The snippet you linked to isn't what we're looking for - I'll describe the scenario in a bit more detail...my client operates a venue in which they host community events and offer daily access to their property - similar to an amusement park or museum. In terms of the discrete community events the native Events Calendar tickets functionality works just fine; however, when it comes to the daily access, we've created a few products inside of WooCommerce to allow customers to purchase their daily admission prior to arriving at the venue.
Our desired workflow requires that we have the ability to generate tickets that correspond to the products in question. For instance, an adult admission product needs an adult admission ticket to be emailed to the customer so we can validate their purchase via QR code when they arrive at the gate.
In this video, at 0:57 seconds, you can see under the post types that have tickets settings that "Products" is an option; however, this functionality is not present out of the box. In working with your support team, we've made progress and finally learned that the following snippet activates that checkbox; however, this snippet appears only to activate the checkbox but the tickets postbox (#tribetickets element) is still not present when editing a product (this is the tickets element that appears in the Wordpress dashboard when editing a post).
add_action( 'init', function() {
remove_filter( 'tribe_tickets_settings_post_types', array( tribe( 'tickets-plus.commerce.woo' ), 'exclude_product_post_type' ) );
});
So, we've enabled the Products checkbox in the Events settings and ensured that it is checked but now we need to enable the tickets element on products so we can generate tickets for those products.
Hope that makes sense and helps others out there looking for similar functionality.
James, can we send ticket to selected people only
You could use WordPress' built in Password Protected option or Private. With password protected, only people with the password can view the event. With Private, only logged in administrators can see it. If you want to get real fancy, use Restrict Content with this extension: theeventscalendar.com/extensions/members-only-tickets/
restrictcontentpro.com
Not working and supports drops you if they can’t figure it out
event ticket keep saying checkout unavailable
Never got it to connect to PayPal business account.
Doesn't work. WP page on my end looks completely different than this for creating the ticket. No tickets tab in General, Payments, License. All it does it create an events listing page with no possibility of buying a ticket. No box to create ticket amount. I chose page in general settings. On the home page you'll see a "Tickets Checkout" button that does nothing and now I can't get it off my page.. This video must be outdated. Remove this video please.
James, can you please talk slower and clearer for your international user? 😇
Yes I will try to remember that in future recordings, thank you for your feedback!! =]
If it helps, you can click the settings icon in RUclips and slow down the playback speed