Thank you for an answer.
Back to your comment:
“Ok. So, admin will should be able to create ticket package in block and the users can only buy one of this package. Is that right?”
is this possible without custom soulution. Do users buy the ticket only one by one. So no ten times visit.
And last question:
How much would it cost as complete solution?
Thank you !
Sorry for the delay. I am not able to login to your wp-admin page. Please send us wp-admin access and FTP to your site as a private message for us to further assist your situation.
Thank you Daryl, and I will implement this in future updates to be able to achieve this without having to edit the code. But when you update eventON to next version in the future, be sure to check changelog to see if its included if not you will need to make this change in the code again after updateing.
If you have any more questions please let us knwo
I am not entirely sure what those are. I did know there are hCal standards for RSS feed? If you can let us know what exactly those are I can look into implementing them in RSS addon .
I see whats going on the event name change is not something that is supported at the moment during the google cal syncing.

Please try this patch fix 🙂
Hey,
Not sure I do understand what you need to achieve I am afraid.
Hey,
We are so sorry for the delay – Ashan has been working on specific things, but I did called him so he can chck back here – asap.
Hello Ryan the email we have on file is ryan@adco.agency and I can not find any orders placed on myeventon with that email is there another email you used at myeventon.com site?
sorry for my English
I will try again
<?php
global $post;
$args = array(
‘post_parent’ => 7454,
‘post_type’ => ‘page’,
‘numberposts’ => 50,
‘orderby’ => ‘menu_order ‘,
‘order’ => ‘ASC’,
);
$posts = get_posts( $args );
foreach($posts as $post){ setup_postdata($post);
$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);
#I have on my children’s pages in Custom Fields assigned ID for event_type_2
#if there are events in the database for this condition event_type_2=event_type2_id?
#if there is, it gives a link to the page the_permalink();
?>
Sorry to bump, I’m in a bit of a hurry… thanks!