Drupal Ubercart Delivery Date Pending Admin Notification
I have created a custom module which send notifications to the store admin email address; if the order is not completed one day before the delivery date of the order.
I have used ubercart for the ecommerce application and delivery date module to create a custom delivery date per product.
This module integrates itself with the drupal cron (cron.php) and checks the delivery dates of all the products with received_payment status. And if any pending orders are found email is send to the admin.
Note: You have to create a cron job at your web host to run the cron.php file (present in every drupal installation) to run at specific time or you can manually run the file at your required time by going to www.mydomain.com/cron.php. Click here to find more about cron configurations.
Click here to download my module which is called “admin_notifications”.
[...] here to download the final module. Click here to view the details of the [...]