I’ve booked on a performance as a test on mij site. One that was not showing before and had no troubles.
This could have to do with the different approach on the website itself.
My audience needs to log in to be able to book. So before the pricelist is available. From there on it goes directly to the handler, no login anymore needed. It is booked with the data drom the logged-in user.
Also did some further testing: older php does not solve the issue. So probably not a php error. Started with creating a totally new seat plan and anded up with not being able to use the new seat plan for a price plan.
Found also a workaround for that issue. Seems that there is no sequential number provided for the seat plan when creating a price plan. With the new plan existing but unassigned to a seat plan I went to the database. Inside the database you will find sshow_seating it will have a seatingID.
Go to sschow_plans and you will notice that for the new price plan there is no seatingID. Give it the number from above and go back to your price plan in WP… And there it is! your seating plan assigned to your price plan!
Still… it does not salve the original issue sadly enough. So the two issues could be related but other than the work around I have no solution for now.
-
This reply was modified 5 months, 2 weeks ago by bobocop.
-
This reply was modified 5 months, 2 weeks ago by bobocop.