1) Don’t Offer Delivery on Pubic Holidays
This examples illustrates how to make sure your customers can’t choose a day for delivery which is a holiday. In this example we will go through how to make Christmas day and Boxing day unavailable for delivery.
This configuration change doesn’t require making a change to your CSV file. This is all handled via the admin interface.
- Navigate within your Magento admin panel to
System->Configuration->Shipping Settings->WebShopApps Date Based Shipping->Blackout Delivery Dates
- Enter your blackout dates in the format you’ve chosen. This will either be dd-mm-yyyy or mm/dd/yyyy.
2) Don’t offer Delivery on Specific Days
This example will go through how to make Sundays unavailable for delivery every week. This is handled purely in the admin panel, there’s no need to edit the CSV file.
- Navigate within your Magento admin panel to
System->Configuration->Shipping Settings->WebShopApps Date Based Shipping->Blackout Delivery Days
- Select Sunday from the multi select box (or any other days you want). Select multiple dates by holding down ctrl (cmd on Mac).