Performance Tags
You can tag a certain amount of Performances (see our Guide) and include them in a URL so Customers can see certain Performances.
Once you have these Performances tagged and ready to create the URL, you'll need:
Subdomain
line-up-training.pages.dev
Event ID
/event/56247?
Setting the Filter
filters=tags%3D
Filters - can use either single or multiple words. If using multiple, use a + symbol in between
Order Success Page
When a Customer completes a transaction in the Online Booking Flow, they will automatically be brought to the Order Success Page. Here they will see their Order Summary, their Booking Reference Number and view their Tickets.
If you want to create the URL for yourself, you'll need:
Subdomain
line-up-training.pages.dev
Event ID
/event/56247
This is optional and needed if the Event has a Theme
Transaction ID
/transaction/txn_Y8wSdrMczeny3Y6qeox4Mi
This can be found in Line-Up in the URL when on the Customer's specific Order page
Success
/success
Merge Tags for Email Templates
If you want the Customer to receive this in their Email Template, you can build this with the Merge Tags
{{ EVENT.ID }}- this pulls the Event Theme from the detected Event in the Order{{ TRANSACTION.ID }}- this pulls the Customer's Transaction ID
https://line-up-training.pages.dev/event/{{ EVENT.ID }}/transaction/{{ TRANSACTION.ID }}/successNOTE - Replace
line-up-training.pages.devwith your own subdomainLeave the Merge Tags as the system will replace it relative to the Customer's Order.
Manage Order Page
When a Customer completes a transaction in the Online Booking Flow, they will automatically be brought to the Order Success Page. Here they will see their Order Summary, their Booking Reference Number and view their Tickets.
If you want to create the URL for yourself, you'll need:
Subdomain
line-up-training.pages.dev
Transaction ID
/transaction/txn_Y8wSdrMczeny3Y6qeox4Mi
This can be found in Line-Up in the URL when on the Customer's specific Order page
Manage
/manage
Merge Tags for Email Templates
If you want the Customer to receive this in their Email Template, you can build this with the Merge Tags
{{ TRANSACTION.ID }}- this pulls the Customer's Transaction ID
https://line-up-training.pages.dev/transaction/{{ TRANSACTION.ID }}/manageNOTE - Replace
line-up-training.pages.devwith your own subdomainLeave the Merge Tag as the system will replace it relative to the Customer's Order.
Products
You can include a link in Email Templates for your Customers can purchase tickets, but purchase Products at a later date.
If you want to create the URL for yourself, you'll need:
Subdomain
line-up-training.pages.dev
Event ID
/event/56215
This is optional and needed if the Event has a Theme
Product
/product?productId=
If including multiple Products, add &productId= after the previous Product ID
Transaction ID
&transactionId=txn_PdZqqugPw7GMUZTYqkntXr
This can be found in Line-Up in the URL when on the Customer's specific Order page
Merge Tags for Email Templates
If you want the Customer to receive this in their Email Template, you can build this with the Merge Tags
{{ EVENT.ID }}- this pulls the Event Theme from the detected Event in the Order{{ TRANSACTION.ID }}- this pulls the Customer's Transaction ID
https://line-up-training.pages.dev/event/{{ EVENT.ID }}/products?&transactionId={{ TRANSACTION.ID }}NOTE - Replace
line-up-training.pages.devwith your own subdomainLeave the Merge Tags as the system will replace it relative to the Customer's Order.
Customer Forms
For Customer Forms that can be completed post-purchase, you can build a link to include in your Email Templates.
When a Customer completes a transaction in the Online Booking Flow, they will automatically be brought to the Order Success Page. Here they will see their Order Summary, their Booking Reference Number and view their Tickets.
If you want to create the URL for yourself, you'll need:
Subdomain
line-up-training.pages.dev
Event ID
/event/56247
This is optional and needed if the Event has a Theme
Form
/forms?
Transaction ID
transactionId=txn_Y8wSdrMczeny3Y6qeox4Mi
This can be found in Line-Up in the URL when on the Customer's specific Order page
Merge Tags for Email Templates
If you want the Customer to receive this in their Email Template, you can build this with the Merge Tags
{{ EVENT.ID }}- this pulls the Event Theme and the linked Customer Form from the detected Event in the Order{{ TRANSACTION.ID }}- this pulls the Customer's Transaction ID
https://line-up-training.pages.dev/event/{{ EVENT.ID }}/forms?transactionId={{ TRANSACTION.ID }}NOTE - Replace
line-up-training.pages.devwith your own subdomainLeave the Merge Tags as the system will replace it relative to the Customer's Order.




