Closed kevadamson closed 3 years ago
I thought {% set entries = craft.events.purchasedTickets().type('courses').all() %} would work, but it throws an error. Thanks!
{% set entries = craft.events.purchasedTickets().type('courses').all() %}
Added in 1.4.15 - https://verbb.io/craft-plugins/events/docs/getting-elements/purchasedticket-queries#ticketType
I thought
{% set entries = craft.events.purchasedTickets().type('courses').all() %}
would work, but it throws an error. Thanks!