Skip to main content

Guide: Products as Upsells Post-Purchase

Follow the steps below to upsell Products after a Ticket Purchase

Updated over 2 weeks ago

Box Office

NOTE - You'll need to make sure the Box Office channel has access on the Visibility page of the Product.

  1. Go to the Order that you'd like to create a related Product order for

  2. Click Create Related Transaction

  3. This will take you straight to the Box Office page, where you can create a related transaction. Click the Products tab

  4. Add your Product(s) to the basket and click Continue on to Order Options (Customer details will have been saved from the previous transaction)

  5. Select your Delivery Method if you want the Customer to receive emails relating to this order and continue to payment

  6. On the payment page, select the correct Payment Method and click Pay & Update Basket Total

  7. Once the transaction is complete, it will create a related order. Click View Parent Order to see the original ticket order

NOTE - in order for the Product to a) appear in the basket as a linked order to the original Performance and b) to appear in Performances Reports alongside Performance and Ticket information, the Product will need to be linked to the Performance.


Online Booking Flow

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

  1. Once a customer has purchased a ticket, you can send a link to them which will take them straight to the Products page on the Website

    1. If they then purchase a Product via that link, it will be as a related order to the original ticket purchase

  2. For the Product upsell link, you just need to add the following to the URL of your booking flow subdomain:

    1. /products?transactionId=

    2. The Transaction ID is the txn number of the original order. You can find this at the end of the Line-Up order URL:

      Example Product upsell URL:

      NOTE - The beginning of the URL needs to be your main booking flow URL. Please don't use the URL above as it won't work in the template.
      ​

  3. If you'd like to include this link in an HTML email template which you can use for all customers then you can use the following Merge Tag:

    {{TRANSACTION.ID}}

    The link would then look like this in your HTML:

    https://line-up-training.pages.dev/products?transactionId={{TRANSACTION.ID}}

  4. When customers click on this link, it will take them straight to the Products page, but linked to the original ticket transaction

  5. Once they have added a Product to the basket and are ready to pay, the customer details will be automatically saved from the original Ticket purchase

  6. Once the transaction is complete, it will create a related order, with a link back to the original Ticket order on the top right of the page


Additional Link Options

Did this answer your question?