You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this query, I have only changed the name from customTicketFields to singleTicketFields. In almost all cases, these queries would be combined. If there's an easier way to get both of these queries put together, that would also be fine.
Plugins Needed
Event Tickets Plus (for WooTickets integration)
Thanks,
Craig
The text was updated successfully, but these errors were encountered:
In #34, the case presented was for an admin to create and save reusable custom ticket fieldsets.
It's also possible for an admin to create a one-off ticket fieldset that will be used only for this class and not saved for future use.
The query for this will be similar to the query in issue 34, except we need to get the one-off field in addition to any saved custom ticket fieldsets.
We just need these individual fieldsets to be differentiated from the saved custom ticket fieldsets. An example query for this could be:
In this query, I have only changed the name from
customTicketFields
tosingleTicketFields
. In almost all cases, these queries would be combined. If there's an easier way to get both of these queries put together, that would also be fine.Plugins Needed
Event Tickets Plus (for WooTickets integration)
Thanks,
Craig
The text was updated successfully, but these errors were encountered: