Zen Cart Logo
Forums / Managing Customers and Orders / Order Delivery Date Support Thread

Order Delivery Date Support Thread

Views: 162,568

Results 181 to 200 of 544
30 Mar 2009, 8:32 PM
#181
prosam avatar

prosam

Zen Follower

Join Date:
Jun 2004
Posts:
118
Plugin Contributions:
0

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.

30 Mar 2009, 8:42 PM
#182
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

prosam:

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?

prosam:

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.

30 Mar 2009, 8:51 PM
#183
prosam avatar

prosam

Zen Follower

Join Date:
Jun 2004
Posts:
118
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

duffy:

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:blink:. 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?

30 Mar 2009, 8:58 PM
#184
prosam avatar

prosam

Zen Follower

Join Date:
Jun 2004
Posts:
118
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

mrmeech:

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. :)

6 May 2009, 9:28 AM
#185
kyli51 avatar

kyli51

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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 https://www.wittygift.com

6 May 2009, 1:43 PM
#186
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

kyli51:

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:

<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
<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.
22 May 2009, 8:55 AM
#187
kyli51 avatar

kyli51

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

great it works ... thanks a lot

1 Jun 2009, 5:35 AM
#188
kyli51 avatar

kyli51

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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

1 Jun 2009, 12:32 PM
#189
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

kyli51:

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.

2 Jun 2009, 4:07 AM
#190
kyli51 avatar

kyli51

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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 ? :-)

2 Jun 2009, 10:34 AM
#191
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

kyli51:

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

Start with everything on the public facing side (ie: anything NOT in the admin folder structure). If your calendar is now showing up and appears to be functioning OK in the browser on the checkout page, then take a close look at the class files to make sure no modifications were missed. As you are combining mods this is likely the case.

22 Jun 2009, 9:20 AM
#192
joudesign avatar

joudesign

New Zenner

Join Date:
Jan 2009
Posts:
48
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hello

Thank you very much for this great mode

I need though the fix of not choosing a date, any hlp on that?

Is there a way to set the next day date as default ?

22 Jun 2009, 12:30 PM
#193
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

joudesign:

I need though the fix of not choosing a date, any hlp on that?

Is there a way to set the next day date as default ?

Instructions for (AND where you make code changes for) altering blocked dates are in:

Includes/modules/pages/checkout_shipping/jscript_calendar_head.php

22 Jun 2009, 6:22 PM
#194
joudesign avatar

joudesign

New Zenner

Join Date:
Jan 2009
Posts:
48
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Thanks for the quick reply mrmeech

What I meant is setting the current date as default in case the client does not chose a date...

I have a 2nd question plz

I had the first version of the module (without the time option)

it was working pretty fine

Now when I added the last version (with the time option) I noticed that during the checkout..in step 2 (paiement information, I lose order information (products ordered, total and so on)

I am sure I did a mistake somewhere but I dont know where

Could you give me any guidance plz

Thanks in advance

22 Jun 2009, 6:28 PM
#195
mrmeech avatar

mrmeech

Zen Follower

Join Date:
Nov 2006
Location:
New York City
Posts:
248
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

joudesign:

...What I meant is setting the current date as default in case the client does not chose a date...

I have another unreleased version that i've had 95% ready to go but have been having a hell of a time figuring out an email bug that happened along the way somewhere. That new, unreleased version with the email bug does have a fix for when people do not select a date and displays as "No Date Selected."

joudesign:

I have a 2nd question plz

I had the first version of the module (without the time option)

it was working pretty fine

Now when I added the last version (with the time option) I noticed that during the checkout..in step 2 (paiement information, I lose order information (products ordered, total and so on)

There is likely to be something messed up either with your includes/order.php file or something on your template pages during checkout... sounds like information is simply not getting the POST to the server and my guess is it is in one of those two spots - or both.

23 Jun 2009, 8:24 AM
#196
joudesign avatar

joudesign

New Zenner

Join Date:
Jan 2009
Posts:
48
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Thanks a million

I re uploaded the orders file and it WORKS!


I wish you very good luck in fixing the email problem, this module is really great

re thanks

6 Aug 2009, 6:12 AM
#197
blightster avatar

blightster

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hi,

MrMeech a truly fantastic contribution! a lifesaver!

I am however having the issues i that have been raised before but i couldn't find an answer to

  1. I am using Paypal standard checkout and the delivery address comes across fine but in the email to both me and the customer the field is displayed as EMAIL_TEXT_DELIVERY_DATE

2, i am trying to find a way of using the DD/MM/YYYY format as currently its reversed. No big issue as it works but just a little niggle!

Any help would be gratefully received!

Good Work!

Darren

9 Aug 2009, 9:25 PM
#198
ommannette avatar

ommannette

New Zenner

Join Date:
Apr 2009
Posts:
9
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

HI,
I have installed your Order Delivery Date Mod.., which worked fine until I then installed the side by side login Mod (Author: Eric Leuenberger - zencart optimization)..,

Now the delivery date calendar won't work....,in fact I can't checkout at all without this:
[1054 Unknown column 'order_delivery_date' in 'field list']
coming up with a lot of other "sql type"jargon..

How can I uninstall the delivery date Mod or (preferably) get them to work together?

(You can see this at http:https://www.itssouptoyou.com but you will have to go all the way through the process to see the issue to which I am referring.)
Thanks

19 Aug 2009, 11:45 AM
#199
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Just wondering if there was any kind of fix for the date showing in the admin order area as November 30, 1999 when no delivery date was chosen....not a major issue, but my client would love if that could be blank if no date was specified...

And THANK YOU for a great mod!!!

4 Sep 2009, 12:13 PM
#200
joudesign avatar

joudesign

New Zenner

Join Date:
Jan 2009
Posts:
48
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

ommannette

you need to add the field: order_delivery_date

to : orders tables I guess

can you copy the rest of the warning?