Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi Simon,
Thanks for following up and for the patience!
I could verify that the snippet in the article is not working for me as well π I’ll investigate on why it’s not working…
In the meantime I made a simplified version of it just for Woo & RSVP:
/* Move the WooCommerce Tickets form */if ( class_exists( 'Woocommerce' ) && class_exists( 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main' ) ) {
$display_function = array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'front_end_tickets_form' );
remove_action( 'tribe_events_single_event_after_the_meta', $display_function, 5 );
add_action( 'tribe_events_single_event_after_the_content', $display_function );
}/* Move the RSVP Tickets form */
if ( class_exists( 'Tribe__Tickets__RSVP' ) ) {
$display_function = array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' );
remove_action( 'tribe_events_single_event_after_the_meta', $display_function, 5 );
add_action( 'tribe_events_single_event_after_the_content', $display_function );
}
Try pasting the code in your theme’s functions.php and let me know if it works for you.
Best,
NicoApril 7, 2016 at 6:09 am in reply to: Only allow "junior" ticket purchase in conjunction with 1 or more adult tickets #1099501Nico
MemberYou are welcome Richard!
In fact many ways of doing this. I’m not familiarized with “Force Sells” plugin but have in mind that once the tickets are in the cart, the checkout process is managed by Woo like in any a regular product sale.
Please let me know if there’s anything else I can do for you,
Best,
NicoNico
MemberHi Mike,
Thanks for following up on this, and sorry for the delay in my reply!
I’ll explore the case with someone on the dev team and will let you know about it.
Best,
NicoNico
MemberNik,
Thanks for following-up! I was setting up an example of the recurrence sample you’ve sent and I just realize there’s no way to change the event date using the ‘date’ recurrence option. To accomplish this you’ll need to create the recurrence as follows: https://cloudup.com/cuvIT-Go-GV – once the events are created you should ‘split them out of the series’ and then adjust each event time.
There’s an article on recurrence patters: PRO recurring events. The article needs an update to add the date option used in my example above which is new and hasn’t been added yet.
While we don’t have a trial period, you can go ahead and purchase the products for testing. If you decide they are not what you are looking for, you can ask for a full refund within 30 days of purchase. For more information take a look at our refund policy.
Please let me know if there’s anything else I can do for you here,
Best,
NicoPS: that’s great! I still have Berlin in my list of cities to visit π
Nico
MemberGlad to be of service Glenn π
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Best,
NicoApril 7, 2016 at 4:36 am in reply to: Only allow "junior" ticket purchase in conjunction with 1 or more adult tickets #1099455Nico
MemberHi there Richard,
Thanks for reaching out to us and thanks as well for your interest in our products π
We currently don’t have such a feature at the time, but this is something that can surely be custom coded. On the top off my head I guess the simplest way would be to perform a check of the ‘ticket amount dropdown’ via JavaScript. Maybe you can also take advantage of ‘attendees meta‘ feature, which let’s you add a form to collect information for each tickets. This way you can ask for an adult name per Junior ticket or add a checkbox to confirm there’s an adult with tickets to go with this Junior.
Please let me know if this answers your question,
Best,
NicoNico
MemberHey Bouchair,
Thanks for getting in touch and for your interest in our products π
It’s possible to do achieve this by creating a recurring event. This type of event can have various ‘repetition patterns’ (like everyday, weekly, etc) and you can also add custom dates to the recurrence pattern. So, yes it is possible!
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Shazmin,
Thanks for reaching out to us! Unfortunately we are not able to provide support in the pre-sales forum π
We are happy to assist our premium users with support issues via our premium forums, please log into the account that has been created when the purchase was made. If you have not purchased one of our premium plugins, you can post in our open source forum. We review that forum weekly, mainly for bug reports.
To give you a quick tip until you post in the appropriate forum, you can do this by modifying the plugin templates, take a look at our themer’s guide for instructions on how to do this.
Best,
NicoApril 6, 2016 at 2:22 pm in reply to: Ticket box not showing up on front end / Option missing from backend #1099188Nico
MemberThanks for sending that over Bryan!
Have you tried downgrading the plugin to version 4.1? Here’s an article that explains the process: Downgrading a plugin to a past version. Hopefully this will get the functionality back and we can take a look into this without rush.
Please let me know if that helps,
Best,
NicoApril 6, 2016 at 2:15 pm in reply to: mandatory attendee information field evasion-enabling bug #1099174Nico
MemberYou are a champ @danfeeley !
Thanks for the update… let’s see if this helps Benjamin as well!
Thanks once again for the awesomeness π
Cheers,
NicoApril 6, 2016 at 2:12 pm in reply to: Deleted Events from Source Calendar still shows on WP Site #1099170Nico
MemberHi Abraham,
Please do sen the ics feed, I’ll download it and import it then clean out an event and see what happen. Now that I think of maybe it’s intended to not delete the event in the WordPress site, and this is how it works. But I’ll give a spin to confirm this.
Best,
NicoApril 6, 2016 at 2:10 pm in reply to: Attendee Information not collected if using WooCommerce Shortcodes? #1099165Nico
MemberHey Scott,
Thanks for following up and sorry for assuming you’d be able to do this! I’ll try to give this a spin myself tomorrow (I’m short of time today), and give you a heads up about it.
Best,
NicoApril 6, 2016 at 2:04 pm in reply to: Showing events that END in the current month (in month view) #1099157Nico
MemberHey @aplussideas,
Thanks for reaching out to us on this! I’ll help you here…
Let me say I just did a quick test setting an event start date today and the end date on May 3. When viewing the events in month view, the newly created event shows in both months. Maybe I’m getting this wrong? Can you follow up with the event URL so I can see this in your site?
Please let me know about it,
Best,
NicoNico
MemberHi there John,
Thanks for reaching out to us on this! I’ll help you here…
When the user makes the purchase they’ll get the order confirmation. Once you mark the order as complete then the tickets email will go out.
Can you please go into the back-end and approve the order to test this? Maybe you have done that and the email is still not getting out?
Please let me know about it,
Best,
NicoNico
MemberHi Nik,
Thanks for reachign out and for your interest in our products π
Hopefully this feature has been added recently. Basically this let’s you add a ‘custom’ date to the recurring options, so hopefully you are covered now! No need to create 5 events anymore!
Please let me know if this is what you are looking for,
Cheers from Argentina,
Nico -
AuthorPosts
