No commit activity in last 3 years
No release in over 3 years
Adds a delivery date field in the delivery section of the checkout. Allows admin to view that delivery date 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

Development

Runtime

~> 1.3.2
 Project Readme

Spree Delivery Date

Requires user to enter a delivery date during checkout (delivery section). The delivery date must be tomorrow or later.

  • Uses validation to ensure the user specifies a date tomorrow or later.
  • Shows delivery date during checkout confirmation.
  • Shows delivery date when viewing or editing order as admin.
  • Allows admin to filter orders by delivery date (date range).
  • Allows admin to sort orders by delivery date.
  • Adds delivery date column to orders index page table.

Installing

Add the gem to your Gemfile

$ gem 'spree_delivery_date'

bundle with

$ bundle

and run

$ rails g spree_delivery_date:install

to install and (be asken to) run the migrations. This migration simply adds the delivery_date field to Spree::Order.