Allow check out on a check in day 1.1.17 not allowing – here’s a ‘fix’
-
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
- The topic ‘Allow check out on a check in day 1.1.17 not allowing – here’s a ‘fix’’ is closed to new replies.