Plugin Author
Malcolm
(@malcolm-oph)
The limit is set by the “Max Ticket Qty” in the settings, but at present this only accepts a maximum of 2 digits, so 99 maximum. In addition the input boxes where the quantity is entered on the Box Office page is also limited to 2 digits.
I’ve modified the plugin so the maximum number of digits for these two fields is determined by the value of the STAGESHOW_MAXTICKETCOUNT constant, so the maximum number of digits is the same as the length of the constant. Hopefully I’ll release this update today.
Hi Malcolm,
Update applied, but still only able to put max 99 both in settings and front end. Any advice please?
Plugin Author
Malcolm
(@malcolm-oph)
Did you add a definition of STAGESHOW_MAXTICKETCOUNT to change it from the default value of 99?
Could you advise how/where I do that please? Many thanks
Plugin Author
Malcolm
(@malcolm-oph)
Read stageshow_wp-config_sample.php in the root of the plugin for how.