WooCommerce Product Feed Export for Google Merchant
Export WooCommerce products in XML format compatible with Google Merchant Center.
by Arif M. · github.com/arifmanzoor11/woocommerce-product-feed-export · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/arifmanzoor11/woocommerce-product-feed-export/archive/refs/heads/master.zipReadme
=== WooCommerce Product Feed Export for Google Merchant === Contributors: arifmdev Tags: woocommerce, product feed, google merchant, xml, export Requires at least: 5.6 Tested up to: 6.5 Requires PHP: 7.2 Stable tag: 1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Export WooCommerce products in a Google Merchant-compatible XML format. Supports price, sale price, image, stock, brand, and more.
== Description ==
This plugin allows you to generate a Google Merchant-compatible XML product feed at:
https://yoursite.com/product-merchant.xml
Supports:
- Regular price & sale price
- Product image
- Product description
- Stock status (availability)
- Condition (set as "new")
- Product brand (uses attribute)
- Custom labels (uses tags)
== Installation ==
- Upload the plugin folder to
/wp-content/plugins/woocommerce-product-feed - Activate the plugin through the WordPress admin.
- Visit Settings → Permalinks and click "Save Changes" to flush rewrite rules.
- Visit the feed at
https://yourdomain.com/product-merchant.xml - Optional: Go to Settings → Merchant Feed to customize slug.
== Frequently Asked Questions ==
= Can I customize the feed URL? =
Yes! Go to Settings → Merchant Feed and change the slug (e.g., my-feed). Don’t forget to flush permalinks.
= Is sale price supported? = Yes. If a product has a sale price, it will be included in the feed.
= Does this plugin support variable products? = Currently supports simple products only. You can extend it to support variations.
== Screenshots ==
- XML feed preview
- Admin settings to update feed slug
- Feed documentation under Tools
== Changelog ==
= 1.2 =
- Added WooCommerce dependency check
- Added admin menu and documentation page
- Improved tag and category label support
- Optimized XML output
- Updated readme and plugin headers
= 1.1 =
- Added support for sale price, brand, condition, availability
= 1.0 =
- Initial release
== Upgrade Notice ==
= 1.2 = Required WooCommerce installed. Added better admin controls and feed documentation.