No commit activity in last 3 years
No release in over 3 years
Adds a delivery time field in the delivery section of the checkout. Allows admin and order owner to view that delivery time in the order details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3.2
 Project Readme

Spree Delivery Time

Gem Version Code Climate

Requires user to enter a delivery time during checkout (delivery section)

  • Uses validation to ensure user specifies the start delivery time before the end delivery time.
  • Shows delivery time during checkout confirmation.
  • Shows delivery time when viewing or editing order as admin.
  • Adds delivery date column to orders index page table.

Installing

Add the gem to your Gemfile

$ gem 'spree_delivery_date'

bundle

$ bundle

and run

$ rails g spree_delivery_date:install

to install and run the migrations. This migration simply adds the start_delivery_time and end_delivery_time columns to Spree::Order.

Code improvements are welcome!