Skip to main content

Customizing URLs

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:

  1. Subdomain

    1. line-up-training.pages.dev

  2. Event ID

    1. /event/56247?

  3. Setting the Filter

    1. filters=tags%3D

  4. 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:

  1. Subdomain

    1. line-up-training.pages.dev

  2. Event ID

    1. /event/56247

    2. This is optional and needed if the Event has a Theme

  3. Transaction ID

    1. /transaction/txn_Y8wSdrMczeny3Y6qeox4Mi

    2. This can be found in Line-Up in the URL when on the Customer's specific Order page

  4. Success

    1. /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 }}/success

    • NOTE - Replace line-up-training.pages.dev with your own subdomain

    • Leave 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:

  1. Subdomain

    1. line-up-training.pages.dev

  2. Transaction ID

    1. /transaction/txn_Y8wSdrMczeny3Y6qeox4Mi

    2. This can be found in Line-Up in the URL when on the Customer's specific Order page

  3. Manage

    1. /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


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:

  1. Subdomain

    1. line-up-training.pages.dev

  2. Event ID

    1. /event/56215

    2. This is optional and needed if the Event has a Theme

  3. Product

    1. /product?productId=

    2. If including multiple Products, add &productId= after the previous Product ID

  4. Transaction ID

    1. &transactionId=txn_PdZqqugPw7GMUZTYqkntXr

    2. 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.dev with your own subdomain

    • Leave 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:

  1. Subdomain

    1. line-up-training.pages.dev

  2. Event ID

    1. /event/56247

    2. This is optional and needed if the Event has a Theme

  3. Form

    1. /forms?

  4. Transaction ID

    1. transactionId=txn_Y8wSdrMczeny3Y6qeox4Mi

    2. 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.dev with your own subdomain

    • Leave the Merge Tags as the system will replace it relative to the Customer's Order.

Did this answer your question?