How the price is calculated
Save time, reduce admin
Booking Form
The price is calculated per appointment.
For example:
The customer books 2 dogs for a lunchtime walk; Monday to Friday.
The app generates 5 appointments (Mon, Tue, Wed, Thu, Fri)
The price is calculated:
Number of appointments = 5
Service price (from the settings) = £10
Service price per additional pet (from the settings) = £5
(5 x £10) + (5 * £5) = £75.
If the customer books 2 walks a day the app will generate 10 appointments and the price will double. i.e.
(10 x £10) + (10 * £5) = £150.
Finally, if there are price adjustments the app applies them.
For example, a £20 late booking surcharge and a 25% loyalty discount is calculated like this:
(((10 x £10) + (10 * £5)) + £20) – 25% = £127.50
