Please add the ability to show the first available date and/or current date by default, some users will simply click off the page if the first available date isn’t automatically visible.
Open
Last updated: October 16, 2014
Log in to comment on this feature request.
did anyone figure this out?
please add this it would be a super helpful option. thanks!
The comment below :if ( ! apply_filters( ‘wc_bookings_calendar_default_to_current_date’, true ) ) {
Set the true to false and it will start the calendar at the first available bookable date.: Does not work. Any update on this as it would be a great thing to have.
Can you use this as a function?
Already implemented, as explained by the previous commenter.
Hey Brandon, there is actually a flag you can set in the WooCommerce class-wc-booking-form-date-picker.php line 72
if ( ! apply_filters( ‘wc_bookings_calendar_default_to_current_date’, true ) ) {
Set the true to false and it will start the calendar at the first available bookable date.