Results 1 to 10 of 544

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Hi I am using this mod and it is working very nicely, thank you. However I was wondering if there is a way to make it so my customers are only able to select up to a week after today's date.

    Thank you for any help.

    Jordan

  2. #2
    Join Date
    Jun 2005
    Posts
    89
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    The only change I've had to apply to this so far is to the admin pages (order.php/invoice.php/packingslip.php) to handle orders where the customer hasnt selected a delivery date.

    Wherever the delivery date is displayed (e.g. echo zen_date_long($order->info['order_delivery_date']))

    I've changed to:

    if ($order->info['order_delivery_date']=='0000-00-00' || strlen($order->info['order_delivery_date'])==0) echo "Not Entered"; else echo zen_date_long($order->info['order_delivery_date']);

  3. #3
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Is there any way to have the orders in the super orders admin sort by delivery date? Would love to be able to see the delivery dates instead of date ordered so that we can easily see when we need to ship something out without going into each order separately....Thanks!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  4. #4
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    I have been trying to get this mod going i installed the correct files but keep gettting this error after i put in the SQL file..


    1146 Table 'sendamar_zc7.zen_zen_orders' doesn't exist
    in:
    [show fields from zen_zen_orders]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    please help

    message me thanks

  5. #5
    Join Date
    Jan 2009
    Location
    The Netherlands/Germany
    Posts
    142
    Plugin Contributions
    12

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by Promogator View Post
    I have been trying to get this mod going i installed the correct files but keep gettting this error after i put in the SQL file..


    1146 Table 'sendamar_zc7.zen_zen_orders' doesn't exist
    in:
    [show fields from zen_zen_orders]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    please help

    message me thanks
    in de sql query delete the first zen_

    That should do the trick.
    I came, I saw, I got zenned... :)

  6. #6
    Join Date
    Jul 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    any update on the "Desired Delivery Date: Tuesday 30 November, 1999" issue, when date is not selected?

 

 

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