Email Templates
The following variables are available for the email and PDF file templates:
variable | Description |
---|---|
{{course.name}} | course/class name |
{{course.shortName}} | (Short) name for a course/class |
{{participant.gender}} | Gender of the participant (0=female/1=male) |
{{participant.lastname}} | The participant's surname |
{{participant.firstname}} | The participant's firstname |
{{session.dateTime}} | Time (from to) of the session/appointment/lesson |
{{session.dateShort}} | Time (from to) of the session/appointment/lesson in an abbreviated form |
{{session.address}} | Event/class/course location address where the course/class will take place |
{{session.location}} | Event/class/course location name where the course/class will take place |
{{session.street}} | Street where the course/class will take place |
{{session.zip}} | ZIP code where the course/class will take place |
{{session.city}} | City where the course/class will take place |
{{instructor}} | Names of the instructors for the course/class |
{{booking.productName}} | Name of booked product |
{{booking.productPrice}} | Fee/price of the booked product including currency symbol |
{{booking.cancellationPolicyBooking}} | List of cancellation policies (policy ) |
{{booking.cancellationPolicyBooking}} | List of cancellation conditions |
{{policy.deadline}} | Time and date until when the booking/session can be canceled |
{{policy.penaltyFee}} | Cancellation fee including currency symbol |
{{bookerIsNotParticipant}} | true if the booking was made by the course instructor/provider |
{{link}} | Link to confirm the booking if made by the course instructor/provider |
{{business.name}} | business/studio name |
{{business.street}} | Street where the business/studio is located |
{{business.zip}} | ZIP code where the business/studio is located |
{{business.city}} | City where the business/studio is located |
{{business.iban}} | IBAN of the business/studio |
{{business.bic}} | BIC of the business/studio |
{{business.phone}} | Landline phone number of the business/studio |
{{business.cell}} | Cell phone number of the business/studio |
{{business.fax}} | Fax number of the business/studio |
{{business.www}} | Website of the business/studio |
{{business.email}} | E-Mail of the business/studio |
The templates are rendered using the Liquid Template Engine: https://shopify.github.io/liquid/