Reply to: Hello, I want to sell block of tickets for example 10 tickets in block. And user can use that 10 tickets for 10 different or same events. A

Hi Roi

Thank you very much!

I could see now booking and RSVP in action:-)

but…

I do not see how it should work…

can you send me screenshot?

Example:

———–

Student wants to buy a card for 10 yoga lessons (for himself) which is valid for let say 6 months.

How he/she can control/or I the usage…

like on october 1 first visit – 9 tickets remaining

on october 2 second visit – 8 tickets remaing

on october 16 third ticket – 7 tickets remaining

and so on…

—-

I do not see how to adjust it with action user pro…


i can try with membership and RSVP – which I however will order

 

thank you

 

Natatas

Reply to: I have 2 issues w/ syncing a google calendar: 1) deleted events not deleting on website 2) event titles not updating

Fantastic!

I did a test with the google calendar and if I add an event, import it, then delete it on the google calendar, it did in fact sync and delete the event on the site.

When I tried a title name change however, the event did not change title names.
If you look at the calendar on the site, on Oct. 16 there is an event called “Testing Event”:
https://www.lamaisondurouge.com/calendar/

If you look at the google calendar on Oct 16:
https://calendar.google.com/calendar/embed?src=sqeaencctvolvqcennao8p5hgs%40group.calendar.google.com
I updated the “Testing Event” to “Testing Event – Name Change” and that update did not make it to the calendar on the site.

Any ideas?

thanks,
sarrita

Reply to: Hello, I want to sell block of tickets for example 10 tickets in block. And user can use that 10 tickets for 10 different or same events. A

Hi Natasa,

I think we already have a solution for this in our Action.User Plus addon.

https://www.myeventon.com/addons/action-user-plus/

I think it does what you are looking for.

You can test is live on our demo site. Please check the link below:

dev.myeventon.com/wp-admin

The username/password is provided on top of the login form.

If the addon is not the solution you are looking, please let us know.

Thank You

 

Reply to: I’m having trouble displaying events from Events and Meetings (event_type and event_type_2) in a single calendar on my page using shortcode

In your case changing that would certainly do what you want. But we have more than 37k users who use this with AND basis. But you have open a new door to the need for a OR feature as well. So we will be looking into future options that allow OR selector as well 🙂

But for your case, feel free to change it to OR. and I am pretty certain that will do the trick 🙂

Reply to: How to find out if there are events for event_type_2?

I have a code with a cycle, and there is such a output of the calendar

<?php
if ( get_post_meta($post->ID, ‘event_type2_id’, true) ) :
$event_type2_id = get_post_meta($post->ID, ‘event_type2_id’, true);

$sortcode_event = “[add_eventon_list number_of_months = “12” hide_empty_months = “yes” hide_end_time = “yes” event_type_2 = “$event_type2_id”]”;
echo do_shortcode($sortcode_event);

endif; ?>

And if there are events, I want to output additional text.
Could you tell me how I can check if there are events at event_type2