Page 6 of 55 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 543
  1. #51
    Join Date
    May 2008
    Location
    Foxburg, PA
    Posts
    13
    Plugin Contributions
    0

    Default 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
    Attached Files Attached Files

  2. #52
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default 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...?

  3. #53
    Join Date
    May 2008
    Location
    Foxburg, PA
    Posts
    13
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mrmeech View Post
    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.

  4. #54
    Join Date
    May 2008
    Location
    California
    Posts
    3
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by divani View Post
    MrMeech,

    I found one more issue. The Desired Delivery Date does not register properly. At the Order Confirmation page during checkout, it shows up as blank. See screenshot below.


    Then in Admin->Orders, it displays as 12/31/1969 17:59:59. See screenshot below.


    Same for Invoice and Packing Slip for that particular order.


    I tried the new includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php and both with and without "Gift Wrap" contribution edits applied.

    Thanks,
    Vab
    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

  5. #55
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by deoxiribo View Post
    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!

  6. #56
    Join Date
    May 2008
    Location
    California
    Posts
    3
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mrmeech View Post
    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!
    Thank you! That got rid of the PHP error. I'm embarrassed that I didn't think to upgrade.

    The date is still coming over as 11/30/1999 00:00:00 for me. I'm not sure what files I should check.

  7. #57
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by deoxiribo View Post
    Thank you! That got rid of the PHP error. I'm embarrassed that I didn't think to upgrade.

    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?

  8. #58
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default 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

  9. #59
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by yellowleaf View Post
    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..
    Attached Files Attached Files

  10. #60
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Thank you for the quick reply. That was it.

 

 
Page 6 of 55 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. order delivery date addon - date not showing in checkout
    By jagall in forum Addon Shipping Modules
    Replies: 4
    Last Post: 19 Oct 2017, 09:09 PM
  2. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  3. v151 Order Delivery date on Product Info Page
    By nicksab in forum General Questions
    Replies: 0
    Last Post: 30 Dec 2013, 03:23 AM
  4. Support Thread for JS Date Picker for options
    By eVelt in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 5 Dec 2013, 05:44 AM
  5. Order Delivery Date Mod
    By fagriffin in forum Addon Shipping Modules
    Replies: 1
    Last Post: 11 Oct 2008, 04:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR