Hi there, I am hoping someone can help. It has become a major issue for me here.
So I guess my question is, is there a way to get 3 colours showing in the backend of the site when making a booking as when I do phone bookings which are 50% of my bookings I have no real idea what is really available!! It is a major issue right now frankly.
Thanks for your time.
]]>We are using the accommodations plugin to manage a pet sitting site. However, it’s not letting us book the night before or after a stay. For example, we are booked the night of the April 23, but we should still be able to book the night of the 22 and the 24. This is happening with all our stays.
]]>As of Woocommerce Bookings version 2023-06-14 – version 1.16.02
They split up the checker function if a block is available in two functions.
The original WC_Booking->is_within_block() is now checking if the block is exactly in the requested block and they created a new function for overlapping. WC_Booking->is_intersecting_block()
The WC_Product_Accommodation_Booking->get_time_slots() is still using the origin->is_within_block function when checking if existing_bookings is in the block.
But it should use the new function, because likely the room / van or what ever is not available when overlapping is true.
if ( $existing_booking->is_within_block( $block_start_time, $block_end_time ) ) {
Should be
if ( $existing_booking->is_intersecting_block( $block_start_time, $block_end_time ) ) {
Hi
If we book a room of 50 € for 3 nights, column “Price” in Cart shows “From?150,00?€?per night”.
But it’s not correct, it should only show “150,00?€” or even “150,00?€ per 3 nights”.
String is: From %s per night
Thanks
]]>Hi there, I am wondering how to charge a single occupancy more than say a group? For example 1 person books a night in the room it should be €60 per night but if a couple books a room it should be €100 as the room rate is technically €50 per night so there is a supplement charge for single occupancy. Can anyone help with this as its critical for bookings and I cannot find how to do this. Thanks in advance
]]>Hi, I have a problem to install WooCommerce Accommodation Bookings and there are a error of this
And I don’t know how fix it. This is the firts installation of woocommerce in my wordpress. There are a solution??
]]>Based on the support history, I’m not optimistic about getting a response here. I want to block availability for a specific night, September 1st. However, I want to allow somebody to check-out on that day. How do I do this?
]]>We are building a system for lodging reservations.
The price is “3,500 yen” for two days and one night.
(Set in Japanese yen).
When I specify the “check-in” and “check-out” dates from the calendar, the price is 7,000 yen.
It appears that the rate is calculated for two days (two nights and three days).
For example, if you click “check-in: 27th” and “check-out: 28th” on the calendar, the price will be 7,000 yen instead of 3500 yen.
the price will be 7,000 yen instead of 3,500 yen.
Is this a programmatic specification?
Or is it a wrong setting on the plugin side?
(*If I only select check-in, the price is fine, but if I don’t explicitly specify the check-out date, the add-to-cart button does not appear)
Thank you in advance for your help.
]]>Insert “start_booking” and “end_booking” classes on first and last date of each booking
allows to customize the css of the calendar in an easier way with 2 simple classes: “start_booking” and “end_booking” instead of only the “partially_booked” class… so we can style half days that are booked (either start of the day, or the end of the day)
Hello friends, good night
I would like to know if there is already a function to apply discounts for more than one day of booking.
for example: the first reservation in the amount of R$ 300 and the remaining reserves R$ 150
Can anyone help me with this information?
I can’t find the place to set check in and check out time – I have read at previous support thread that it should be found under WooCommerce, products, accommodation, but I have no accommodation tab under “products”. Please help
]]>hi there ,
has ressources and has persons not saving ,
can you share patch to make it work
Not a support request more of an observation for the latest release which I hvane’t upgraded to.
You used to be able to select to check out on a that that someone was checking in. The lastest release 1.1.17 doesn’t allow that. I went back to 1.1.13 and I can at least get the day available and with some CSS show that it’s half booked. The images (because i can’t be bothered making a triangle in CSS) as just right angled triangles in the opposite corners.
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.partial_booked a {background-image: url(“images/checkin.png”) !important; background: no-repeat right bottom;}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked + td.partial_booked a {background-image: url(“images/checkout.png”) !important; background: no-repeat left top;}
Hope this saves someone else some drama
]]>How to adjust the price (tariff)? I set the reservation price to 5000 per day! How to adjust the reservation price for 14 days of reservation – 20,000?
]]>We have the following preset:
– Minimum number of nights allowed in a booking: 7
– Restrict start days: Set to Saturday only
– Check-in time: 14:00
– Check-out time: 12:00
Bookings szenario:
– First customer books for a full week 9 May 2020 to 16 May 2020
– Second customer can books another week from 16 May 2020 to 23 May 2020
The issue:
Third customer cannot book from 2 May 2020 to 9 May 2020, as the 9 May is red with the notice “This date is fully booked and unavailable”.
Expected behavious:
As 9 May 2020 is a check-in day, it should also be available as a check-out day for previous bookings.
]]>whenever some one is selecting the person type more than 1 it is saying “There is a maximum of 1 place remaining on April 28, 2020”. My customers are unable to book the thing. The same case is happening with all my products.
]]>Hi,
I need to set up a rolling 30-day last minute discount for bookings made within 30 days but haven’t found this type of functionality or a plugin that will do this for me.
Have I missed something, or should I be getting some developer support to add this?
Thanks!
Johan
Hello,
I have tis message after an update of my plugins:
Warning
: Declaration of WC_Product_Accommodation_Booking::get_blocks_in_range($start_date, $end_date, $intervals = Array, $resource_id = 0, $booked = Array) should be compatible with WC_Product_Booking::get_blocks_in_range($start_date, $end_date, $intervals = Array, $resource_id = 0, $booked = Array, $get_past_times = false) in
*************/wp-content/plugins/woocommerce-accommodation-bookings/includes/class-wc-product-accommodation-booking.php
on line 12
Could you please help me?
All my other plugins seem updated
Regards,
Alex
]]>Hi i am interested to setup correctly the accommodation bookings plugin in such a way to have the interval of stay calculated by night and not by day as seems to calculate by default.
It is very important that the day of check out to not be added to the final price.
Thank you for the help
]]>Hi! I need to show the price breakdown of the reservation price (woocommerce-accommodation-bookings) and the extras (woocommerce-product-addons) but only the price breakdown appears when I configure the product how bookable product and not how accomodation product.
Any suggestions?
Thanks,
Guillermo
For anyone else possibly having the same issue with the plugin, apparently it is a known bug that when you have rates for certain days of the week, say weekends, and a holiday date range that falls on those days of the week, the price is being calculated incorrectly.
Referenced here:
https://github.com/woocommerce/woocommerce-accommodation-bookings/issues/209
Hello. Where can I change the check-in/out hours? I cannot see it on any place. I have the last versions os both plugins.
Thanks.
I am getting this error:
Fatal error: Call to undefined method WC_Bookings_Controller::get_all_existing_bookings()
Any clues?
]]>I asked this a few months ago and nobody responded and the thread was closed. Is there not a way to do weekly and monthly rates with this plugin? The main Bookings plugin is pretty expensive at $250 and it lacks this functionality when used with accommodations.
]]>How do I set for different Places (Product Vendors) – Check in time for booking and Departure time for booking. Dawn country houses different conditions. The WooCommerce plugin has only one option!
]]>How to set for different places (product suppliers) – the time of arrival and time of departure at the time of booking. Dawn of country houses different conditions. WooCommerce plugin has only one option!
]]>I am using the woocommerce bookings extension. I would like to know if or how it is possible to make a calendar which combines the data from multiple calendars so that you can see if there is a room/date available in a certain period . This would be usefull because now my customers have to check all the rooms to see if there’s a bookable room
]]>Tengo instalado el plugin pero no puedo activarlo, ayuda… cómo lo activo…
]]>Comes back with these errors when debugging is turned on. When I add the product to my cart it doesn’t retuen any booking info and the checkout date is January 1, 1970 at 12:00 pm
Any help greatly appreciated
Notice: Undefined index: booking in /home/auchterarder30/public_html/wp-content/plugins/woocommerce-accommodation-bookings/includes/class-wc-accommodation-booking-cart-manager.php on line 38
Notice: Undefined index: booking in /home/auchterarder30/public_html/wp-content/plugins/woocommerce-accommodation-bookings/includes/class-wc-accommodation-booking-cart-manager.php on line 43
]]>No help just needed just a hack that shows the triangle in the correct position, because it just didn’t look right
.fully_booked + td.partial_booked a:after {border: none !important; }
.wc-bookings-date-picker .ui-datepicker .fully_booked + td.partial_booked a.ui-state-default {background-image: url(images/red-tri.png) !important; background-position: top left; background-size: auto 100%; background-repeat: no-repeat;}
Create a wee image with a right angled triangle in the top right using the colour #c96259 and 75% gradient
]]>