Search found 7 matches

by oficpropt
Thu Oct 06, 2022 10:32 am
Forum: General Setup
Topic: Delete payment rule
Replies: 1
Views: 24710

Delete payment rule

Why isn't it possible to delete a payment rule?

I was looking at the functionally of the Payments and saw the Payment rule, created one to test it out.
Support now says that it can't be deleted...
by oficpropt
Fri Sep 23, 2022 10:53 am
Forum: Booking Engine
Topic: How to target the check in and check out day of the calendar
Replies: 5
Views: 48597

Re: How to target the check in and check out day of the calendar

Here are some screenshots for better understanding: https://i.imgur.com/A1IjYUF.png I have added the following CSS class so that the days selected are highlighted: .monthcalendar td.datestay { border: 1px solid yellow !important; } This created a yellow border around the selected days. However, I wo...
by oficpropt
Fri Sep 23, 2022 8:55 am
Forum: Booking Engine
Topic: How to target the check in and check out day of the calendar
Replies: 5
Views: 48597

Re: How to target the check in and check out day of the calendar

I would like to add an extra CSS class to the check-in and check-out day.
This way the guests can have a better visual indicator of the days they are choosing.
by oficpropt
Thu Sep 22, 2022 12:36 pm
Forum: Booking Engine
Topic: How to target the check in and check out day of the calendar
Replies: 5
Views: 48597

Re: How to target the check in and check out day of the calendar

Here is a partial solution with vanilla javascript, the problem is that it won't update when changing the number of nights : <script> window.onload = function() { let firstDay = [...document.querySelectorAll('.datestay')].shift() let lastDay = [...document.querySelectorAll('.datestay')].pop() if( fi...
by oficpropt
Thu Sep 22, 2022 10:36 am
Forum: Booking Engine
Topic: How to target the check in and check out day of the calendar
Replies: 5
Views: 48597

How to target the check in and check out day of the calendar

I need to target the check in and check out days on the Room calendar. I see there is a CSS class added to the selected days .datestay How do I target the first and last day of the range? I tried with CSS, but the last-of-type won't work because it's not the last element. .monthcalendar td:is(.dates...
by oficpropt
Thu Sep 22, 2022 10:17 am
Forum: Booking Engine
Topic: Calendar functionality is very limited
Replies: 1
Views: 24375

Calendar functionality is very limited

Unfortunately your calendar functionality is very limited. The Check in / Check out datepicker doesn't show availability, it's just a calendar. And is the only calendar that sets the number of nights. Beds24 staff mention that to show availability, we should use the other calendars. Property, Room a...
by oficpropt
Wed Sep 21, 2022 3:02 pm
Forum: Booking Engine
Topic: Show availability in the check-in datepicker
Replies: 0
Views: 32740

Show availability in the check-in datepicker

It would improve the UX if the guests were able to see the availability in the check-in and check-out datepicker of the booking page.
The same way as Airbnb does with his datepicker.