Skip to content

geermc4/spree_print_shipping_label

Repository files navigation

SpreePrintShippingLabel

Add print shipping label to order, currently only supports FedEx and USPS (through Endicia.com)

Installation

Gemfile...

gem 'fedex', :git => '[email protected]:geermc4/fedex.git'
gem 'spree_active_shipping', :git => "[email protected]:spree/spree_active_shipping.git"
gem 'spree_print_shipping_label', :git => '[email protected]:geermc4/spree_print_shipping_label.git'

Fedex cant be listed as a dependency at the moment since the published gem depends on another version of httparty At the time, the published version of spree_active_shipping depends on other versions of spree

Copy migrations

rake railties:install:migrations
rake db:migrate

Make sure to add the name of the API to the shipping method

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published