Shortcodes
-
Are there more shortcodes then these:
[salePPName] Buyer PayPal Account Details: Name
[salePPStreet] Buyer PayPal Account Details: Street
[salePPCity] Buyer PayPal Account Details: City
[salePPState] Buyer PayPal Account Details: State
[salePPZip] Buyer PayPal Account Details: Zip/Post Code
[salePPCountry] Buyer PayPal Account Details: Country [saleDateTime] Sale Details: Date and Time [saleName] Sale Details: Buyer Name
[saleEMail] Sale Details: Buyer EMail
[salePaid] Sale Details: Paid
[saleTxnId] Sale Details: PayPal Transaction ID (TxnId)
[saleStatus] Sale Details: PayPal Transaction Status
[saleBarcode] Sale Details: PayPal Transaction ID converted to a Barcodes (Only for StageShow+) [startloop] Marker for the start of a loop for each ticket type purchased [endloop] Marker for the end of the loop
[ticketName] Sale Details: Ticket Name
[ticketType] Sale Details: Ticket Type ID
[ticketQty] Sale Details: Ticket Quantity [organisation] The Organsiation ID (as on the Settings Page) [adminEMail] The Admin EMail (as on the Settings Page)
[url] The Site Home Page URLI’m trying to create an e-ticket in which i only show:
The number of adults and / or children + only the “Row” they picked their seats in. My rows represent Tables, so i only need to know the table number, not the seat number.
Now i have:
[startloop][ticketName]?-[ticketQTY]?-[ticketSeat]
[endloop]But this gives me way too much info for an e-ticket because i get this: Nieuwe voorstelling-juli 13, 2023 8:00 pm-Volwassene-11A?—?Zitplaats: 11A
Nieuwe voorstelling-juli 13, 2023 8:00 pm-kind-12A?—?Zitplaats: 12ASo the text in BOLD i don’t need to see that because i display it somewhere else in the mail allready. But if i delete [ticketName], it will also delete the “volwassene-11A, kind-12A” and that is not supposed to happen.
The [ticketQTY] by the way doesn’t show up at all in my e-ticket…or any mails so i’m just gonna leave that out. I hoped i could use it to define the number of adults….but guess not.
I tried [ticketRow] but appearantly that code does not exist because it doesn’t do anything…sadly.
- The topic ‘Shortcodes’ is closed to new replies.