Page 8 of 55 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 543
  1. #71
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by velvetangels View Post
    ...

    I tried to test it out and i am not getting any values to post through to other pages.

    ...
    I looked over the files you attached, and the only immediately apparent errors were in the includes/classes/order.php around line 950-ish in the email section. I'll attach the file with the corrections.

    Also it appears you have not yet edited the files in the email directory- if ya don't do that the info will never make it onto the actual emails generated to the customer.
    Attached Files Attached Files

  2. #72
    Join Date
    Sep 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mrmeech View Post
    I looked over the files you attached, and the only immediately apparent errors were in the includes/classes/order.php around line 950-ish in the email section. I'll attach the file with the corrections.

    Also it appears you have not yet edited the files in the email directory- if ya don't do that the info will never make it onto the actual emails generated to the customer.
    I think there is something else wrong with the script. I tried to install a fresh version on zencart and it never did pull the values all the way through to the confirmation page.

  3. #73
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by velvetangels View Post
    I think there is something else wrong with the script. I tried to install a fresh version on zencart and it never did pull the values all the way through to the confirmation page.
    I will look into this right away.

  4. #74
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Velvetangels,

    You are right. I made changes from version 1 to version 2 (which is where i believe this happened) on a clean 138 install and somewhere in bringing the files to the community i botched something. It's quite frustrating because i have a working version of the calendar mod on a server and i've been trying to figure out what happened. I even have some awesome file compare tools that outline line by line changes to help and i'm still stumped.

    Gotta head to bed but i'll work on this more tomorrow. I need to sleep on it.

    Have you been working with a 138, or 138a version of ZC?

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

    Default Re: Order Delivery Date Support Thread

    I FOUND IT!!!! I shut down my computer, and sat for a second (after all these hours of hunting for it)...had an epiphany... and turned it back on and found it in a second. Study the two blocks of code, and you'll figure it out. It was tpl_checkout_shipping_defualt.php that was causing the problem.

    Delivery Date version 2:
    PHP Code:
    <!-- Bof Ship Date -->
    <fieldset class="shipping" id="order_delivery_date">
    <legend><?php echo TABLE_HEADING_DELIVERY_DATE?></legend>

    <label for="date">Date</label>
    <input class="calendar" readonly="readonly" id="date" name="date" type="text">
    </fieldset>
    <!-- Eof Ship Date -->
    And what it SHOULD be:
    PHP Code:
    <!-- Bof Order Delivery Date -->
    <fieldset class="shipping" id="order_delivery_date">
    <legend><?php echo TABLE_HEADING_DELIVERY_DATE?></legend>

    <label for="order_delivery_date">Date:</label>
    <input readonly="readonly" id="date" name="order_delivery_date" type="text">
    </fieldset>
    <!-- Eof Order Delivery Date -->
    how stupid.

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

    Default Re: Order Delivery Date Support Thread

    Thank you! Version 2.2 works beautifully! The date came over perfectly.

    Thank you so much for this mod. It's what I've been looking for over the course of several months. It's perfect for a flower shop website.

  7. #77
    Join Date
    Jun 2008
    Posts
    54
    Plugin Contributions
    2

    Default Re: Order Delivery Date Support Thread

    How do I change the style of the calendar to the alternate styling (dashboard) as seen here: http://electricprism.com/aeron/calendar/#download.

    I tried to insert the classes: ['dashboard'] but that caused no graphics... So i need different graphics? Where do I get them?

  8. #78
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by dimmyr View Post
    How do I change the style of the calendar to the alternate styling (dashboard) as seen here: http://electricprism.com/aeron/calendar/#download.

    I tried to insert the classes: ['dashboard'] but that caused no graphics... So i need different graphics? Where do I get them?
    When making the first version of the popup calendar there was seemingly nowhere to go to get the background(s) for the calendar, so they are directly from the example page.

    Check out the attached zip file.
    Attached Files Attached Files

  9. #79
    Join Date
    Jun 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Hi,

    Thanks for this great contribution, much respect!

    Is there some way of making certain dates in the future "unavailble"?

    Would there be a way of doing this through the admin panel?

    (apologies if this has already been discussed, I couldnt find it if it has!)

    Thanks for replies in advance

  10. #80
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by deoxiribo View Post
    Thank you! Version 2.2 works beautifully! The date came over perfectly.

    Thank you so much for this mod. It's what I've been looking for over the course of several months. It's perfect for a flower shop website.
    Where can I find version 2.2? I've looked through the files in the thread and the download section. Am I just missing it along the way?

    thank you,

    betty

 

 
Page 8 of 55 FirstFirst ... 67891018 ... 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