Skip to content

Commit

Permalink
Added documentation in the README for the global handling fee.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellmyer committed Oct 7, 2009
1 parent 64bb4d5 commit b8406a9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.markdown
Expand Up @@ -18,6 +18,18 @@ Spree::ActiveShipping::Config[:ups_password]
Spree::ActiveShipping::Config[:ups_key]
</pre>

Global Handling Fee
-------------------

<pre>
Spree::ActiveShipping::Config[:handling_fee]
</pre>

This property allows you to set a global handling fee that will be added to all calculated shipping rates.

Future Development
------------------

It will soon be possible to set these properties through a new admin configuration screen (even sooner if someone else writes the patch!)

If you'd like to set your shipping configuration as part of a migration you could add something like this to your site extension.
Expand All @@ -33,4 +45,4 @@ class AddUpsConfiguration < ActiveRecord::Migration
def self.down
end
end
</pre>
</pre>

0 comments on commit b8406a9

Please sign in to comment.