Jan Maat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] show pricesHi,
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
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Exporting CalendarHi Niksa,
I cannot reproduce it. On my systems the name is always domain name_room name_date.
Please give me some more information.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calender shiftedClosed
Hi Marleen,
I put it on my TODO list.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calender shiftedHi John,
Solved in version 1.7.1.1.
The first column was 1 px to small. Why this happend on your site is not clear to me.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Collision with themeclosed
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] how to remove tax / btwHi,
Is added in verson 1.7.1
Regards,
Jan
Hi Marleen,
Is added in version 1.7.1
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Number of persons on availability widgetHi Marleen,
Is added to version 1.7.1
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Remove Add. Person from calendarHi,
Is added in version 1.7.1
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar URL not containing eventsHi Dick,
That’s great. I close this thread.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar URL not containing eventsHi John,
The scheduling in WP is not very accurate. It depends not only on the setting (e.g. hourly) but also on the traffic on your site.
A more accurate option is to use the cron settings of the provider. This solution is not suitable for general use because you need to go into the maintenance panel of the provider.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar URL not containing eventsHi John,
You mentioned the update interval so I assume it is about the update from external calendar to the plugin.
I am not aware of a change in this area.Regards,
JanForum: Plugins
In reply to: [WP Availability Calendar & Booking] City tax and paypalHi,
1. At this moment there is no option to add fees to the total amount.
What are your 4 mandatory fees?2. If you set the option “Price per Person” the total amount is calculate as: number of persons X number of days X Price per Person X Tax.
3. If you use the plugin “WP Paypal Client” the status of the booking is automatically changed to booked when the payment is successful.
There is no interface with the monetice payment.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Shortcode widgetHi Marion,
I looked into your request for the widget functionality as a shortcode.
Due to the differences between a widget and shortcode I decided not to continue with this request.
Regards,
Jan