WP Google Merchant Center Feeder is a WordPress plugin that generates product feeds for Google Merchant Center. It allows you to easily sync your WooCommerce products with Google Merchant Center to promote your products through Google Shopping Ads. Plugin use data from your WooCommerce 3.1+ store.
- Download the plugin.
- Log in to your WordPress admin dashboard.
- Navigate to "Plugins" → "Add New".
- Click on the "Upload Plugin" button at the top of the page.
- Select the downloaded zip file and click "Install Now".
- After installation, click "Activate" to activate the plugin.
Files that the plugin generates can be found in the
wp-content/uploads/wpc-feeder/
To generate feeds using WP CLI, you can use the following commands:
wp wpc-feeder --generate=all
This command will generate feeds for all products in your WooCommerce store.
wp wpc-feeder --generate=zero
This command will generate feeds for products that have zero sales.
wp wpc-feeder --generate=one
This command will generate product sales for custom labels
wp wpc-feeder-meta
This command will generate feeds for products that have more than zero sales.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the plugin's GitHub repository .
This plugin is released under the GNU General Public License v2 or later .
This README was written by OpenAI ChatGPT 4o.