Components
  1. Website Integration
Components
  • Components
    • Components Overview
    • Arena
      • Arena Overview
      • Arena Management
      • Seat Selection
      • Seat Reviews
      • Designing Maps
        • Arena Designer
        • Keyboard Controls
      • Website Integration
        • Website Integration
        • Customisation Options
        • Customising Prices and Currency
        • Reserving selected seats
        • Handling seat selection warnings
    • Fixture List
      • Getting started
      • Configuration
      • Generating a JWT
      • Listening to Events
      • Internationalisation
      • Theming
    • F13 JWT Example
      POST
  1. Website Integration

Reserving selected seats

When integrating the Arena component into your site, you can choose as part of the configuration options whether to use the built in basket. If you have selected false as the option for showBasket, then the customer won't be able to select the send method or reserve the selected seats as the options for these are part of the basket.
In order to proceed to obtain a reservation for the tickets when the basket is not shown, we have added convenience methods for selecting the send method and a method to call when you wish to reserve the selection and obtain a trolley token.
The send method needs to be passed in the creation object as the sendCode (see Website Integration).
If the send method has been selected and seats have been selected - either by the customer or also passed in the creation object as selectedSeats - then you will be able to run the reserveSeats() method.

Example#

Modified at 2025-09-24 13:01:07
Previous
Customising Prices and Currency
Next
Handling seat selection warnings
Built with