Hi I am using this mod and it is working very nicely, thank you. However I was wondering if there is a way to make it so my customers are only able to select up to a week after today's date.
Thank you for any help.
Jordan
Hi I am using this mod and it is working very nicely, thank you. However I was wondering if there is a way to make it so my customers are only able to select up to a week after today's date.
Thank you for any help.
Jordan
The only change I've had to apply to this so far is to the admin pages (order.php/invoice.php/packingslip.php) to handle orders where the customer hasnt selected a delivery date.
Wherever the delivery date is displayed (e.g. echo zen_date_long($order->info['order_delivery_date']))
I've changed to:
if ($order->info['order_delivery_date']=='0000-00-00' || strlen($order->info['order_delivery_date'])==0) echo "Not Entered"; else echo zen_date_long($order->info['order_delivery_date']);
Is there any way to have the orders in the super orders admin sort by delivery date? Would love to be able to see the delivery dates instead of date ordered so that we can easily see when we need to ship something out without going into each order separately....Thanks!
Jill || I Love Zen Cart Templates || 2 Dogs Design
I Love To Help But Let's Keep It Public Please To Help Others!
I have been trying to get this mod going i installed the correct files but keep gettting this error after i put in the SQL file..
1146 Table 'sendamar_zc7.zen_zen_orders' doesn't exist
in:
[show fields from zen_zen_orders]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
please help
message me thanks
I came, I saw, I got zenned... :)
any update on the "Desired Delivery Date: Tuesday 30 November, 1999" issue, when date is not selected?