WP Manifestindependent plugin directory
manifest / ecommerce / wc-google-feed

WooCommerce Google Feed

WooCommerce Google Feed allows you to export your WooCommerce products to an XML feed compatible with Google Merchant Center. The feed can be generated manually or automatically via WordPress cron.

by 2boom · github.com/2boom-ua/wc-google-feed · website

0stars
0forks

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/2boom-ua/wc-google-feed/archive/refs/heads/main.zip

Readme

WooCommerce Google Feed

Export WooCommerce products to Google Merchant Center XML feed.


Description

WooCommerce Google Feed allows you to export your WooCommerce products to an XML feed compatible with Google Merchant Center. The feed can be generated manually or automatically via WordPress cron.

Features

  • Generate XML feed in Google Shopping format
  • Select specific categories or products for export
  • Automatic daily generation via WordPress cron
  • Compatibility mode for Google for WooCommerce
  • Download XML file directly from admin panel
  • Copy feed URL to clipboard
  • Displays file status, size, product count, and last update time

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install via WordPress admin.
  2. Activate the plugin.
  3. Navigate to WooCommerce → Woo Google Feed.
  4. Select categories/products and click Generate XML.

Usage

Manual Generation

  1. Go to WooCommerce → Woo Google Feed.
  2. Select categories or individual products.
  3. Click Generate XML.
  4. Use the Download XML button or copy the File URL.

Automatic Generation

  1. Check "Automatically generate XML feed once a day".
  2. WordPress cron will run daily to update the feed.

Compatibility Mode

  1. Enable Compatibility mode (Google for WooCommerce).
  2. Changes:
    • Adds gla_ prefix to product IDs
    • Uses CDATA for titles
    • Includes all gallery images
    • Adds sale price fields (sale_price, sale_price_effective_date)
  3. Disable for standard mode (without gla_ prefix).

Frequently Asked Questions

What is the feed URL?

https://yoursite.com/feed_products.xml

How often should I update the feed?

Google recommends daily updates. You can enable automatic generation for this.

What is Compatibility mode?

It changes the XML format to be compatible with the Google for WooCommerce plugin format.

Where is the XML file stored?

The file is saved in the root of your WordPress installation (/feed_products.xml).

Does this plugin work with variable products?

Yes, all product types are supported.


Changelog

1.2

  • Added Compatibility mode for Google for WooCommerce
  • Added g:title CDATA for compatibility mode
  • Added all gallery images as g:additional_image_link
  • Added g:sale_price and g:sale_price_effective_date
  • Removed   from descriptions
  • Added generation mode toggle in admin

1.1

  • Added automatic generation via WordPress cron
  • Added selection of categories and products

1.0

  • Initial release
  • Basic XML feed generation
  • Manual generation and download

License

This plugin is licensed under the GPLv2 or later.

Read the full README on GitHub →