can you try these?
1. event ticket min/max
2. check template file at forms/bookingform/tickets-list.php (both on wp-content/plugins/events-manager or wp-content/themes/your-theme/plugins/events-manager) and see line
$EM_Ticket->get_spaces_options(false,$default);
it should be
$EM_Ticket->get_spaces_options(true,$default);
also, can I know what version are you using and if your ticket has a minimum tickets assigned can you try to set it to blank?
https://wordpress.org/support/topic/urgent-help-please-minimum-value-to-default-to-zero?replies=6
Thread Starter
solste
(@solste)
Hey Angelo,
Thanks for your reply.
I am sorry but I can’t find the root for the ticket-list.php
on wp-content/themes/your-theme/plugins/events-manager
I only have:
admin/
Buddypress/
classes/
includes/
templates/
widgets/
I am using the version 5.5.3.1
I tried to assigned minimum ticket blanck it doesn’t change anything, still get 1 even if the 0 has been invited by the Maya longtime ago, it’s not on my event manager!! 🙂
The full path to that file is:
/events-manager/templates/forms/bookingform/tickets-list.php
Thread Starter
solste
(@solste)
Hi Caimin,
Thanks for that,
So the code was right. The problem is somewhere else :S
just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:
– deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems
I am having a similar problem. I do not want to limit minimum or maximum registration numbers, so I clear the default value of “10” and leave it blank. As soon as I add a second ticket, the available spaces changes to 10 or 0.
Here is a screenshot of my “standard ticket” available spaces when I clear all default values:
http://grab.by/BeoG
Thank you for any help you may provide!
sorry this works for me and can’t replicate this.