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
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?
i mean, that a description field exists. but with placeholder #_BOOKINGTICKETDESCRIPTION i cannot show its content.
maybe this snippet can help me, but it doesnt work:
$EM_Ticket->ticket_description – i found it as a part of ticket-single.php
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?
hi,
here the url: http://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.
All the booking ticket charged on website needs to have description. Or accountant don’t know what is what.
Hope I put it clear.
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?
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?
can I know what do you mean by booking description vs. Ticket Description ?
both mean the same: the desription field of tickets for an event. in my example the line “5,-€ / 3,-€ ermäß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