How to add a payment link to the email template?

Blanca Castillo
Blanca Castillo
  • Updated

Where do I find it?

Configuration > Email Templates > Reservation

 

What does it mean?

It's possible to confirm a reservation online and process the payment through a payment link available on the reservation email template sent to the end customer at the moment of the reservation.

For that, it's needed to slightly change the Reservation email template, we'll show you how to do it in the next section.

 

What should I do?

You need to replace this piece of code marked in red:

 

with this one:

<tr>
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:helvetica;font-size:15px;line-height:1;text-align:left;color:#173557;"> Payment link - . <a style="color:#005693" href="{{RESERVATION_CONFIRMATION_LINK}}">{{RESERVATION_CONFIRMATION_LINK}}</a></div>
</td>
</tr>

And then, the customer will receive an email template similar to this one with a payment link available to confirm the reservation: