Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another feature that I would like to talk about is “Sync template to all places”. This is useful if you have several restaurants, then one template will be copied to all places.

...

Adding reservation cancellation to E-Mail

Now let's see, how to add a reservation cancellation to E-Mail.

Step 1: Let's start by writing a simple text "if you want to cancel your reservation, please click on the link below".

...

Step 2: Next, you will have to copy this code: <p><a href="https://your_web_stite_url/reservation/#cancel?reservation=#RESERVATION_ID#&personalInformation=#EMAIL#>Link to cancel</a></p>

Step 3: Make sure you replace the “your_web_site_url/reservation” with the URL of your reservation page.

Step 4: Go to the source editor and look for a place where to paste this. You can use the button combination Ctrl+F and search for the text you wrote in the step 1.

...

Step 5: Paste the copied text and save the changes.

...

Let’s check how it looks like on the editor.

...

Now let’s create a test reservation. As you can see, we received a confirmation E-Mail with new look, and below is the newly added link to the booking cancellation.

...

Variables or Tags

The following are the variables or tags.

...