Forum Replies Created
-
AuthorPosts
-
Christopher
ParticipantHey,
Thanks for your response, however I have solved the issue. I just deleted this scheduled import and set up a new one with the same settings, now it works.
Sorry for being too fast opening this thread, but nevertheless I find it strange that the import just stopped without giving any notice.
Thanks and best regards!
ChrisJanuary 11, 2018 at 6:22 am in reply to: Event Aggregator not working any more after license update #1423456Christopher
ParticipantHey,
thanks for your support, we resolved the problem.
The server infrastructure is not in our hands, so we had to get in touch with them. Unfortunately they upgraded the certificate of the domain to a newer version, but still had an old coding file on the server. This caused the blocking of extern requests – happend just on the same day I renewed the license.
They upgraded the file as well and now everything works again!Best regards
ChrisJanuary 3, 2018 at 1:02 am in reply to: Event Aggregator not working any more after license update #1416771Christopher
ParticipantThis reply is private.
December 20, 2017 at 12:48 am in reply to: Event Aggregator not working any more after license update #1409493Christopher
ParticipantThis reply is private.
Christopher
ParticipantHi,
Unfortunately I didn’t get any email notification about this thread. Or I missed it, also possible 😀
The fix works brilliant, just wanted to let you know everything’s fine now – happy thanks!
Best regards
ChrisMay 16, 2017 at 1:54 am in reply to: Change registration form for different event categories #1284262Christopher
ParticipantOkay thanks for the information, I will try this the next days and hope I’ll get some progress.
May 10, 2017 at 12:55 am in reply to: Change registration form for different event categories #1281480Christopher
ParticipantHi,
As we use Event Tickets Plus to have Woocommerce combined, I don’t think we can copy the current installation because we would need to purchase this add-on for the staging site, am I right?
Best regards
ChristopherMay 9, 2017 at 12:51 am in reply to: Change registration form for different event categories #1280684Christopher
ParticipantHi,
Thanks for your response and help!
As far as I can imagine I tested the issue with disabling the custom code, but I’m not absolutely sure. At the moment we can’t disable this piece of code because we have several open registrations and this will affect all tickets, we unfortunately are not able to test this now.
I’m just confused that the field appears when you are logged in, because we didn’t override any function that only is called when someone is logged in.
May 8, 2017 at 1:22 am in reply to: Change registration form for different event categories #1280133Christopher
ParticipantThis reply is private.
May 4, 2017 at 11:58 pm in reply to: Change registration form for different event categories #1279031Christopher
ParticipantThis reply is private.
May 1, 2017 at 11:55 pm in reply to: Change registration form for different event categories #1277091Christopher
ParticipantHi,
Thanks for your response.
I tried the option for additional information some months ago, but there were conflicts that fields are not shown when a user is not logged in. Additionally, when you use this option to add additional information, these fields appear directly when you select a ticket. When you go forward you will be directed to the checkout process of Woocommerce where you again have to fill in some fields.
This is in hands of usability very bad so I have two ideas to improve this:Opinion 1 (preferrable): You always have an event category. Just pass this over to Woocommerce (in the functions.php) so you can check which category the event belongs to and then pick the fields you need. I already made some customization to check if an event is free or with costs and then change the fields, but this is not enough.
Opinion 2: You don’t have to go through the Woocommerce checkout. Just let the user fill in the information on the page where you select the ticket and directly complete the whole booking process so the next page for the user should be the payment page or (if no payment is needed) the page with the completed booking information.
Best regards
Christopher
ParticipantOh yes, perfect!
Thank you very much, you made my day/week! 😀
Btw – your whole support for the Modern Tribe products is really good.
Best regards!
March 28, 2017 at 11:52 pm in reply to: Only one ticket per attendee – with radio button (woocommerce) #1261267Christopher
ParticipantHi,
thanks for your response.
As I already made some customizations to several files of your plugins I am aware of the workflow to do this.
In fact I thought you could give just a little hint of what can be customized.Nevertheless I submitted a feature request for this (if someone is interested in this point, too: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/18759553-limit-amount-for-a-ticket-to-only-one-per-person-a).
Best regards
Christopher
ParticipantOkay thank you for your response!
I’ll get in contact with the developers of WooCommerce directly for further information.Best regards!
Christopher
ParticipantUnfortunately, I selected this setting all the time.
And yes, I use it for single event views.When I view a single event I want to display the category in the header, that’s all.
I tried following in page.php, but didn’t work because $page_id is always emmpty for events.<?php global $post; $page_id = $post->ID; ?> <h1 class="post-title"><?php tribe_get_event_categories ( $event_id ); ?></h1> -
AuthorPosts
