Results 1 to 10 of 544

Hybrid View

  1. #1
    Join Date
    May 2020
    Location
    Dallas, Texas
    Posts
    14
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Hi,
    I have installed the required files and do see the delivery date in the confirmation email. However I do not see the desired delivery date in the invoice when I am in the Admin area. I have checked the invoice.php file and it does include the following line:

    define('ENTRY_DELIVERY_DATE', 'Desired Delivery Date:');

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by rkhan3366 View Post
    Hi,
    I have installed the required files and do see the delivery date in the confirmation email. However I do not see the desired delivery date in the invoice when I am in the Admin area. I have checked the invoice.php file and it does include the following line:

    define('ENTRY_DELIVERY_DATE', 'Desired Delivery Date:');
    That define would be expected to be in the admin/includes/languages/YOUR_LANGUAGE/invoice.php file,

    To display that constant and the associated information for the order, changes to admin/invoice.php would need to have been incorporated. While the specific Zen Cart version appears to not be indicated (item identified in the posting tips), I would expect content similar to the following to be incorporated to the applicable version of the file:
    Code:
            <tr>
              <td class="main"><strong><?php echo ENTRY_DELIVERY_DATE; ?></strong></td>
              <td class="main"><?php echo zen_date_long($order->info['order_delivery_date']); ?></td>
            </tr>
    The above code was copied directly from the Zen Cart 1.5.7 version of invoice.php as provided in the distribution package at/around lines 133 through and including 136.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    May 2020
    Location
    Dallas, Texas
    Posts
    14
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Thanks!

  4. #4
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    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!!

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Order Delivery Date Support Thread

    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.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by dbltoe View Post
    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.
    Perfect! Thank you very much!

  7. #7
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    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.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by chuckrey View Post
    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.
    Check your logs folder. I would expect that a log is identified there as to why the site is unreachable...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Order Delivery Date Support Thread

    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.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

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

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