Skip to main content

Ticketing widget

Offer Overview

Overview of the available offers.

Demo

Enviso_Offer_Overview.gif
<enviso-offer-overview>
</enviso-offer-overview>

Properties

Attribute

Property

Type

Description

hide-offer-buttons

hideOfferButtons

boolean

Flag to hide 'Info' and 'Ticket' buttons on the offer card.

image-click-action

imageClickAction

string

Defines image click action. Available options: 'info', 'tickets' (Default: 'info')

indicate-last-tickets

indicateLastTickets

boolean

Enable to show an indication when the last tickets are available (nearly sold out) or sold out.

last-tickets-percentage

lastTicketsPercentage

number

The max. percentage to mark tickets as last available (Default: 25)

show-date-popup

showDatePopup

boolean

Force selection of the date filter by showing a popup.

includedOfferIds

array

If specified, the offers listed will be the only ones shown in the offer overview. Should be an array; eg: "[1234,5678,9876]". Takes priority over excluded-offer-ids, i.e. only included-offer-ids or excluded-offer-ids should be present at one time

sortByIncludeOfferIds

boolean

Enables the sorting of the offers, based on the order of the Ids of the included-offer-ids array.

excludedOfferIds

array

If specified, the offers listed will be excluded in the offer overview. Should be an array; eg: "[1234,5678,9876]". If included-offer-ids takes priority over excluded-offer-ids; i.e. only included-offer-ids or excluded-offer-ids should be present at one time

Events

Name

Description

Data

buyticketsclick

When the tickets button is clicked

{ offer: <Offer> }

offeroverviewloaded

When offers are loaded

{ offerCount: <number> }

See also