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

Order Delivery Date Support Thread

Views: 162,562

Results 261 to 280 of 544
18 Oct 2011, 23:55
#261
mark3738 avatar

mark3738

New Zenner

Join Date:
Aug 2005
Posts:
11
Plugin Contributions:
0

Order Delivery Date Support Thread

This module had been working successfully for me up until this week when it has now stopped being available for the current day and next 3 days. I have it set to only block Sundays, Xmas Day, Boxing Day and New Years Eve as shown here { blocked: ['25-26,31 12 *', '0 * * 0'], direction: 3, draggable: false } but for some reason all of this week is blocked. Several clients are trying to order flowers for same day delivery but can't. I thought it may relate to a Labour Weekend holiday, but do not have it set for this.

I have attached a photo of my problem - blue dates are active and red unavailable and as you can see the 19th, 20th and 21st are all unavailable to select. Currently it is the 19th in my local New Zealand time.

I would appreciate any help as to where to look for problems.

21 Oct 2011, 21:07
#262
vintagenyc avatar

vintagenyc

New Zenner

Join Date:
Aug 2010
Posts:
10
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

I have not implemented as yet, but I have a bakery so this is exactly what the doctor ordered. The question I have is how does this work in conjunction with the shipping selections. If a customer selects a certain date how will the shipping be calculated? Weight + Dimensions of Box + (Normaly 2 day or Next Day). How would this now work?

I have some products that require overnight and some that can tolerate two days in transist? Any suggestions?

28 Oct 2011, 16:29
#263
ooba_scott avatar

ooba_scott

Zen Follower

Join Date:
Jul 2009
Posts:
218
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

I was having the same issue as other people with regards to the order date picker not working in IE9 ......

The fix that was issues a few posts back, by changing some bits in the mootools file ...... this is fine and fixes it for IE9, but it will then make it not work in Firefox, and it will not work correctly in Chrome (it will move you onto the next page if you click the calendar icon!)

The way we have got around it, is to force IE9 to behave like IE8 .....

To do this you need to add the following code into your html_header.php file (includes/templates/your_template/common/html_header.php)

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >

This needs to to be the first tag within the <head> tag ....... even before the <title> tag!

This will then make IE9 behave like IE8 and your calendar should then work as it used to!

:) hope this is of help to someone!

29 Oct 2011, 03:23
#264
mahesh007 avatar

mahesh007

New Zenner

Join Date:
Aug 2011
Posts:
2
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Date picker, nor working for IE,,

07 Nov 2011, 07:53
#265
barbs666 avatar

barbs666

New Zenner

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

Re: Order Delivery Date Support Thread

Any chance someone could comment on this working with 1.3.9h?
I am using "pure green free" template, so is there any quirks with using this mod in this template?

I need the Date AND Time version of this.

08 Nov 2011, 18:40
#266
vintagenyc avatar

vintagenyc

New Zenner

Join Date:
Aug 2010
Posts:
10
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Current version v1.3.9e

Can you advise if this module is compatablie with v1.3.9e

Zen Cart™ Version: v1.3.9
Version: 2.3.1
Last Updated: Jul 04 2011
Author: That Software Guy

05 Jan 2012, 17:52
#267
bindaaz avatar

bindaaz

New Zenner

Join Date:
Mar 2008
Posts:
14
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

I got this mode working in version 1.5.0. I also applied the fix suggested by "Ooba_Scott". So not this seems to be working in all browsers now. Let me know if someone need the files.

03 Feb 2012, 08:11
#268
nicksab avatar

nicksab

Totally Zenned

Join Date:
Apr 2011
Posts:
592
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

bindaaz:

I got this mode working in version 1.5.0. I also applied the fix suggested by "Ooba_Scott". So not this seems to be working in all browsers now. Let me know if someone need the files.

it stopped working since i upgraded to 1.5. I ony have a blank rectangle.
http://www.royal-fleur.com

How did you got it to work on 1.5?

And yes i would need these files because i need to have this fixed.

Could you please help me?

03 Feb 2012, 17:22
#269
jagall avatar

jagall

Zen Follower

Join Date:
Mar 2011
Location:
Ireland
Posts:
286
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

bindaaz:

I got this mode working in version 1.5.0. I also applied the fix suggested by "Ooba_Scott". So not this seems to be working in all browsers now. Let me know if someone need the files.

I notice that this mod has not been confirmed as compatible with 1.5 either in the thread here or on the developer's Addons and Contributed Mods:unsure:

11 Feb 2012, 21:20
#270
digitalshadow avatar

digitalshadow

Totally Zenned

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

Re: Order Delivery Date Support Thread

Tried, but couldn't get it to work,

got this error

Uncaught TypeError: Object [object DOMWindow] has no method 'addEvent'

17 Feb 2012, 00:33
#271
ewildflowers01 avatar

ewildflowers01

New Zenner

Join Date:
Dec 2009
Posts:
1
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

bindaaz:

I got this mode working in version 1.5.0. I also applied the fix suggested by "Ooba_Scott". So not this seems to be working in all browsers now. Let me know if someone need the files.
Just installed 1.5. Could you send me the files?

21 Apr 2012, 23:32
#272
weif avatar

weif

New Zenner

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

Re: Order Delivery Date Support Thread

