javicon
Forum Replies Created
-
I’ve noticed that there has recently been an update to the plugin. Could this issue be related to not having updated the plugin yet?
Thanks @wpscripts for the version of the code to functions.php.
Hi @mikdad. Sorry, but I know the basics of php development. It has taken me a long time to develop those lines of code.
Yes.
In the file incudes/class-wfs-services.php
I added on the line 339 this code:$order = wc_get_order( $order_id );
$nota_orden = “Type: “.$wfs_service_type.” – Date: “.$wfs_service_date .” – Time: “.$wfs_service_time;
$note = __($nota_orden);
$order->add_order_note( $note );Hi,
I’ve finally got it!. Adding code in the class-wfs-services.php file.
Now in the woocommerce app I can see the information below “Order notes”.Yes, I know that. But if you could develop that this information was copied as a note in the order, this information would appear in the information of the app. This would be a great solution. Thanks
Hello. I need please the same solution for my site. Have you been able to find a solution to this problem? thanks!
Hello,
I still have the same problem. I have contacted the support, but they have not answered me again. Please I need to solve this.
I have been able to remove the restriction by country that the server had configured.
Thanks
Hello,
I will try to explain it better. My store closing time is 4:00 p.m. Currently, if a customer, at 6:00 p.m., wants to place an order for the next day to pick up the order within the store hours, he cannot do so. Because a message appears saying that the store is closed.
I have already enabled pre-orders in my settings. I don’t know if I have to also enable “Custom times”, but here it says “If not checked, the default times of the store will be considered”.
I hope I have been able to be clear now with my explanation.
Thanks.
Hi again.
I forgot to tell you in the previous message that I already have the “Store & Service Hours” add-on installed. I can place an order before the store’s opening hours, but not after the store’s closing time. And I need that if a client wants, for example, to place an order at night, he can do it, regardless of the closing time of the store. Thanks!.
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Pick up time problemHi.
I had set the time zone in utc0 and now I have put it in utc + 1 for Spain and now everything works fine. Thanks!.