Skip to main content

How do I sell Standalone Products on the Customer-Facing Booking Flow?

Updated over 4 months ago

NOTE - You'll need to make sure your Website/Online Channel has access on the Visibility page of the Product.

  1. In order to add Standalone Products to your booking flow, you just need to add /products to your Line-Up tickets subdomain URL, e.g.

This will create a Products page based on the generic theme of your booking flow:

mercury prods.png

2. Want to create an event-themed product URL? All you have to do is add the Event ID into the URL, e.g. https://tickets.mytheatre.com/event/1234/products

You can find the Event ID in the URL when you click on your Event in Line-Up - it is the number that follows /event/

Screenshot 2024-02-26 at 15.39.14.png

This will create a Products page based on the specific theme of that Event:

products event themed.png

3. Want to have a URL for a single product? Add /products?productId= followed by the Product ID into the URL, e.g. https://tickets.mytheatre.com/products?productId=132

You can find the Product ID in the URL when you click on your Product in Line-Up - it is the number that follows /product/

Screenshot 2024-02-26 at 15.43.21.png

This will create a page for that Product based on the generic theme of your booking flow:

single prod generic.png

4. Want to have a URL for a single product but event-themed? Add Event ID followed /products?productId= followed by the Product ID into the URL, e.g. https://tickets.mytheatre.com/event/229/products?productId=132

This will create a Products page based on the specific theme of that Event:

single prod.png

5. Want to upsell multiple products? Just add &productId= after the previous product ID, e.g. https://tickets.mytheatre.com/event/229/products?productId=132&productId=187

Did this answer your question?