No mater what the user selects on checkout, on the order review page after checkout "Delivery timeslot: is always displayed as "No delivery date specified".
And when checking the order through the admin order page the Delivery timeslot always displays "31st Dec 1969" as the date.
I've checked Drupal date api, timezones, server date.
I'm lost for where to look next.
Thanks for your help
| Comment | File | Size | Author |
|---|---|---|---|
| incorrect-date.png | 11.76 KB | teck | |
| No-timeslot.png | 6.4 KB | teck |
Comments
Comment #1
teck commentedComment #2
wetchina commentedhi!
we had the same problem: drupal didnt pass timeslot value to the form.
We figured out what it was: delivery table has to be BELOW shipping rate calculation form. :)
try it
Comment #3
vallab444 commentedI don't use shipping quotes. But, I tried juggling the timeslot section. no change. no delivery date is saved.
Comment #4
vallab444 commenteduninstall Delivery timeslots module completely and use this instead:
http://drupal.org/project/uc_deliveryslot_postcode
nice module.