Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
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.
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 ?
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
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
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
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
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."
Quote:
Originally Posted by
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.
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
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
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: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
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!!!
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?