Viewing 15 replies - 1 through 15 (of 36 total)
  • Hiya,

    The #_BOOKINGTICKETDESCRIPTION placeholder is related to a Booking (i.e. a booking that a user has successfully completed), not an event.

    Did you want a way of adding a description to a ticket?

    Thanks,
    Phil

    Thread Starter afreyer

    (@afreyer)

    thank you.

    i want to show the field of description showed by the ticket-area. but i couldnt find any other shortcode or other way..

    can you help me?

    Thread Starter afreyer

    (@afreyer)

    i mean, that a description field exists. but with placeholder #_BOOKINGTICKETDESCRIPTION i cannot show its content.

    Thread Starter afreyer

    (@afreyer)

    maybe this snippet can help me, but it doesnt work:

    $EM_Ticket->ticket_description – i found it as a part of ticket-single.php

    Thread Starter afreyer

    (@afreyer)

    same with: echo $EM_Ticket->output ('#_BOOKINGTICKETDESCRIPTION');

    The #_BOOKINGTICKETDESCRIPTION placeholder isn’t intended to work this way, you’ll need to try something else.

    Where are you trying to show this information?

    Thread Starter afreyer

    (@afreyer)

    hi,

    here the url: https://haus-steinstrasse.de/events/mittendrin/
    the right sidebar shows some fields of EM over template tags like this:

    echo $EM_Event->output("{has_category_121}{is_future}{has_bookings}#_BLABLA{/has_bookings}{/is_future}{/has_category_121}");

    Hi, Caimin:

    The accountant need the ticket description, but the plugin leave it blank. .She don’t know what’s the charge for.

    Thank you.

    Thread Starter afreyer

    (@afreyer)

    @robert: ???

    All the booking ticket charged on website needs to have description. Or accountant don’t know what is what.
    Hope I put it clear.

    Thread Starter afreyer

    (@afreyer)

    ok, i want to explain again.
    i want to show the content of the description field. its a part of the booking-form. you can see an event in the future here for example.

    on our website, we dont use the field ticket-price in backend. its not needed. but with the description field we show the ticket-prices (2 ranges).

    i ve modified the code, that now on the day of event customer cannot booking any tickets (deadline for booking). but only in this case (booking-form is not showed) customers cannot find any prices of tickets. and thats the problem.

    now, how can i show the entry of the field ticket-description?

    Thread Starter afreyer

    (@afreyer)

    sure, i could create a custom field or an attribute. but i want to read the entry of still created booking-description, so i dont have to rewrite my code.

    who can help?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    can I know what do you mean by booking description vs. Ticket Description ?

    Thread Starter afreyer

    (@afreyer)

    both mean the same: the desription field of tickets for an event. in my example the line “5,-€ / 3,-€ er-m?-?igt” – the first line in booking-form.

    Hiya,

    I think you need to be clearer on what you mean by description. Can you show us a screenshot of where exactly in the backend you enter the description you are referring to please?

    Thanks

Viewing 15 replies - 1 through 15 (of 36 total)
  • The topic ‘Show Ticket Description’ is closed to new replies.