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 add this piece of code:
#if( {{RESERVATION_CONFIRMATION_LINK}} )
<!-- This part will be visible only if RESERVATION_CONFIRMATION_LINK is not null -->
<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;"> Pay your reservation now - . <a style="color:#005693" href="{{RESERVATION_CONFIRMATION_LINK}}">{{RESERVATION_CONFIRMATION_LINK}}</a></div>
</td>
</tr> #end
here:
And the customer will receive an email like this: