NOTE - You'll need to make sure your Website/Online Channel has access on the Visibility page of the Product.
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:
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/
This will create a Products page based on the specific theme of that Event:
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/
This will create a page for that Product based on the generic theme of your booking flow:
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:
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