spree_amazon_affiliate
The purpose of this Spree extension is to allow store admins to easily add products from Amazon to their store through the admin interface. When viewing the Amazon product page rather than adding the product to the cart the user will be sent to Amazon’s product page using an Amazon Affiliate link.
Installation
Add to Gemfile:
gem ‘spree_amazon_affiliate’, :git => ‘git://github.com/jdutil/spree_amazon_affiliate’
Run:
$ bundle
$ rails g spree_amazon_affiliate:install
Modify config/amazon_affiliate.yml to set your AWS credentials.

Be the first to comment on this extension.
Login to Comment.