Code

Discussion on WooCommerce Order Delivery Or Pick Up Date

Discussion on WooCommerce Order Delivery Or Pick Up Date

Cart 577 sales

magerips supports this item

Supported

This author's response time can be up to 1 business day.

322 comments found.

Hello, we use uncode like theme and we activate your plugin. But in checkout is not visible data and time picker. you can check on this website: https://shop.salvatorepetriella.it/

Hi

Can you please send your site admin detail on rpmagerips@gmail.com so we can check issue and solve it

Hi, I just buy another licence but it is always the 1.8 version ?? could you please have a look or explain me please ? Thanks in advance Best regards

Hi

I have send email for latest version of plugin, Please check

Thanks

Thanks, it is ok now and I can see the shipping field you have mentioned. Very interesting ! But how I can do to select because I use Flat rate for Delivery and another Flat rate for Pick up. I just would like to use the field for delivery.

Hi, Plugin allow to hide field based on shipping method, Plugin can not hide it based on shipping zone

Thanks

Hi, I just download the latest version of your plugin. I need to required delivery date and hour for delivery choice (I have selected the option) BUT NOT for another shipping choices I have, how I can do please ? because it is always required delivery date… thanks for your answer. Best regards.

Ok but it is the same shipping zone for exemple France and in this zone I have pick up and delivery (I use Flat rate) but I need to hide the field for pick up because I use your plugin for delivery. Is it possible ? Thanks

No for now, you can do it only for Flat rate only. i will check option if i can do it for shipping zone i will do it for you

Thanks

Ah ok for my situation in Ecommerce generally I have Pick up, Delivery and Shipping… for one shipping zone so I use Flat rate for Delivery (fix prices) and shipping (fix prices), thanks a lot !!

Hello there,

We can also provide very nice time intervals, but it does not pass past hours. For example, 10 o’clock appears active at 12 o’clock. How can we pass past times? Will it come in the update?

Good work.

Hi Do you want to split time in half hours? If yes There is a option in plugin for define time interval.

Hello there,

How should I go if I want to set it from 11.30 to 14.30?

Good work.

Hi

you can use time interval option for set it 30 min slot but you can not start with 11:30

Hi ! The plugin finaly doesn’t corresponds to my needs, can you please cancel my license and refound me please ? Sorry for inconveniences and best regards, Julien V.

Hi Ihave purchased this plugin for delivery or pick up date ; but encounter few problems, that I am sure you could solve quickly ;)

1st, I’d like to know how to restrict the plugin enablitlity only to one shipping method, and not the other

2nd, how to apply aplited hours ; I mean to make available for example 9-12 AM / 2-6 PM

3rd, how to display the date and time format in a “french” version (format 24h and not AM/PM)

Thanks for your quick answers ; Regards

Updated plugin, Please check now

ok nearly perfect ;)

that works for the shipping method selection ; but I can’t use the new Shipping Time method (the button Add More doesn’t load any action or content)

Hi

Please clear browser cache and check. It’s working fine for me

Hello, can you select a date by shipping class?

No, it’s not select date based on shipping class

Is there any way, I can add the pickup details to an invoice, i.e. using a shortcode, PHP snippet?

Please let me know.

Thanks.

Hi

you can get delivery date using below php code

return get_post_meta($orderid, “__rp_order_date”, true);

Thanks

I have added that code into the WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels plugin but it doesn’t display the pickup date or time.

Am I supposed to add this directly to the woocommerce plugin? Please confirm.

Thanks.

Hi

Below code display delivery date, I think PDF plugin provide hooks or somthing code for add custom fields to invoice please check document of plugin you are using for PDF invoice

echo get_post_meta($orderid, “__rp_order_date”, true);

Also can you give me plugin name that you are using for PDF invoice so i can check and try to help you for display delivery date

Thanks

Hello there,

I want to make 2 different time periods in the same day, but it allows to select only one time zone in the plugin. (11:00 – 13:00 / 17:00 – 20:00) Will such a feature come or will you add it specially?

Good work.

Hi for now plugin don’t have this function but we will check this option and if possible will add it

Thanks

Hi, We have updated plugin that allow you to set multi time zone for each day, Please download latest version of plugin (version 1.9) and update it

There is a bug in your plugin; even after adding 1 in the field of “Disable X days from current days?”, it is letting people select today’s date.

It happens when I select the hour first.

here is the URL: https://villagebakeshop.ca/

