Page 19 of 55 FirstFirst ... 9171819202129 ... LastLast
Results 181 to 190 of 543
  1. #181
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Well, I kind of found a work around. Not sure if it will help anyone but here is what I did.

    I loaded the jscript_calendar_head.php file right into the main jscript folder in my template folder. I know the code will show on every page and I doudbt this will be a problem so I see no harm. ALl I care is that I got it working in Firefox doing this.

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

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by prosam View Post
    Hey MrMeech,
    Did you ever figure out the issue with the calendar button not showing in Firefox?

    I'm running Firefox 3.0.7 and this is what I see on my screen:
    http://clip2net.com/clip/m7120/1238439245-clip-6kb.png

    In IE7 I see the button just fine:
    http://clip2net.com/clip/m7120/1238439309-clip-6kb.png

    You mentioned a bad tag, what do you mean by that?
    Quote Originally Posted by prosam View Post
    Well, I kind of found a work around. Not sure if it will help anyone but here is what I did.

    I loaded the jscript_calendar_head.php file right into the main jscript folder in my template folder. I know the code will show on every page and I doudbt this will be a problem so I see no harm. ALl I care is that I got it working in Firefox doing this.
    If it works when you move jscript_calendar_head.php to your template folder, then i'm wondering if you might have (or had?) a permissions issue on the normal folder somewhere, either on the folder itself or maybe the actual file?

    But i'm a little dumbfounded as to why it would work in IE but not FF if it was a file permissions issue... For sake of figuring this out, maybe you could try putting the file back to it's normal home and simply take a look at the source code in the browser to see that it shows up correctly in the head tag.

    Let me know if you'd like me to take a quick look at the site. Send me a private message with the site's URL if you're interested.

  3. #183
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: Could the date entry be made mandatory?

    Quote Originally Posted by duffy View Post
    Good day mrmeech. This is a great mod! I just updated to version 2 with the javascript calendar and noticed some strange behavior--from my customers, not the mod. They don't always enter a date. Consequently I get a date of Tuesday, November 30, 1999 by default.

    I was wondering if there was a way to make the date selection required?
    I also have this same issue. Some customers don't always need to specify a date so when left blank I get the same date in the back end. I guess I can disregard the date for now but is there anyway for it just stay blank or print the current date instead of a date in the past?

  4. #184
    Join Date
    Jun 2004
    Posts
    135
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mrmeech View Post
    If it works when you move jscript_calendar_head.php to your template folder, then i'm wondering if you might have (or had?) a permissions issue on the normal folder somewhere, either on the folder itself or maybe the actual file?

    But i'm a little dumbfounded as to why it would work in IE but not FF if it was a file permissions issue... For sake of figuring this out, maybe you could try putting the file back to it's normal home and simply take a look at the source code in the browser to see that it shows up correctly in the head tag.

    Let me know if you'd like me to take a quick look at the site. Send me a private message with the site's URL if you're interested.
    I did look at the code in both instances but by having the js call in the jscript folder it loads the call above another js function for a google analytics module I have installed.

    So I think the issue was that in FireFox mootools was not finding the definition after the analytics javascript. Not sure if that even makes sense. :)

  5. #185
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    hi all,

    guess i would need some help here..i installed the mod but i cannot select any date...mean i see the field but can't do anything with it..

    I have also the easy checkout mod and folloeed the instructions..

    thanks

    KyLi

    website is www.wittygift.com

  6. #186
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by kyli51 View Post
    hi all,

    guess i would need some help here..i installed the mod but i cannot select any date...mean i see the field but can't do anything with it..
    I have also the easy checkout mod and folloeed the instructions..
    thanks
    KyLi
    website is www.wittygift.com
    KyLi,

    You're loading Mootools twice -- the first time in the head tag that it loads is where it's supposed to be for the delivery date mod to function. This is all good:


    HTML Code:
    <script type="text/javascript" src="includes/modules/pages/checkout/jscript_a-mootools.js"></script>
    <script type="text/javascript" src="includes/modules/pages/checkout/jscript_b-calendar.js"></script>
    <script type="text/javascript">
    window.addEvent('domready', function() { myCal = new Calendar({ date: 'Y-m-d' }, { blocked: ['24-25,31 12 *', '0 * * 0'], direction: 3, draggable: false }); });
    </script>
    But further down in your head tag you also have this:
    HTML Code:
    <script type="text/javascript" src="js/mootools.js"></script>
    The reason that the order delivery date has "a" and "b" in those two JS files is because if mootools loads after calendar.js it will not work. I suspect that that might be the problem.

  7. #187
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    great it works ... thanks a lot

  8. #188
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    hi,
    thanks for the answer...now its almost working in fact..main issue is that the date do not appear on the mail... it's blank there is just delivery date :..... and on the order statu is november 1999 whatverver i put..

    any idea ?

    Kyli

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

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by kyli51 View Post
    hi,
    thanks for the answer...now its almost working in fact..main issue is that the date do not appear on the mail... it's blank there is just delivery date :..... and on the order statu is november 1999 whatverver i put..

    any idea ?

    Kyli
    Kyli,

    Well, first thing is to check that the date is actually making it into the delivery date table. I would suggest making an order with a delivery date, then looking in the database to make sure it got in there. It kind of sounds like it's not getting stored and the 1999 date is the php code not knowing what to do with the null value.

  10. #190
    Join Date
    Mar 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    hi,

    yes your right, no value at all in DB...now i have to figure out where did it bug...

    other help ? :-)

 

 
Page 19 of 55 FirstFirst ... 9171819202129 ... 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