Version 2.5.1 submitted which should be a functional zip file this time around.
Version 2.5.1 submitted which should be a functional zip file this time around.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Version 2.5.1 is available from the downloads section here.
Summary of changes:
- 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.)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hello anyone :-)
Before I download this mod, can anyone tell me if the timeslot selector has been added to this delivery date mod? My searching through the thread has been inconclusive, though many people have brought such request up over the years. For home delivery I require a mod that allows customers to select the date as well as a 1 hour time slot for such date. Design75 has been working on one early this year, but I am not sure if the project has been abandoned, as I have been getting "dead air" on the progress for about a couple of months, and I really need to have this functionality on my start-up site.
Much appreciated. :-)
This mod as recently updated still only has a date identifier associated with it. No time has been directly incorporated think I remember seeing some options that could be set to support time, but please don't quote me on that. My goal at the time of update was simply to maintain operability in more recent versions of ZC.
I would recommend though that you download the software and on your development site (duplicate of your current site) take a look at what it can do and maybe see if it is possible to incorporate a time field.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thank you very much.
I am using 1.5.5 and 2.5.1.
If you set the direction to 5 and you want to allow Saturdays and Sundays for breaks to be blocked, I would like to be able to select days after Saturday and Sunday, is it possible to deal with it?
Example: today is 2017/8/10
Direction: 5
Blocked: '0 * * 0, 6'
Delivery possible date is 8/17.
It is possible to prevent delivery selection of saturday and sunday by the above blocked statement; however, Direction is a number representing how many calendar days forward of today to allow the next delivery. Basically in your case, if today is Saturday, Sunday, early Monday or late Friday then the direction is 5, otherwise 7.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
2.51/1.55 - The delivery date is showing up everywhere except on the admin confirmation email. Can you tell me which file generates this information so I can update it?
You say the admin confirmation email doesn't have it, so does that mean the customer's version does?
The contents of the email are generated in includes/classes/orders.php in the function send_order_email.
If you are sending html style messages then the applicable /email/ template needs to be updated to present/send the added information. I'm sure there's a FAQ about it, though it's not too complicated if you look at one of the files and compare it's contents with the contents of the above function. Sugest looking at email_template_checkout.html for the order confirmation content.
The admin email generally should look just like the customer's email but have some additional information related to the customer's visit.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I've upgraded from 155d to 155e, have 2.51 installed. Now, the calendar doesn't show up, we have the input box. I've verified all files are in the right place... a couple of times. Database is up-to-date. Image files are in place. Any ideas?