The showUnitTypes
feature is used alongside the CalendarFirst feature. During the default CalendarFirst flow, customers select their tickets on the same page as the date (alongside other parameters).
By enabling the showUnitTypes
attribute, ticket selection is moved after product selection.
Update Data-Config
Add the below piece of code in the data-config
attribute of your checkout script, see the Implementation Guide for more information.
β
"features": {
"calendarFirst": {
"enabled": true,
"showUnitTypes": false
}
}
Attribute | Default | Available Values | Description |
| by default not set |
| Allow customers to select tour date before product selection |
| by default not set |
| Display tickets on the calendar page ( |
π TIP
Learn more about other checkout features.
ShowUnitTypes Flow
Configure Order
A customer opens your Ventrata checkout, or presses the checkout button. The Tickets page is shown first. Here, the customer configures their booking using the following settings:
|
|
|
View Product Information
Based on the customer's configuration, products and options are filtered to display only matching items.
π TIP
Learn more about the elements that make up product information and where you can configure them here.
Select Tickets and Product Tour
The customer then selects their their tickets, and any available extras. On the right side of the widget, they choose their preferred tour time. They then press the Continue button. If no tour times are available, a Select button is shown instead.
Depending on your product's configuration, the next pages may contain
Pickups
Combination or Upsell offers
Checkout
The checkout process then continues as usual, with the customer filling in their details and concluding the order by paying for it.