Disable Sunday
-
Hi I am using Product Delivery Date for WooCommerce – Lite . Its a great plugin, I am trying to disable Sundays in the calendar, I thought this was easy to do. I modified the line:
jQuery( “#delivery_calender_lite” ).datepicker({
To:
jQuery( “#delivery_calender_lite” ).datepicker({
beforeShowDay: function(date) {
var day = date.getDay();
return [(day != 0), ”];
}But when I load the product page, I get a white screen.
Please can you help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable Sunday’ is closed to new replies.