Page 54 of 54 FirstFirst ... 444525354
Results 531 to 535 of 535
  1. #531
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by chuckrey View Post
    So apparently, this line is the issue:
    WHERE orders_id = " . (int)($orders_fields['orders_id'] . " LIMIT 1";
    Yeah, just pulled it up...

    Change:
    Code:
    WHERE orders_id = " . (int)($orders_fields['orders_id'] . " LIMIT 1";
    to:
    Code:
    WHERE orders_id = " . (int)$orders_fields['orders_id'] . " LIMIT 1";
    Man, I really wish I knew where/how characters like that just seem to randomly appear...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #532
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    94
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mc12345678 View Post
    Yeah, just pulled it up...

    Change:
    Code:
    WHERE orders_id = " . (int)($orders_fields['orders_id'] . " LIMIT 1";
    to:
    Code:
    WHERE orders_id = " . (int)$orders_fields['orders_id'] . " LIMIT 1";
    Man, I really wish I knew where/how characters like that just seem to randomly appear...
    LOL!! I wish I was half as good at you catching such things.
    Thanks again. I greatly appreciate your work. I just did a test and it seems to work great. I just need to let the users know how to properly enter the date.

    I value your time and work always

  3. #533
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    94
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Yet another question. Is there a way to have the date pop-up a calendar?

  4. #534
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by chuckrey View Post
    Yet another question. Is there a way to have the date pop-up a calendar?
    That's actually one of the primary points of the plugin. Check your browser console for javascript/jquery like errors. A mal-formed page or something that prohibits the associated code from executing could prevent the display of the calendar option. There are a number of other possibilities, but I'm working from the perspective that all of the related files have been loaded for the associated Zen Cart version.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #535
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    94
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    I will have a look and update. Thanks again.

 

 
Page 54 of 54 FirstFirst ... 444525354

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