Just to let you know that for now I have disabled the hours field; this way, the customers won’t end up ordering anything for today’s date.

Okay, Also updated plugin with solve error, you can download latest version of plugin (Version 1.8). It will solve your issue

Thank you so much. You have been a great help.

Hi,

Pre-sale question:

Is it possible to disable a time when we think that time has enough orders?

So for example our pickup times are 17:00-20:00, but it will be very busy at 18:00, can we disable that for today?

I don’t see a function like this in the settings screenshot.

Kind regards,

Max

You can disable time for each day from Monday to Sunday. But you can not disable specific time between time slot.

You have to do manually from admin setting. Like first you have to set 17:00 to 18:00 after 18:00 hour pass you have to change admin setting to 19:00 to 20:00

Hi,

Thank you for responding. This will be too complicated to do when several times must be disabled, so unfortunately I don’t think this plugin will be useful.

Good luck with the sales!

Kind regards,

Max

The date picker has only 3 days available (M-T-W) All ok.

So no more avilable days in April now. So the month is empty when you load the picker. Which is fine. But when a customer chooses May (next month) – it auto fills in the same date in May – 5/29. And this date should NOT be selectable as it falls on a friday (a black out day) How do we stop this from happening?

Hi

We will check this issue and let you know

Thanks

Hi

Solved above issue, Please download latest version of plugin (Version 1.8). It will solve your issue

ok thank you

Great !! thanks

Hi, I just would like to know if it is possible to require delivery information only if the delivery shipping method is selected ? I have several shipping methode like pick up and and shipping… thanks

ah it would be very useful because all this delivery are required but with others but it blocked other shipping method :(( do you know when you updated your plugin ? thanks !!

Will update in 2-3 days

Hi

We have updated plugin so now you can display delivery field for specific shipping method, Please download latest version of plugin (Version 1.9) and update it

Thanks

Hello, is it possible to disable X Hour from current days? I have a problem if I receive an order at 11:30 p.m. and have to ship it the next day at 10:00 a.m.

You can disable time from plugin settings, but you can not disable time based on order

Looks bad, and how can I change first day on the week?

hi,

I’m using your plugin, followed the documentation for the installation but it won’t show a date and time picker at the checkout page. Any idea what could be the problem?

Thanks

Ah ok, thanks but i didn’t see it in the confirmation emails. I’m using a plugin to customize my email, is there a shortcode to display the pick-up date and time available?

No shortcode but you can use below code for display delivery date

echo get_post_meta($order->get_id(), “__rp_order_date”, true);

Thanks

Thanks for the help!

nem0boy1 nem0boy1 PURCHASED SUPPORTED

less than a minute ago Flag Edit Hey there, i have 2 little problems : 1. the displayed time the customer picks is in english format , am/pm, example : 12.05.2020 07pm , but i need it to have 12.05.2020 17:00

2. i need that the customers can choose time only at the the pick up payment, not when we send the item via post. can i change this?

thank a lot, and sorry for my bad english

1 ) you can setting it from plugin setting page like below

Add “dd.mm.yy” Date Format Field Add “HH:mm” in Time Format Field

Please check below screenshot for more referenece http://prntscr.com/s1rsph http://prntscr.com/s1rt3u

2. i need that the customers can choose time only at the the pick up payment, not when we send the item via post. can i change this?

Comment: No you can not hide delivery date field based on your shipping method or payment method

Hey there, i have 2 little problems : 1. the displayed time the customer picks is in english format , am/pm, example : 12.05.2020 07pm , but i need it to have 12.05.2020 17:00

2. i need that the customers can choose time only at the the pick up payment, not when we send the item via post. can i change this?

thank a lot, and sorry for my bad english

1 ) you can setting it from plugin setting page like below

Add “dd.mm.yy” Date Format Field Add “HH:mm” in Time Format Field

Please check below screenshot for more referenece http://prntscr.com/s1rsph http://prntscr.com/s1rt3u

2. i need that the customers can choose time only at the the pick up payment, not when we send the item via post. can i change this?

Comment: No you can not hide delivery date field based on your shipping method or payment method

Is it possible to have 15min by 15min instead of hour per hour ?

Hi, We have update plugin with time interval option, you can set 15min interval for time with latest plugin version.

Please download latest version of plugin (version 1.7)

Thanks

thanks is huge update

Hello is it possible to have 2 range by day ?

No, user can only select single time

And do you think that it will be a next update ? Because i would like to have this option for my business. thanks

Is it something that i could pay to have it ?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey