Spree shipment time slots extension
Last updated on: January 20 at 06:13 PM
source code bug trackerSpree shipment time slots extension:
This extension enables easy grouping for orders based on time slots.
Many stores deliver their orders on a daily basis (i.e grocery stores) and in large batches. Spree gives control over each individual shipment but assumes the shipping is done by external companies that ship each order to it's owner. Many stores deliver their goods in predefined shifts (i.e sunday 10am - 2pm, sunday 4pm - 6p, monday 11am - 7pm), spree_shipment_time_slots extension allows planning of these shifts and predefines shipment_time_slot objects which can then be selected by the end-user upon checkout.
Add spree_shipment_time_slots to your Gemfile:
gem 'spree_shipment_time_slots'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_shipment_time_slots:install
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_shipment_time_slots/factories'
Copyright (c) 2014 Pavel Tarno, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 2.4 |