Skip to main content

Ticketing widget

Ticket Item

Amount selection for a single ticket

Demo

Enviso_Ticket_Item.gif
<enviso-ticket-item name="Adult ticket" description="with audio guide" price="€5.00" discount-price="€4.50" value="1">
</enviso-ticket-item>

Properties

Attribute

Property

Type

Description

description

description

string

The description of the ticket

discount-price

fullPrice

string

The discounted price of the ticket

name

name

string

The name of the ticket

max-tickets

maxAmountOfTickets

number

Maximum allowed amount of the ticket

price

price

string

The price of the ticket

priceValue

priceValue

number

The price value of the ticket

ticketId

ticketId

number

The id of the ticket

value

value

number

The amount of tickets selected

Events

Name

Description

Data

change

When the amount changes

{value: <number>}

See also