Skip to content

BuildRX/spree-product-feed

 
 

Repository files navigation

Spree Product Feed

An extension that provides an RSS feed for products. Google Shopper attributes are also implemented. An RSS link is automatically appended to the <head> tag in the layouts/spree_application file.

Supported versions of Spree

any version of Spree higher than 0.70.x

Installation

  1. add the gem to your Gemfile:

gem 'spree_product_feed'

  1. run bundler:

bundle install

  1. BOOOM, you're done

Viewing Product RSS

http://yourdomain.tld/products.rss

Testing

Be sure to add the rspec-rails gem to your Gemfile and then create a dummy test app for the specs to run against.

$ bundle exec rake test app
$ bundle exec rspec spec

Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License

About

A Spree extension that provides an RSS feed for products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.1%
  • Other 0.9%