Order Delivery Date
This contribution adds an nice fade-in popup calendar during checkout to select the date which they would like their order to be delivered. This is very helpful for stores with perishable items, such as food or flowers. The requested delivery date will then appear on: * Confirm Order Page * Email sent to customer when order is processed * In the Admin: Edit Order, Invoice, Packing Slip * When you update the status of an order it will include the delivery date on the email generated to the customer (if you select to notify customer) * On the main orders page in the Admin, there is a new table field that shows the requested delivery date This contribution is based off of the "ship date and cancel date" contribution, and i would like to make sure credit goes to everyone that has worked on this before myself. There were a number of issues with the code in that contribution and they are aiming to make more of a "PO" contribution. I simply needed a solid delivery date feature for one of my stores, so i am putting the code up for everyone else to benefit. Support Thread: http://www.zen-cart.com/forum/showthread.php?t=92762 |
Zen Cart® Versions | v1.5.8 |
Original Author | mrmeech |
Last Updated by | royaldave - 11 Mar 2024 |
Downloads | 7,142 |
Version History
Order Delivery Date - Version: 2.7 | |||||||||||||
- this version made to work with 1.5.8. - works with one page checkout 2.4.6. |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.6.1 | |||||||||||||
(v2.6.1) as identified by a few people, the new checkout plugin that offers a single page check (One Page Checkout) was found not to be compatible with this plugin. This version incorporates use of notifiers in that software and the way it has reworked core Zen Cart operation to maintain operation. Also more work has been done to move operations further away from the core code and to make use of common characteristics in the Zen Cart software. - Modified the template files to expand the ability to offer modified content. - Modified usage of global variables to reference $GLOBALS[''] instead of using the global construct. - Updated the jscript_a-mootools.js file to version 1.2.5. |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.5.2 | |||||||||||||
What changed v2.5.2: - Removed modifications from core files and used the notifier/observer system instead for ZC 1.5.5. Specifically the autoloader system. - Replaced the mootools javascript with software that works with ZC 1.5.5. - Removed changes from template files that did not get incorporated into ZC 1.5.5. - Added text to identify that the delivery date is optional/required. |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.5.1 | |||||||||||||
This version corrected the zip file errors of version 2.5. No code changes made. - Updated the fileset to merge/include ZC 1.5.5 both the classic template and responsive. - Added to repopulate the order delivery date field with the value entered previously (as in navigating back from the checkout_confirmation page) - Removed the Read-only attribute for the date entry field (commented out but still present) to support when/if javascript is disabled. Be sure to notify your customer(s) about the date format that is needed if you keep the field updateable.) |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.4 | |||||||||||||
Order delivery date can now be required or not depending on a minimum values entry. Mootools js has been replaced with a version that works with IE9. All versions updated. Please run the sql script order_delivery_date_2_4 if you are updating from an older version. |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.3.2 | |||||||||||||
Updated files to 1.5.1 | |||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.3.1 | |||||||||||||
Fixed bug in shipping template for 1.3.9. | |||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.3 | |||||||||||||
Updates for 1.3.9, plus 1.3.8 fixes. Both versions are in the zip; use the correct version for your cart. | |||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.2 | |||||||||||||
-The update from 5/27/2008 to fix the button completely broke another part of the form. -Only Changed File Is: includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2.1 | |||||||||||||
Fixed an issue with the calendar button displaying twice on Checkout Shipping page (tpl_product_shipping_default.php) | |||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 2 | |||||||||||||
This contribution adds an nice fade-in popup calendar during checkout to select the date which they would like their order to be delivered. This is very helpful for stores with perishable items, such as food or flowers. The requested delivery date will then appear on: * Confirm Order Page * Email sent to customer when order is processed * In the Admin: Edit Order, Invoice, Packing Slip * When you update the status of an order it will include the delivery date on the email generated to the customer (if you select to notify customer) * On the main orders page in the Admin, there is a new table field that shows the requested delivery date This contribution is based off of the "ship date and cancel date" contribution, and i would like to make sure credit goes to everyone that has worked on this before myself. There were a number of issues with the code in that contribution and they are aiming to make more of a "PO" contribution. I simply needed a solid delivery date feature for one of my stores, so i am putting the code up for everyone else to benefit. Support Thread: http://www.zen-cart.com/forum/showthread.php?t=92762 Screenshot: http://www.zen-cart.com/forum/attachment.php?attachmentid=3936&d=1210920332 |
|||||||||||||
|
|||||||||||||
Order Delivery Date - Version: 1.0 | |||||||||||||
This contribution will add a field during checkout where a customer can select the date which they would like a product to be delivered. The requested delivery date will then appear on: * Confirm Order Page * Email sent to customer when order is processed * In the Admin: Edit Order, Invoice, Packing Slip * When you update the status of an order it will include the delivery date on the email generated to the customer (if you select to notify customer) * On the main orders page in the Admin, there is a new table field that shows the requested delivery date This is very helpful for stores with perishable items, such as food or flowers. This contribution is based off of the "ship date and cancel date" contribution, and i would like to make sure credit goes to everyone that has worked on this before myself (I did my best to notate this in the files). There were a number of issues with the code in that contribution and they are aiming to make more of a "PO" contribution. I simply needed a solid delivery date feature for one of my stores, so i am putting the code up for everyone else to benefit. Support Thread: http://www.zen-cart.com/forum/showthread.php?t=92762 |
|||||||||||||
|
|||||||||||||