The customer total price variable

Learn more about the advanced communications customer total price variable.

Jubrine Fortuno avatar
Written by Jubrine Fortuno
Updated over a week ago

Overview

Variable name

How to type the variable

What the variable does

Customer total price

{{customer_booking_total_price}}

Inputs the total price of the customer's booking.


What is a customer total price variable?

When you are creating a service, you can set up how much it costs. You can set this regardless of whether or not you have connected Appointedd with a payment gateway, as it can be useful to display price before booking, even if you don't plan to charge the customer until they arrive for their booking.

The customer total price variable can be used to communicate the price of the booking to the customer via the confirmations, reminders and follow ups.

If you are using multi-tiered services, the customer total price will be the combined price for all of the spaces the customer has booked.


How will this display within our communications?

Here is an example of an english email template set up with the customer total price variable:

or

<p>Hi {{customer_firstname}},</p>

<p>Thank you for booking:<br>
{{customer_booking_tier_name}} {{service_name}} | {{customer_booking_total_price | currency}} | {{booking_start_time | date: "DDD, t"}} {{booking_timezone_abbreviation}}</p>


<p>We look forward to welcoming you at the distillery soon!</p>

<p>Best wishes,<br>
Lothian Tours</p>

<p>Please note that all times within this email are in {{customer_booking_timezone_full}}</p>

When a customer books, they will then automatically receive a booking confirmation email which will be constructed using the template we have saved above. This will then display as so:


We would love to hear any feedback πŸ‘‚

Did this answer your question?