AfterShip Extension for Spree Just Launched

AfterShip-Spree-Extension

As requested by some Spree users, we have launched a new extension for Spree – the most flexible shopping carts powered by Ruby on Rails (that’s why you see the rudy on the rail in the pic – TeeHee). To install the AfterShip extension for Spree, it is easy and you can then automatically track all your packages and notify customers at different delivery statuses. YEAH – it is FREE for less than 500 packages per month! Give it a try and we love to hear what you think – good or bad or new ideas.

Video time – What is AfterShip?

How to install - [Readme]

1. Add the following line to your application’s Gemfile

 gem "spree_aftership", :git => "git://github.com/AfterShip/spree_aftership.git" 

2. Run bundler

 bundle install 

3. Copy initializer

 rails g spree_aftership:install 

Configuration

1. Before you begin

You’ll need to have a AfterShip account http://www.aftership.com.

2. Setup the API Key

Log in to AfterShip. Go to “Settings” page and select “Profile” tab, then copy the consumer key and consumer to initializers/aftership.rb

Spree::Aftership::Config[:consumer_key] = "YOUR_CONSUMER_KEY"  
Spree::Aftership::Config[:consumer_secret] = "YOUR_CONSUMER_SECRET"

This entry was posted in What happen on AfterShip. Bookmark the permalink.