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

Order Delivery Date Support Thread

Views: 162,562

Results 321 to 340 of 544
24 Jan 2013, 19:50
#321
duffy avatar

duffy

New Zenner

Join Date:
Aug 2005
Location:
Johnstown, PA, USA
Posts:
45
Plugin Contributions:
0

Order Delivery Date Support Thread

Let me apologize if this was covered in this thread but I simply can't find it after looking for "days." I installed this in v1.5.1 and it is working flawlessly with one minor exception: The delivery date does not show up in ship confirmation email. It does show everywhere else it is supposed to but in the ship confirmation email it shows as $EMAIL_TEXT_DELIVERY_DATE. This happens on all order_status emails. Any thoughts?

07 Feb 2013, 01:26
#322
getyler2 avatar

getyler2

New Zenner

Join Date:
Jul 2011
Posts:
44
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

getyler2:

Actually that 404 turns out to be another issue. Got that one covered. But now after installing 2.4, the title and text field show up fine but the icon and calendar does not. And the text field won't let me enter any text. Any suggestions? I can see the code inserted in the checking shipping file...

<script type="text/javascript" src="includes/modules/pages/checkout_shipping/jscript_a-mootools.js"></script> <script type="text/javascript" src="includes/modules/pages/checkout_shipping/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>

Site - http://texastamale.com/storefront/

I've worked on this for weeks with no luck, and it's crucial I get this working again for my client. Works in 1.3.8, does not work in 1.5.1. Please help! Thanks!

07 Feb 2013, 01:36
#323
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

Duffy no one else has reported this and that part has not been touched in a while. Think you might be missing something in the install.

Getyler2 you have jquery installed on the home page with that slider. Mootools and jquery do not work together. There is a way to fix your problem if that homepage slider is the only thing using the jquery- move the jquery to includes/modules/pages/index. Then the jquery will only be included on the home page. There are some ifs in that though. May not work on your cart; may turn off other jquery features.

This is an old mod and if I were doing it today, I would use jquery and not mootools and probably avoid these problems. But I didn't write it in the first place.

07 Feb 2013, 02:39
#324
getyler2 avatar

getyler2

New Zenner

Join Date:
Jul 2011
Posts:
44
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Dude!!! You so ROCK! That works like a charm. Thank you so very much. I am literally dancing right now. Pretty sure jquery's only used on the home page but will test out the rest of the cart. Cheers my friend!

03 Mar 2013, 07:57
#325
colossos avatar

colossos

New Zenner

Join Date:
Jan 2013
Location:
Germany-Berlin
Posts:
1
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hi from Germany,

i translated the order delivery date module for the german zencart 1.5. . But now i have a problem. I think here are many Zenners who wants to use a timeslot and the exact time for the delivery.

Is it possible to update the order delivery module to date and time ? Javascript from mootols ist not my ... (I have no idea)

Is there a chance to create a admin module to control the aviable timeslots? (2 slots per hour / 3 days a week)

Thank you and best regards from Germany

COLOSSOS

25 Mar 2013, 23:26
#326
testsat avatar

testsat

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hi,

This is a great delivery date picker. It works great. There is only one problem. I am using a template named "Abbington_Mega" from Picaflor_Azul. This template has a great looking slider on index page. There seems to be a conflict with Jscript. There are two files located in \includes\templates\abbington_mega\jscript\ folder. They are "css_browser_selector.js" and "jscript_jquery.min.php" As soon as I rename these files, slider stops working and Delivery Date picker starts working. If I do not rename these files, the slider works, but Date picker stops working and stops showing the calendar. Any Idea how I can fix this issue?

26 Mar 2013, 16:48
#327
weif avatar

weif

New Zenner

Join Date:
Mar 2010
Location:
Butte, MT
Posts:
83
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

testsat:

There seems to be a conflict with Jscript. There are two files located in \includes\templates\abbington_mega\jscript\ folder. They are "css_browser_selector.js" and "jscript_jquery.min.php"

If the slideshow is only on the home page, have you looked into adjusting the header file as appropriate in your template to only include those javascript libraries on the home page? That should eliminate the problem (and probably should have been done by the template designer - in my nsho).

22 Apr 2013, 06:20
#328
kharmachanic avatar

kharmachanic

New Zenner

Join Date:
Jul 2012
Posts:
11
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

I will be using this for a service that will be delivering goods to rental properties and would like to use it for the renter to specify their arrival date and time with their order (which will be used to schedule the delivery) can a time option be added to it?

thanks

23 Apr 2013, 19:16
#329
duffy avatar

duffy

New Zenner

Join Date:
Aug 2005
Location:
Johnstown, PA, USA
Posts:
45
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Wondering if anyone has been able to integrate this mod with Fast and Easy Checkout?

28 Jun 2013, 16:15
#330
botyflorist avatar

botyflorist

New Zenner

