Skip to content

estuans/django-oscar-gmerchant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-oscar-gmerchant

Integration with Google Merchant Center and Django Oscar using the v2 Shopping API

THIS IS STILL AS WORK IN PROGRESS.

It should however be fairly straight forward to use. Simply add to your post-oscar applications list and you should be on your way.

If you receive warnings about the ProductAdminClass, then you should look at changing the ProductAdmin that is being modified inside of gmerchant/admin to point directly at your-likely-to-have-been modified class.

USAGE

  1. Install.
  2. Run import_google_categories.
  3. Add a Google Merchant account to your admin.
  4. Add Google Merchant Records to the products you wish publish.
  5. Run upload_catalogue using a cronjob.

Contributions welcome.

IDEAS / TBD

  • Add post-save signals to Product model save to trigger updates to single product records.
  • Complete integration with "Store Inventory Managment".
  • Add Oscar Dashboard integration.
  • Improve Merchant account handling.

Acknowledgments

This project borrows heavily from the sample code supplied by Google

About

Integration with Google Merchant Center and Django Oscar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages