-
Notifications
You must be signed in to change notification settings - Fork 17
Time Selected is "NONE" on order and email #124
Comments
Am having the same issue on some orders, and have not found the reason despite debugging (so far). |
I reinstalled the 1.3.12 version instead of the 1.3.13 : it now works properly, and don't have "none" anymore .... |
So this means the problem is in the 1.3.13 version |
@gbettant OK, thanks for that information. I'll take a look at what code changes were made between the 2 releases and see what is going on. |
Ok great, hope installing the future 1.3.14 will get rid of this "none" |
@timnolte Thanks so much! I also reinstalled 1.3.12 and will report if it "sometimes" (in my case) happens again as that might help see if it's an issue with my environment or not. |
it was also sometimes for me with 1.3.13, i'd say about 3 or 4 times out of 5 i had "none". |
In my installation it also occurs that sometimes the time field is "None" - I've experienced this after upgrading from WooCommerce 4 to 5 — but not sure if I've also upgraded this plugin at the same time. |
I'm having the same issue. No PickUp Time Selected information is saved. But I have noticed that if it is the customers first order that the selected Pick Up Time is not saved so it does not get to the email nor the order information. But the second time the customer orders, or if still logged in from the first order, the selected Pick Up Time is shown and saved correctly. |
Same issue. From 12 orders there was 5 with None in pickup-time. |
With the latest release I'm pretty sure that this issue should be resolved. |
Am adding this in case it helps track it down as I just spent most of the day trying and am just not good enough! I decided to update because I started having issues with 1.3.12 (thinking all the updates in Wordpress, woocommerce, etc could be causing it). I updated to the latest - 1.4.2 and I am having this issue again. I'm tracking the variable/field/order meta and logging with the following: $order = wc_get_order($order_id); For some reason, when I enter an order as a shop owner or admin, the _local_pickup_time_select IS set, but when adding as a customer it IS NOT set. So- might it have something to do with "protected" in the code? Thanks again for any pointers! |
Ouch! reverting to 1.3.12 does not fix it anymore, probably due to all the other woo/wp updates. |
I'm getting still this error, so I think this thread should be opened again. There is also no pickup date on the order not on the email
I opened a detail bug explanation on #225 |
Describe the bug
Since today, the orders i receive have a time selected as "none".
This is new, everything was correct before.
The customers have selected the time but on the order and email sent, pickup time selected is "none"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Correct selected time on the order
Isolating the problem (mark completed items with an [x]):
WordPress Environment
The text was updated successfully, but these errors were encountered: