My current site has a function where customers can choose which date to ship their order. We ship baked goods, so this is a dealbreaker for us and we need this functionality.
Currently the site uses jquery datepicker -- but we only ship Mon-Weds.
I need to be able to do the following:
a) let customers choose their ship date
b) let them choose different ship dates for different addresses (multi-address shipping)
c) have access to a report for which products (and at what quantities) are due for a specified date range
Can anyone tell me if this is possible and/or how to go about doing it? I'm not a coder, so this is a huge challenge...
Currently the site uses jquery datepicker -- but we only ship Mon-Weds.
I need to be able to do the following:
a) let customers choose their ship date
b) let them choose different ship dates for different addresses (multi-address shipping)
c) have access to a report for which products (and at what quantities) are due for a specified date range
Can anyone tell me if this is possible and/or how to go about doing it? I'm not a coder, so this is a huge challenge...