• Resolved markabutcher

    (@markabutcher)


    Sorry if this is a silly question, but I’m struggling to find the information.

    I am attempting to use conditional placeholders {is_user_attendee_x} and {not_user_attendee_y}, where x and y are numbers that represent booking states, e.g. 0=Pending, 1=Confirmed, so that I can displayed adjusted content to users, depending upon where they are in the process. I have a particular need to show users who have cancelled their bookings specific content.

    Could somebody please point me at the full list of status numbers: 0=Pending, 1=Confirmed, etc. so that I can tailor my event views accordingly.

    Thanks in advance for any help provided.

    Cheers, Mark

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here you go:

    0 => ‘Pending’
    1 => ‘Approved’,
    2 => ‘Rejected’
    3 => ‘Cancelled’
    4 => ‘Awaiting Online Payment’
    5 => ‘Awaiting Payment’
    6 => ‘Waitlist’
    7 => ‘Waitlist Approved’
    8 => ‘Waitlist Expired’

    Thread Starter markabutcher

    (@markabutcher)

    Thank you! Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Booking status numbers’ is closed to new replies.