Awesome
Google Merchant
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!
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
- Fork the project
- Create your feature or bug fix
- Add the requried tests for it.
- Commit (do not change version or history)
- Send a pull request against the development branch
Copyright
Copyright (c) 2017 Tom Dallimore (@tom_dallimore)
Licenced under the MIT licence.