No commit activity in last 3 years
No release in over 3 years
Allows to calculate shipping costs based on total item weigh and quantity in the order
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.50.2
 Project Readme

Additional Spree Calculators

This gem contains additional calculators for Spree Commerce

Currently there is only a single calculator implemented but the infrastructure allows to easily add more.

  • "Weight And Quantity" calculator determines the shipping and handling cost based on total item weigh and number or items in the order.

Usage

Add the following line to your Rails 3 application:

gem 'spree_additional_calculators'

And then run:

$ bundle
$ rake spree_additional_calculators:install
$ rake db:migrate

Then go to Configuration and choose Shipping Methods And you will be able to select a new calculator - Weight and Quantity Create the calculator and define the Default item weight. That value will be used if you do not have defined the weight for your products.

After that you can go to Configuration and choose Additional Calculator Rates Click Edit and you will be able to add new or edit/remove existing weight and quantity ranges.

This page is using Javascript to add and remove items in the browser. The changes are made only when you press the Update button.

Development

In order to add a new calculator or fix a bug in existing one you will need both the spree source and the extension source locally on your computer.

$ git clone https://jurgis@github.com/jurgis/spree-additional-calculators.git spree_additional_calculators
$ git clone https://github.com/spree/spree.git

You can test the extension by executing following commands:

$ cd spree_additional_calculators
$ rake test_app SPREE_PATH='../spree'
$ rake

Screenshots

There are some screenshots in the wiki.

TODO

  • Possibly add some cucumber scenarios
  • Possibly use unobtrusive javascript

Copyright (c) 2011 Jurgis Jurksta, released under the New BSD License