Prestashop Module for Google Merchant center. Generates a XML feed, so that you can use Google Merchant Center to advertise for your products.
This feed is also accepted by:
Follow these steps to get up and running with your product feeds fast.
- 1.6.0.6
- 1.6.1.17
- 1.7.2.4
- 1.7.x
- 8.x
- 9.0.1 ✨ (New!)
# Download archive file
# On back office > Modules > Add new Module > Upload archiveOr via command line:
cd modules/
git clone https://github.com/dim00z/gshoppingflux.gitDepending on your store and what you want to send to google, you would need to change some of the configuration of the module.
- ✅ Full Google Shopping Feed XML generation
- ✅ Local Inventory Feed support
- ✅ Product Reviews Feed support
- ✅ Multi-shop support
- ✅ Multi-language & multi-currency support
- ✅ Automatic CRON generation
- ✅ Product attributes/combinations export
- ✅ Customizable category mapping
- ✅ Shipping cost calculation
- ✅ PrestaShop 9 compatible
- Add comments everywhere
- Reorganize code files
- Small improvements
- Safe implode to fix implode errors on non array value got from Tools
- ✨ PrestaShop 9.0.1 compatibility
- 🔧 Fixed
_PS_PRICE_DISPLAY_PRECISION_undefined constant issue - 🔧 Replaced deprecated
ToolsCorewithTools - 🔧 Updated all
Dbmethod calls to lowercase (PS9 requirement) - 📝 Added comprehensive method documentation
- 🧹 Code cleanup and modernization
- ⚡ Maintained backward compatibility with PS 1.5+
- Previous stable version
You are welcome to help making this module better.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jordi Martin - Initial work - jmartin82
- d1m007 - A lot of improvements - d1m007
- Casper Olsen - A lot of improvements - casper-o
- Vincent Charpentier - Current maintainer - zenzen279
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- PrestaShop community for continuous support
- All contributors who have helped improve this module
- Google Merchant Center team for comprehensive documentation
Made with ❤️ for PrestaShop