No commit activity in last 3 years
No release in over 3 years
Allows admin to define time ranges for orders delivery so users can select when they want their orders to be delivered, during the checkout process.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Spree Delivery Time Range

Code Climate

Based on Spree Delivery Time.

It allows admins to define time ranges for orders delivery instead of let users define it by themselves like on spree_delivery_time.

The users can select a range of time, defined by the admin, during the checkout process to chose when they want to receive their order.

Installation

Add this line to your application's Gemfile:

gem 'spree_delivery_time_range'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spree_delivery_time_range

Usage

$ rails g spree_delivery_time_range:install

to install and run the migrations. This migration simply adds delivery_time column to Spree::Order and a new table to persist time ranges defined by the admin.

Contributing

Code improvements are welcome!