Ticket Item
Amount selection for a single ticket
Tagname:
<enviso-ticket-item>
URL:
Staging: enviso-ticket-item-element.js
Production: enviso-ticket-item-element.js
Empty element: Yes
Demo
<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 |
|