Hello,
Could you please update Slider to the latest version?
Would you mind sending us the order ID for this addon purchase from myeventon.com, because we do not see this addon as purchased using your email address in our system. Thank you!
Replies for tickets on suppota
Hello,
Could you please update Slider to the latest version?
Would you mind sending us the order ID for this addon purchase from myeventon.com, because we do not see this addon as purchased using your email address in our system. Thank you!
Hi,
What action user plus does is it provides admin to allow event submitter to add events based on the purchase they have made. So, if they have purchased 10 units, they can only post 10 events.
I earlier thought this was the function you were after.
But after going through it again, I think what you are looking for is for the user to buy the credit and not the event submitter. Is that correct?
And the user can use the credit whenever he chooses and can even buy multiple ticket if he wishes.
Please let me know if this is what you intend to achieve.
Sorry for the confusion earlier.
Thanks
I orderd now RSVP
should i activate add-ons on the test platform in order to make them work properly.
As soon as i move to my domain – can i activate them again
greeting and thanx
natasa
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
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
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
First, sorry to generate an email but THIS one is good news. 🙂
Changing that value from ‘AND’ to ‘OR’ did the trick. Thank you so much for perseverance in resolving this with me. I hope others are able to benefit from this since these plugins truly are outstanding.
Hello,
Unfortunately, we can’t help you with customizations. Please check https://docs.myeventon.com/documentations/terms-and-conditions-and-refund-policy/
You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
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 🙂
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