1 Attachment(s)
Re: Order Delivery Date Support Thread
MrMeech,
I am using zen cart 1.3.8a. Order Delivery Date is v2 and this is the only version I ever installed on my zen cart installation. Besides, I merged changes with Gift Wrap modified files using WinMerge.
I just went through all the changes again, particularly admin/includes/classes/order.php and catalog/includes/classes/order.php.
The Gift Wrap module adds only a couple of entries to admin/includes/classes/order.php. So it wasn't difficult to merge.
The catalog/includes/classes/order.php, however, has a lot of modifications. Like I said, I used WinMerge to carefully merge changes. I am attaching three versions of catalog/includes/classes/order.php here. One from stock zen cart installation, second after installing Gift Wrap and third after installing Order Delivery Date. Maybe that'll help troubleshoot.
I'll look through all the file changes I made tomorrow morning and will post any new findings.
Thanks again,
Vab
Re: Order Delivery Date Support Thread
Vab,
Have you tried this with all "pure" delivery date files? ie: no merging or sharing files with the gift wrap mod, etc...?
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
mrmeech
Vab,
Have you tried this with all "pure" delivery date files? ie: no merging or sharing files with the gift wrap mod, etc...?
That's the next thing I am going to try...will let you know.
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
divani
I'm actually getting the same odd checkout error, and the date comes over as Tuesday 30 November, 1999 rather than the date the customer enters.
The other error I get is a PHP error for the admin/orders.php page on line 818 saying zen_get_orders_comments is undefined.
I run no other mods, and this mod (Order Delivery Date) is the first mod I've added to my zen cart. At the bottom of my admin, it says my zen cart version is: Zen Cart v1.3.7.1/v1.3.7
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
deoxiribo
I'm actually getting the same odd checkout error, and the date comes over as Tuesday 30 November, 1999 rather than the date the customer enters.
The other error I get is a PHP error for the admin/orders.php page on line 818 saying zen_get_orders_comments is undefined.
I run no other mods, and this mod (Order Delivery Date) is the first mod I've added to my zen cart. At the bottom of my admin, it says my zen cart version is: Zen Cart v1.3.7.1/v1.3.7
Deoxiribo,
This mod is only for 1.3.8, so i am almost entirely certain that that is causing your errors. When ZC went from 1.3.7 to 1.3.8 they overhauled a LOT of code on the Admin side, which, to the end user was/is transparent. They have been working on converting tons of procedural code into a more streamlined setup.
Try upgrading to 1.3.8 and then apply the Delevery Date Mod. (I would recommend upgrading anyway because with each release there are tons of updates, feature additions, and bug fixes..).
Hope that helps! :smile:
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
mrmeech
Deoxiribo,
This mod is only for 1.3.8, so i am almost entirely certain that that is causing your errors. When ZC went from 1.3.7 to 1.3.8 they overhauled a LOT of code on the Admin side, which, to the end user was/is transparent. They have been working on converting tons of procedural code into a more streamlined setup.
Try upgrading to 1.3.8 and then apply the Delevery Date Mod. (I would recommend upgrading anyway because with each release there are tons of updates, feature additions, and bug fixes..).
Hope that helps! :smile:
Thank you! That got rid of the PHP error. I'm embarrassed that I didn't think to upgrade. :blush:
The date is still coming over as 11/30/1999 00:00:00 for me. I'm not sure what files I should check.
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
deoxiribo
Thank you! That got rid of the PHP error. I'm embarrassed that I didn't think to upgrade. :blush:
The date is still coming over as 11/30/1999 00:00:00 for me. I'm not sure what files I should check.
Could you elaborate on the date error? I really want to get this fixed - I'm having a hard time reproducing it on my computer. Is your computer system clock synced to the right date?
Re: Order Delivery Date Support Thread
The installation instructions require an SQL adjustment, however my db does not have a TABLE zen_orders. What are the SQL requirements to add this table or am I missing a component needed to make this program work?
I am running 1.3.8a-full.
Thank you
1 Attachment(s)
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
yellowleaf
The installation instructions require an SQL adjustment, however my db does not have a TABLE zen_orders. What are the SQL requirements to add this table or am I missing a component needed to make this program work?
I am running 1.3.8a-full.
Thank you
Your database probably doesn't have the "zen_" prefix on each table.
Try the attached SQL file..
Re: Order Delivery Date Support Thread
Thank you for the quick reply. That was it.