$Id ******************************************************************************************* Requirements ------------ This module require at least version 6.x of Drupal and Ubercart 6.x-2.0-rc6+ Installation ------------ 1. Copy the folder named 'uc_deliverytimeslot' and its contents to the Ubercart contrib modules directory of your Drupal installation (for example 'sites/all/modules/ubercart/contrib/'). 3. Go to 'admin/build/modules' and enable Delivery Time slot. 3. Go to 'admin/store/settings/deliverytimeslot Edit "Settings" with your timeslot, day and shipping quote concerned Generate a default delivery table with "Generate" fieldset Add available timeslot and create special date if needed(special averride default) 4. Go to 'admin/store/settings/checkout/edit/panes' and edit Delivery timeslot table. Better is to set Delivery timeslot table just next to Calculate shipping cost. You can find option to customize text and display. Advanced -------- You can add token on checkout message: Simply go to 'admin/store/settings/checkout/edit/messages' Available token are : [order-delivery-date] and [order-delivery-timeslot] Add token to your customer/admin mail and invoice template: Instruction with default templates: Edit sites/all/modules/ubercart/uc_order/templates/customer.itpl.php line 148 - AFTER - [order-payment-method] - ADD - [order-delivery-date] - [order-delivery-timeslot] Edit sites/all/modules/ubercart/uc_order/templates/admin.itpl.php line 14 - FIND - [order-shipping-method]

- REPLACE BY - [order-shipping-method]
[order-delivery-date] - [order-delivery-timeslot]

Adjust css to customize Delivery timeslot table on checkout pane: Edit sites/all/modules/ubercart/contrib/uc_deliverytimeslot/uc_deliverytimeslot.css to your need. ******************************************************************************************* This module has been developed by Mog for arthur-com.net Post a message on the drupal.org site if you have any ideas on how we can improve the module. Mog. tech@arthura.fr