• Hi guys, im new here and have been looking for a piece of software that can do what i need, and so far i have not been lucky in this, but i think i may be able to use this plugin, currently i have not purchased, but if i can get some advice on my needs and if it can be done,, i certainly will be. so, here goes.

    If you take a look at the attached image, this is what i need. i need to show the 3 options for tickets, the available tickets and the price for each ticket. sounds pretty simple but im sure it isnt. if i can get any advice or guidance on this, you will of course make me super happy.
    Requirements

    thanks guys and look forward to what you have to say.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    With Events Manager you can use placeholders to display information about available spaces on bookings, etc.

    https://wp-events-plugin.com/documentation/placeholders/

    Although by default there are no placeholders that relate to ticket availability (only for the event as a whole), adding code snippets like the ones below to the functions.php of your theme will give you new placeholders that will display information about individual tickets.

    https://pastebin.com/nkqc7rhS

    https://pastebin.com/eewZaic8

    Thread Starter ninja_34

    (@ninja_34)

    Thank you for your reply, very helpful and defiantly put me in the right direction to understanding more, i do have 2 more questions though if i may..

    1. i cant seem to create the code to show the available tickets, also i would like this as a conditional placeholder, so that if the tickets are O then it will show red or sold out and if greater than 1 then it will be green or the number and 1 available etc.
    2. when i use the following to display the list, i lose the formatting for the table layout as in the image above. how can i get this back?
    3. how can i make sure everything lines up in the way as laid out in the image above.

    again thank you for taking the time on this to help me.

    all my events will be laid out in this way so if there is a way i can define these as global settings i can then easily apply across all events. once i understand the above i can then easily move forward with everything that i need.

    many thanks

    1. Do you have more than one ticket per event?

    2. Can you post the code / formatting you’re using?

    3. Do you mean the image you posted in your original post?

    Thread Starter ninja_34

    (@ninja_34)

    thanks for the reply.

    1. yes we have more than one ticket as in the image layout below, the suite, master and deluxe. so i need a conditional placeholder for the availability and conditions of 0 = display sold out and red and 1 or more to display available and green.
    2. the code snippet im using is, [events_list_grouped]#_EVENTDATES ?#_EVENTLINK</br> #_EVENTTICKETS ?#_AVAILABLESPACES[/events_list_grouped]

    this is how it looks

    code snippet

    what i need it to look like and how the layout to be is as follows, so im not sure if we can insert some sort of table? like below

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘display information in event list’ is closed to new replies.