Join Date:
Feb 2010
Posts:
2
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

I'm wondering if your delivery date program uses a drop down calendar where customer has to select date? Or, can they simply type in a delivery date?. I'm asking this because we currently have a delivery date function on our website, but it requires the customer to use a drop down calendar to select the date. The problem we've had is that if our customer doesn't have to correct Adobe Flash program, or whatever, they can't see the calender icon for the drop down and the program does not allow them to simply type the desired delivery date in. I would appreciate any info you can give me on this.. or if there is anybody who knows of a program I might get, I would greatly appreciate it.. I can be contacted directly at [email protected] Thanks again!

28 Jun 2013, 16:27
#331
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

It does a drop down calendar - done with some javascript. Old javascript that seems to mostly work with browsers so less dependent on what a person has installed in their browser. Better than flash for sure. Best? Not really. Possible future plans to change this out to jquery which is more likely to work cross-browser and where these functions are going to instead of just javascript.

25 Jul 2013, 22:22
#332
thomaswhiteeagle avatar

thomaswhiteeagle

New Zenner

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

Re: Order Delivery Date Support Thread

How do I uninstall this module?

26 Jul 2013, 12:32
#333
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

As you would any mod. Remove extra files - in this case I believe the only extra files are the javascript files in includes/modules/pages/checkout_shipping. Then replace all the other files with the originals - or with your last merged files. If you have not had any experience installing or uninstalling mods, then this may be very difficult to do. You have to very careful and precise because one mistake can screw up your cart!

29 Jul 2013, 20:34
#334
thomaswhiteeagle avatar

thomaswhiteeagle

New Zenner

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

Re: Order Delivery Date Support Thread

delia:

As you would any mod. Remove extra files - in this case I believe the only extra files are the javascript files in includes/modules/pages/checkout_shipping. Then replace all the other files with the originals - or with your last merged files. If you have not had any experience installing or uninstalling mods, then this may be very difficult to do. You have to very careful and precise because one mistake can screw up your cart!

yeah, is what I was afraid of since there are quite a few files to replace. Was hoping there would be an easy way to remove it without going to that extreme.

31 Jul 2013, 22:57
#335
orochi_kyo avatar

orochi_kyo

New Zenner

Join Date:
Nov 2011
Posts:
15
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hi there. I have used this plugin for a year and its awesome, thanks for you efforts. Just one question, is there a way to set orders by delivery date in orders page in the backend of zencart??

01 Aug 2013, 12:51
#336
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

Well, nice idea but there is no native sorting on the orders total in Zen Cart. I would think it wouldn't be difficult to put that in by just copying the way it's done in the customers list. I'm not volunteering to do it for free though - most free mods I work on or create are paid for by someone initially and I donate that to the community.

01 Aug 2013, 20:36
#337
orochi_kyo avatar

orochi_kyo

New Zenner

Join Date:
Nov 2011
Posts:
15
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

delia:

Well, nice idea but there is no native sorting on the orders total in Zen Cart. I would think it wouldn't be difficult to put that in by just copying the way it's done in the customers list. I'm not volunteering to do it for free though - most free mods I work on or create are paid for by someone initially and I donate that to the community. Umm... And how much would it cost. Im pretty interest, a customer of mine sells cakes, and he wants to receive all orders through the zencart, but the baker must know the delivery date of the orders to know what to bake first.Thanks for answering.

01 Aug 2013, 22:39
#338
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

I appreciate the interest and understand the question...maybe it will get added to the mod.

15 Aug 2013, 18:04
#339
ibuttons avatar

ibuttons

New Zenner

Join Date:
Nov 2008
Posts:
51
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Help! We can't enter a Order Delivery Date on Step 1 of 3 during Checkout. When we go through the checkout process, the "Desired Delivery Date is Required!" and the "Date:" with text field are visible. However, we are unable to insert any thing (numbers or letters) into the data field and there is no calender to select a date from.

We installed this add on (source code and MySQL database changes) and we have not made any local modifications whatsoever. We have triple checked that all the files were installed correctly. We can set the new field (Require Order Delivery Date?) in Config > Minimum Values.

Has anyone else had this issue or know how to fix it?

We are currently using Zen Cart 1.5.1., PHP Version: 5.2.17, Database: MySQL 5.0.96, and are hosted by GoDaddy. We recently installed Order Delivery Date_2_4 and are having problems. We have checked on both Firefox 16.0.2 and Chrome 28.0.1500.95 and have the same problem in both.

Our site is: testdeliverydate.giveonlythebest.com

Any suggestions/solutions would be GREATLY appreciated!

Thanks

15 Aug 2013, 18:40
#340
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Order Delivery Date Support Thread

Sandra, have you gone back through to make sure that you uploaded all files one by one and do you have any other additional javascript or jQuery installed (could be for a slideshow or other things). Those are the 2 usual reasons why it may not be working.