diff --git a/README.markdown b/README.markdown index 658883c8c8..6a99a7e86e 100644 --- a/README.markdown +++ b/README.markdown @@ -18,6 +18,18 @@ Spree::ActiveShipping::Config[:ups_password] Spree::ActiveShipping::Config[:ups_key] +Global Handling Fee +------------------- + +
+Spree::ActiveShipping::Config[:handling_fee]
+
+ +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. @@ -33,4 +45,4 @@ class AddUpsConfiguration < ActiveRecord::Migration def self.down end end - \ No newline at end of file +