PATCH: Buy Tickets form should start at 1 not 0
-
Event Tickets is pretty good software that provides a very comfortable checkout experience to users familiar with old-school PayPal, and its various redirects.
After installing it, though, we found about half of our users were clicking the big “Purchase Ticket” button without first adjusting the quantity from its default setting of “0”. This turned out to be an issue, because we also found that very few users who clicked the “Purchase Tickets” button actually wished to buy zero tickets.
Here are some patches to fix that weirdness. It’d be so great if you’d pull these so we don’t have to tweak the code after every update:
user@server:/wp-content/plugins/event-tickets/src/views/blocks/tickets# diff quantity-number.php-dist quantity-number.php 29c29 < min="0" --- > min="1" 34c34 < value="0" --- > value="1"
user@server:/wp-content/plugins/event-tickets/src/views/tickets# diff tpp.php-dist tpp.php 83c83 < min="0" --- > min="1"
Thanks!!
-Henry
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PATCH: Buy Tickets form should start at 1 not 0’ is closed to new replies.