Home

Awesome

alt text

Google Merchant

Gem Version

Module for Google Merchant Product Feed functionality in the Trado Ecommerce platform. If you would like to get started using the Trado Ecommerce platform, head on over to the Official site!

Release notes

Installation

Add module to your Gemfile:

gem 'trado_googlemerchant_module'

Then run bundle to install the Gem:

bundle install

Now generate migrations and assign model concerns:

rails generate trado_googlemerchant_module:install
bundle exec rake db:migrate

Restart the main application server:

foreman start -f Procfile.dev

You can view the XML readable format of the feed at:

http://www.example.com/google_merchant/feed.xml

And you can submit the RSS format of the feed to Google with the following url:

http://www.example.com/google_merchant/feed.rss

Versioning

Trado Google Merchant module follows Semantic Versioning 2.0 as defined at http://semver.org.

How to contribute

Copyright

Copyright (c) 2017 Tom Dallimore (@tom_dallimore)
Licenced under the MIT licence.