Single event links
The following is an overview of different links and link parameters that can be used to share a single event page in Fienta.
Multilingual events
If your event is entered in several languages, you can use the language abbreviation such as "en" for English or "de" for German to direct people to the specific version:
https://fienta.com/en/event-name
https://fienta.com/de/event-nameIf you omit the language parameter, your buyer is directed to the most appropriate of the languages you have entered your event in, based on their IP-address/location:
https://fienta.com/event-nameApplying discount code
To share discount code, add /discount/<code> to your link. For example:
https://fienta.com/event-name/discount/friends30offPreselecting checkout step
By default, your buyers will first see the event description when following the link. If you would like to take them directly to ticket selection, add ?step=tickets to the URL:
https://fienta.com/event-name?step=ticketsThe same parameter can also be used to open contact form or payment options:
https://fienta.com/event-name?step=contacts
https://fienta.com/event-name?step=paymentPreselecting tickets
If your event only has one ticket type, it is already pre-selected. In case of multiple ticket types, you can force Fienta to select them by providing the ticket type ID-s in the address:
https://fienta.com/event-name?step=tickets&ticket=1234,1235You can find the ID of the ticket type on the browser address bar when editing it, for example, https://fienta.com/my/ticket_types/1234/edit
To select specific quantities, add "x" and quantity to the ID. For example, to choose two tickets from first category and three tickets from second category:
https://fienta.com/event-name?step=tickets&ticket=1234x2,1235x3Filling email address
If you know your buyer's email address, you can pre-fill it on Fienta. This is useful when sending invites via email for example.
https://fienta.com/[email protected] Filling in first and last name
If you are sharing a link that includes the ticket parameter to select a specific ticket type, and you have set up the built-in order form field to request the attendee’s first and last name, you can prefill the first ticket owner’s name like this:
https://fienta.com/event-name?ticket=12345&first_name=John&last_name=Smith Examples
Share English version of the event and use discount code "free":
https://fienta.com/en/event-name/discount/freeAlso, bypass description and show ticket selection:
https://fienta.com/en/event-name/discount/free?step=ticketsAlso, select ticket with ID 123:
https://fienta.com/en/event-name/discount/free?step=tickets&ticket=1234Also, pre-fill email address and show payment option:
https://fienta.com/en/event-name/discount/free?step=payment&ticket=1234&[email protected]