The date that is selected in the calendar appears in this order: day, month and year. It is a page for the USA and I need it to be read as month, day and year.
]]>Hello friend, first I want to congratulate you on this simple but effective plugins.
My question is if there is any way to disable the time options that have already passed today, for example, if I make a purchase later today, I should have the morning time options disabled.
]]>I’m searching a plugin when the user can select which date he wants the product delivered. We nedd to inform the plugin when the maximum ammount of products is reached at some date and disable that date from the options the user have.
I undestand tha your plugin doesn’t have this featured. Do you have knowledge of some plugin for woocommerce that have this feature? Thanks in advance.
The “select a delivery time” tab does not work. It is not possible to open it. How can I fix it?
]]>Dear friends at Haste,
Is there a way to make delivery time field not required? I’m trying to achieve it with this code, but it doesn’t work:
function make_delivery_time_not_required( $address_fields ) {
$address_fields['delivery_time']['required'] = false;
return $address_fields;
}
add_filter( 'woocommerce_checkout_fields' , 'make_delivery_time_not_required' );
Thanks in advance,
Marco Andrei
I used your plugin “Delivery Date System for WooCommerce”. it was good. but the calendar is not displayed properly. screenshot is (https://prntscr.com/n5ueag).
Plz help..
]]>