What shortcodes can I use?

Table of Contents

Within RestoManager we have several shortcodes. These are pieces of text that you can place in, among other templates. These are replaced automatically.

Newsletters software

{{Firstname}} = The first name of the customer.
{{Lastname}} = The customer's last name.

These can be used both in the email and the subject line.

Reservation Confirmation

{{ClientName}} = The name of the client.
{{ClientEmail}} = The client's email.
{{Business.Name}} = The name of the business.
{{Business.Address}} = The address of the business.
{{Reservation.People}} = The number of people in the reservation
{{Reservation.ArrivalDate}} = The date of the reservation.
{{Reservation.ArrivalTime}} = The hour of the reservation
{{Reservation.DepartureTime}} = The ending time of the reservation
{{Reservation.SpecialName}} = If the customer has booked an experience, the experience name
{{Reservation.VoucherCode}} = If the customer entered a gift certificate, the gift certificate code
{{Payment.Total}} = If there was a payment on the reservation, the total
{{ModifyUrl}} = The URL where you can modify the reservation

Reservation Reminder

{{Firstname}} = The first name of the customer.
{{Fullname}} = The full name of the customer.
{{Business.Name}} = The name of the business.
{{Business.Address}} = The address of the business.
{{Reservation.People}} = The number of people in the reservation
{{Reservation.ArrivalDate}} = The date of the reservation.
{{Reservation.ArrivalTime}} or {{Time}} = The hour of the reservation
{{Reservation.DepartureTime}} = The ending time of the reservation
{{ModifyUrl}} = The URL where you can modify the reservation

Reservation Review

{{Firstname}} = The first name of the customer.
{{Business}} = The name of the business
{{Link}} = The URL to retrieve a review.

Still have questions?