Hello, customers can still choose delivery before specified delivery start time set on backend.
]]>In Chrome if the current time is 2:00 pm, you cannot select 1:00 pm as a delivery time, which is expected behavior. But in Safari, DuckDuckGo, and probably other browsers, you can still select the time.
This is a bug/unsupported feature of those browsers not supporting “style=’display:none;'” being added to the ‘option’ tag. Those browsers require the ‘disabled’ attribute to be added.
Below is a patch for adding the ‘disabled’ attribute in addition to using the ‘display’ style.
Index: trunk/public/js/dtwc-public.js
===================================================================
--- trunk/public/js/dtwc-public.js (revision 2515956)
+++ trunk/public/js/dtwc-public.js (working copy)
@@ -99,9 +99,11 @@
if (item<=dtwc_settings.prepTime) {
// Remove specific time from available options.
$("#dtwc_delivery_time option[value='" + item + "']").hide();
+ $("#dtwc_delivery_time option[value='" + item + "']").prop('disabled', true);
} else {
// Add specific times to available options.
$("#dtwc_delivery_time option[value='" + item + "']").show();
+ $("#dtwc_delivery_time option[value='" + item + "']").prop('disabled', false);
}
}
@@ -108,6 +110,7 @@
// Delivery times reset.
function resetTimes(item) {
$("#dtwc_delivery_time option[value='" + item + "']").show();
+ $("#dtwc_delivery_time option[value='" + item + "']").prop('disabled', false);
}
});
]]>
Hi, I need to configure a different delivery time (closing time) for Sundays, It is possible to configure this?
]]>Hello,
Currently the system works great for fix dates. However, if we are too busy with other orders we need a way to change the delivery date when we are unable to deliver on the specify date.
I think it would be great to have the system take into consideration other orders before allowing a new order. For example, if I’m working on a service that will take me 6 hours to complete, the system should not allow orders prior to completing that order.
]]>Hello.
Is there any changes to change date to default as current date? (or few days in advance?) (or just delete date, just leave time?)
If customer don’t insert date of order and insert only time, we don’t have information about different time delivery. (there is only information in custom fields)
Could be minimum time for preparation set in minutes or 0,5h?
]]>Hello,
Thank you for the plugin is perfect.
But I can not set a time range for example:
6:30 PM (evening )- 1:30 AM (after midnight)
Would you please let me know how to fix it?
Many Thanks
]]>Hello, Plugin is really good, but I found one problem! If the user does not fill in the date on the order page, then in the email the date comes from January 1, 1970
How can we fix this?
Thanks!
Hello,
Did this become an abandoned plugin?
4 months no update and no respond in support?
Hi! How can I translate ‘month’ name on checkout page?
Eg. 27 de August de 2020 @ 12:00. “August” isn’t being translated.
Thank you
]]>Hi, thanks for this plugin.
I configured 15 hours for Delivery time prep but it’s not working, it allows deliveries including past time.
Only Delivery days prep it’s working.
Hello,
Inside the box to select the delivery time. How can I change the “select a desired time for delivery” to blank?
Thanks!
]]>Hello,
After this plugin update to version 1,4 iam having problems with the date selector in the checkout page. When somebody select a date for delivery It just show J.F Y instead of the selected date.
When somebody order a product and I get the confirmation mail the delivery date is printed as 1.january 1970
Can you guys check this out?
Have rolledback the plugin to version 1.3 and it works perfectly right now.
Best regaards Tom-H.
]]>Hi!
How can I change the date format to Month/Day/Year?
Thanks!
]]>How to hide the past hours of the day, so that the buyer can not choose them as delivery time? (make them unselectable)
]]>Hello,
I contact you from the plugin I downloaded: Delivery Times for WooCommerce.
I wish the times were in Italian,
can it be done and how?
Thanks is urgent, greetings.
Michael
]]>Hello
customers are able to select past time in same date. Settings in admin doesnt work ??
Thank you for your help (screen shot https://prnt.sc/rihsui)
Vaclav
]]>Hi
Does your plugin fit the business model of a Laundry? we collect and after 2 days we delivery it back to the client and the client can schedule both pickup and delivery online.
best
david
Hi,
I have used some CSS to hide the time field which we do not need. Is there a way to remove it from the emails that are sent by WooCommerce?
Thanks.
]]>Hello,
I’m using the WCMP plugin and I would like to integrate the Delivery date in the Vendor New Order Confirmation Email. Is this possible?
I would like to integrate the delivery date that the customer selects in the checkout, in the Vendor New Order Confirmation email, to look similar to the one the customer receives from Woocommerce Order confirmation email. How is the delivery date integrated in the Woocommerce email? As I’m basically looking to do the same in the Vendor email.
Any help would be much appreciated!
Thanks,
]]>Hi Author,
Can we change the delivery time from AM/PM to 24 Hour.
I’m trying to make changes in /public/js/dtwc-public.js
and /public/class-dtwc-public.php
but not succeed.
Your kind assistance will be greatly appreciated.
Regards
Hi all,
Could you please help me to change the date format from YY/MM/DD into DD/MM/YY in the delivery date field?
Also, how can I make the week to start from Monday- Sunday (instead of Sunday-Saturday) in the calendar?
Thanks for your help,
]]>customers are able to select past timing like I have select date for same day but time passed.
]]>