Hi,
You need to set “Show Week Prices” in the admin settings page of the plugin.
This setting will show next to the calendar 3 columns with the headers week, weekend and midweek.
If the columns are empty there is no price information set. To do so click on “Add new Price”. The form asks for the price information.
The name should be the same as the name in the shortcode. The date is the date from which the prices are valid.
The “Total Amount” implementation uses the following fields from the CTF7
[booking]
[text* start_date id:start_date]
[text* end_date id:end_date ]
[select* number_of_persons id:number_of_persons “0” “1” “2” “3” “4”]
<div class=”total_amount”></div>
When the number of persons is selected the “Total Amount” is placed in the div total_amount.
e.g.
<div class=”total_amount”>
The total amount for this booking (including Tax) is: € 0,00
The Tax amount is: € 0,00
</div>
Regards,
Jan