Is there work being done on updating this plugin to support ZC 1.5? Looking to upgrade a site that depends on the ability for customers to request a delivery date.

23 Apr 2012, 11:45
#273
beatzangel avatar

beatzangel

New Zenner

Join Date:
Apr 2012
Posts:
1
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Ooba_Scott:

I was having the same issue as other people with regards to the order date picker not working in IE9 ......

The fix that was issues a few posts back, by changing some bits in the mootools file ...... this is fine and fixes it for IE9, but it will then make it not work in Firefox, and it will not work correctly in Chrome (it will move you onto the next page if you click the calendar icon!)

The way we have got around it, is to force IE9 to behave like IE8 .....

To do this you need to add the following code into your html_header.php file (includes/templates/your_template/common/html_header.php)

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >

This needs to to be the first tag within the <head> tag ....... even before the <title> tag!

This will then make IE9 behave like IE8 and your calendar should then work as it used to!

:) hope this is of help to someone!

thank you sooo much! you're a genius... totally fixed my problem! hopefully anyone else who has issues with the calendar working in IE9 sees your solution. thanks again!

26 Apr 2012, 00:19
#274
hockey2112 avatar

hockey2112

Zen Follower

Join Date:
Jun 2010
Posts:
204
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Is it possible to show the calendar directly on the cart page, instead of having it function as a pop-up? I would prefer for it to be on the page itself so that there is no confusion on the part of the shoppers, and also for aesthetic reasons.

Also, would it be possible to do one of the following?

  1. Show two calendars on the cart page, and designate one for "local" delivery and the other for "national" delivery?

or...

  1. Dynamically display the "local" calendar when the store's state is selected as the delivery state (New York) and show the "national" calendar when any other state is selected? (Ideally, this would be based on zip code geolocation, but I'd imagine that would be waaaaaay too much to ask... but feel free to let me know if I am wrong ;) ).

Thanks!

18 Jun 2012, 17:56
#275
abcisme avatar

abcisme

Zen Follower

Join Date:
Jun 2006
Posts:
298
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

mrmeech:

Hey Steve,

I have been aware of this issue where when no date is selected, it reflects as being entered from 1999 or something weird, but i have been lax on updating this, and i apologize.

With regard to your changes listed above, you have edited core functions that zen cart also uses in other various places. So, while you may have fixed the display with order delivery date, you may have broken another part of the application.

In my last response from a few minutes ago regarding your first issue listed, i said that i would test the session fix within the next day or so. I will also try to write a new function JUST for order delivery date to address this issue. :smile:

I'm still having this Tuesday 30 November, 1999 issue... Can't seem to find a fix anywhere. Was it ever posted?

Thanks!

09 Jul 2012, 14:30
#276
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Hi, I hope you can help me. I have created a site for a customer, https://www.theflowershoppe.co.uk, version 1.3.9 h. All worked fine until we added the required Cookie Control (got it on this site: http://civicuk.com/cookie-law/updates/Joomla). The calendar will no longer show up during checkout. When I remove the cookie control, the calendar works. Do you possibly have any suggestions on how can I have both working?

14 Aug 2012, 22:16
#277
cjmarley avatar

cjmarley

Zen Follower

Join Date:
May 2004
Posts:
96
Plugin Contributions:
2

Re: Order Delivery Date Support Thread

Is there a time included version? I'm setting it up to be used as a store pickup date/time.

16 Aug 2012, 20:03
#278
cjmarley avatar

cjmarley

Zen Follower

Join Date:
May 2004
Posts:
96
Plugin Contributions:
2

Re: Order Delivery Date Support Thread

I have used this module for a pick-up date and time.

I've managed to get a time field and it does work...except I'm having an issue with the display of the time on the checkout confirmation page. it's showing up as this:
Desired Pick-up Date
Thursday 16 August, 20121345146906

I created a function for the time as such:

function zen_time($raw_time) {
if ( ($raw_time == '00:00:00') || ($raw_time == '') ) return false;

$hour = substr($raw_time, 11, 2);
$minute = (int)substr($raw_time, 14, 2);
$second = (int)substr($raw_time, 17, 2);
  return time(TIME, mktime($hour, $minute, $second));

}

Then in the tpl_checkout_confirmation_default.php file I put

<?php echo zen_time($order->info['order_delivery_time']); ?></h4><br />

Now it IS working great for putting the time into the db. That page is the only place it shows up funky.
I know someone out there can tell me what I'm doing wrong.

28 Aug 2012, 07:03
#279
aperfecthost avatar

aperfecthost

New Zenner

Join Date:
May 2005
Location:
Rockwood, Tennessee, United States
Posts:
97
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Does anyone know how to put this on the product_info page?

What about adding a time feature, like mentioned in the above reply?

07 Sep 2012, 18:59
#280
dre avatar

dre

New Zenner

Join Date:
Mar 2006
Location:
The Netherlands
Posts:
92
Plugin Contributions:
0

Re: Order Delivery Date Support Thread

Beatzangel:

thank you sooo much! you're a genius... totally fixed my problem! hopefully anyone else who has issues with the calendar working in IE9 sees your solution. thanks again!

This works also for me except if IE9 goes back to IE8 my template design is missing al the extra CSS design things compatible with IE9???

Hopefully someone has a real sollution to make it work in IE9

thanx

dre