0.0
No commit activity in last 3 years
No release in over 3 years
Restrict orders to local area for spree.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5.0
~> 0.6.1
~> 0.7.0
>= 0.30.0.beta2
~> 0.7.8
 Project Readme

GeoSettings

Extension for calculating distance for delivery. Based on entered delivery distance, extension calculate if shipping address is in that distance. If it is not order can not be proceeded. Distance is calculated based on driving direction.

You could managed following preferences:

  • address - address of your store
  • time_to_delivery - approximate time to deliver order
  • minimum_order - minimum value of order
  • delivery_distance - distance in within you deliver orders

Installation

  1. Add gem "geo_settings" to your Gemfile
  2. Run bundle install
  3. Run rake geo_settings:install