oasche
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Event Tickets for WooCommerce] Ticket Details Not showing in the emailHi, your purchase have to finished. After that you will find the Tickets with all Details. If not check this post: https://www.ads-software.com/support/topic/purchased-tickets-history/
Forum: Plugins
In reply to: [YITH Event Tickets for WooCommerce] Warning message after update!!!!Mhm – no answer since the last 2 weeks ?? First I have to say I’m not a developer! So pay attention if you use this workaround.
Check class.yith-event-tickets-frontend.php on line 286:
if ( $already_sold[ ‘_enable’ ] == ‘on’ ){
Looks like $already_sold is empty. To fix the error message I change the line to:
if ( is_array($already_sold) && $already_sold[ ‘_enable’ ] == ‘on’ ){It would be great if the YITH Developer-Team will check this bug and fix it soon.
Forum: Plugins
In reply to: [YITH Event Tickets for WooCommerce] Warning message after update!!!!I have the same warning in all Event product-pages after update. Check https://yith.oliver-asche.de/produkt/ktevent1/
Forum: Plugins
In reply to: [Events Made Easy] Ticket-Package (combi-ticket)A great Plugin with many Options and opportunities – and many work to Setup. I will try if we can use it:)
Forum: Plugins
In reply to: [Events Made Easy] Ticket-Package (combi-ticket)Thanks Franky for the fast answer. Multibooking is good if customers book an Event on Day1 + Day2 oder Day1 + Day3 – depending on what they want. If a booking is made the seats on each day will be substracted.
But for this Scenario this wont help us. Try to explain: you can book EventB as single on all days, but EventA only together with EventB – it’s like a chained product.
Expample:
Booking 1: EventB on Day1 + Day2 = EventBday1seats 9, EventBday2seats 9
Booking 2: combi (EventA on Day1 + EventB on Day2) = EventAday1seats 9, EventBday2seats 8