Thanks!
Printable View
Thanks!
I am running 1.5.7c and just came across this plugin, looks awesome.
I am currently working on a site that will need to have a delivery with pick-up date for a rental business. Can you please tell me if this plugin will allow a return date with or without time?
Thank you for the work!!
Noting the code on post #520, you can see how defines could be added for a return date and time. You'd just need to add fields in the files and database.
Load it up on a test site and try it out.
I hope you don't mind one more question? I installed all files under the 1.5.7 folder from Github and also updated the deliverydate.sql file. However, I am receiving a 500 error on both the store site and admin side.
The site is most4less.com
Would you mind having a look?
I am running 1.5.7c
php: 7.3.28
Thanks.
Hope you made a copy of your database before the installation of the mod.
There are several sql files in there that may or may not need to be used and, I'm not sure if the deliverydate-remove.sql file gets it all.
I'd try a backup restore if your host can't see some reason for the 500.
I was just checking those, I should have checked ahead of time and posted. The error log is as follows:
Quote:
[14-Jul-2021 00:16:05 UTC] PHP Parse error: syntax error, unexpected ';' in /home/most4les/public_html/includes/classes/observers/auto.order_delivery_date_observer.php on line 138
[14-Jul-2021 00:16:05 UTC] Request URI: /admin/logoff.php, IP address: xx.xxxx.xx.xx
--> PHP Parse error: syntax error, unexpected ';' in /home/most4les/public_html/includes/classes/observers/auto.order_delivery_date_observer.php on line 138.
Yes, definitely. I always do a back-up specially when database changes are involved. Thanks:smile:
So apparently, this line is the issue:
WHERE orders_id = " . (int)($orders_fields['orders_id'] . " LIMIT 1";