hello! we have a delivery date picker but i want to change the text above the picker and change it so you cant choose the next day after a certain time. I would also like to know if you can make it so this date would show in the delivery method slot on the order rather than having to enter each order individually 
any help is much appreciated
Hey Buddy,
In order to change that you will need to make slight changes in CSS and javascript files in your theme. Something like this.
const array = ["2023-05-14","2023-05-15","2023-05-16"]
$('input-element').datepicker({
beforeShowDay: function(date){
const str = jQuery.datepicker.formatDate('yy-mm-dd', date);
return [ array.indexOf(str) == -1 ] } });
Alternatively, you can use our calendar app to have it done automatically for you from an intuitive dashboard and live chat support 