Tags related to ticket types, for PDF's etc.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago - 8 years 6 months ago #103957 by Hans Doeve
Website: www.toonkunsthilversum.nl/reserveren , payment method is in test mode so you can try and check the mails/attachments your self.
Joomla 3.7.5. Event Booking 3.0.3
Event: The Messiah, ticket price 0,-, ticket type 'adults' € 25,-, ticket type 'youth' € 15,-

Need: mails, invoice and ticket with ordered amount of tickets per ticket type, subtotal and total cost amounts.
In order to do that I need to know the relevant tag to be used in mail, invoice-pdf and ticket-pdf.

Are all of these tags available and where are they documented?
Last edit: 8 years 6 months ago by Hans Doeve. Reason: typo

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #103970 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Tags related to ticket types, for PDF's etc.
Hello Hans

I am being blocked (I am from Vietnam), so I could not access to the above link to understand your setup and answer you further

Please configure Admin Tools to unblock Vietnam so that we can look at it and answer you further

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #103999 by Hans Doeve
Replied by Hans Doeve on topic Tags related to ticket types, for PDF's etc.
Dear Tuan,

Asia has been unblocked.
(Unfortuneatly, as you can see, the invoice-PDF is broken, I'll repair it later).

Regards,

Hans Doeve

Please Log in or Create an account to join the conversation.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #104020 by Hans Doeve
Replied by Hans Doeve on topic Tags related to ticket types, for PDF's etc.
Invoice-PDF fixed.
(invoice_items.php has been adapted by myself on an other project without ticket types to show the ticket price on the invoice. I used the same here on this project which result in an average ticket price).

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #104026 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Tags related to ticket types, for PDF's etc.
OK Hans. So do you have any questions which need me to look at?

Tuan

Please Log in or Create an account to join the conversation.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #104054 by Hans Doeve
Replied by Hans Doeve on topic Tags related to ticket types, for PDF's etc.
Yes of course, see first item of the topic:

Need: mails, invoice and ticket with ordered amount of seats per ticket type, (subtotal and) total cost amounts.
In order to do that I need to know the relevant tag to be used in mail, invoice-pdf and ticket-pdf.

Are all of these tags available and where are they documented?

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #104065 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Tags related to ticket types, for PDF's etc.
Hi Hans

I am sorry, these list of tags are not documented yet. I am working to finish new version of Events Booking here right now, so I will try to document it during the weekend. Basically, you can use the following tags:

1. Events information related tags:
- [EVENT_TITLE]
- [EVENT_DATE]
- [EVENT_DATE_DATE] (show date of event without time)
- [EVENT_DATE_TIME]
- [EVENT_END_DATE]
- [EVENT_END_DATE_DATE]
- [EVENT_END_DATE_TIME]
- [SHORT_DESCRIPTION]
- [DESCRIPTION]
- [INDIVIDUAL_PRICE]
- [PRICE_TEXT]
- [LOCATION]

2. Registrants information
- [FIRST_NAME]
- [LAST_NAME]
- Any custom fields using the syntax [NAME_OF_FIELD_IN_UPPERCASE]
- [COUPONCODE]
- [USERNAME]
- [NUMBER_REGISTRANTS]
- [INVOICE_NUMBER]
- [TOTAL_AMOUNT]
- [DISCOUNT_AMOUNT]
- [TAX_AMOUNT]
- [PAYMENT_PROCESSING_FEE]
- [AMOUNT] (This is the final payment amount users have to pay, amount after discount, tax...)
- [DEPOSIT_AMOUNT]
- [DUE_AMOUNT]
- [PAYMENT_METHOD]
- [PAYMENT_DATE]
- [TRANSACTION_ID]

3. Tickets information:
[TICKET_TYPES] (contains information of all tickets which was purchased)

4. All information:
[REGISTRATION_DETAIL] : This tags contains all necessary information of the registration

Hopefully it answers your questions now

Regards,

Tuan
The following user(s) said Thank You: Hans Doeve

Please Log in or Create an account to join the conversation.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #104076 by Hans Doeve
Replied by Hans Doeve on topic Tags related to ticket types, for PDF's etc.
Thank You very much, I think this will help a lot.

Please Log in or Create an account to join the conversation.

  • Hans Doeve
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #104077 by Hans Doeve
Replied by Hans Doeve on topic Tags related to ticket types, for PDF's etc.
Some more questions:

What's the difference between [QRCODE] and [TICKET_QRCODE]?

[TICKET_TYPES] not working yet? Where is the related .php file?

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #108185 by sebba

Tuan Pham Ngoc wrote: Hi Hans

I am sorry, these list of tags are not documented yet. I am working to finish new version of Events Booking here right now, so I will try to document it during the weekend. Basically, you can use the following tags:

1. Events information related tags:
- [EVENT_TITLE]
- [EVENT_DATE]
- [EVENT_DATE_DATE] (show date of event without time)
- [EVENT_DATE_TIME]
- [EVENT_END_DATE]
- [EVENT_END_DATE_DATE]
- [EVENT_END_DATE_TIME]
- [SHORT_DESCRIPTION]
- [DESCRIPTION]
- [INDIVIDUAL_PRICE]
- [PRICE_TEXT]
- [LOCATION]

2. Registrants information
- [FIRST_NAME]
- [LAST_NAME]
- Any custom fields using the syntax [NAME_OF_FIELD_IN_UPPERCASE]
- [COUPONCODE]
- [USERNAME]
- [NUMBER_REGISTRANTS]
- [INVOICE_NUMBER]
- [TOTAL_AMOUNT]
- [DISCOUNT_AMOUNT]
- [TAX_AMOUNT]
- [PAYMENT_PROCESSING_FEE]
- [AMOUNT] (This is the final payment amount users have to pay, amount after discount, tax...)
- [DEPOSIT_AMOUNT]
- [DUE_AMOUNT]
- [PAYMENT_METHOD]
- [PAYMENT_DATE]
- [TRANSACTION_ID]

3. Tickets information:
[TICKET_TYPES] (contains information of all tickets which was purchased)

4. All information:
[REGISTRATION_DETAIL] : This tags contains all necessary information of the registration

Hopefully it answers your questions now

Regards,

Tuan


any updates for this list? some of them, like [EVENT_DATE_DATE], are not working. Thanks

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc