Skip to content

blue-pebble/spree_google_merchant

 
 

Repository files navigation

Summary

Code Climate Build Status

Provides an up-to-date RSS product feed for Google Merchant rather a file that you have to upload. This is a very basic extension so feel free to help improve it!

To test and access the RSS feed visit: http://locahost:3000/google_merchant.rss

Installation & Usage

To start with you'll need a Google Merchant account. Then, add the gem to your Gemfile

gem "spree_google_merchant", github: 'boombotix/spree_google_merchant.git'

Then bundle

bundle install

Next, configure the feed title, description and site URL by browsing to the Google Merchant settings page in Admin -> Configuration

Finally, set up your products in Spree by editing the product's properties. You should add the following properties:

google_product_type
manufacturer
brand
model
upc

Testing

In order to run the rspec test suite:

rake test_app
rake spec

Copyright (c) 2014 lordnibbler, released under the New BSD License

About

Google Merchant gem for Spree eCommerce Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.4%
  • HTML 9.2%
  • Other 0.4%