Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @immergruen

    I am not from support but there is a shortcode #_AVAILABLESPACES which is showing you all available spaces for the event.

    If you say you want to show it in the booking form, do you mean for each ticket? Cause as far as I know (since I had the same issue) this is only possible by creating your own shortcode.

    But if you only have one ticket it should work for you.

    Thread Starter immergruen

    (@immergruen)

    Thank you. Yes now i work with the shortcode #_AVAILABLESPACES. But i have the problem, that is still show 0/0 TICKETS instead 5/5. Can you help?

    <table class=”events-table” >
    <thead>
    <tr>
    <th class=”event-time” scope=”col”>Datum/Zeit</th>
    <th class=”event-description” scope=”col”>Veranstaltung</th>
    <th class=”event-time” scope=”col”>Verfügbare Pl?tze</th>
    </tr>
    </thead>
    <tbody>

    AND HERE

    <tr>
    <td>
    #_EVENTLINK
    </td>

    <td>
    #_EVENTDATES
    </td>
    <td>
    #_AVAILABLESPACES/#_SPACES
    </td>
    </tr>

    It looks like there is a wrong setting in your Tickets. The code above is fine. But since #_SPACES also says “0” it appears that no tickets are being loaded. Check your Ticket Options in the Event Edit Page to make sure.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How does it show leftover places/tickets?’ is closed to new replies.