Skip to content

General Settings

General settings are located at WooCommerce → Settings → Wpify Woo → Wpify Woo Feeds. Always save changes using the button at the bottom of the page.

Enter your license key to activate the plugin and receive updates.

In the Enabled feeds field, select which feeds you want to activate. Only enabled feeds will be generated and displayed in the feed table below.

Available feeds:

  • Google Merchants Feed
  • Heureka CZ Feed
  • Heureka SK Feed
  • Heureka Availability Feed
  • Zbozi.cz Feed
  • Alza.cz Feed

The Auto regenerate on product update toggle enables automatic feed data update whenever product data is saved.

Feed generation runs asynchronously in the background, processing products in batches to minimize server load. The Products per run field controls how many products are processed in each batch (default: 100).

Lower this value if you experience server timeouts or high memory usage during feed generation.

The Add EAN field toggle adds a custom EAN field to all products and variations alongside the standard SKU field. When enabled, all feeds use this field as the default source for EAN/GTIN values instead of SKU.

After enabling and generating feeds, their URLs are displayed in a table. Use these URLs to register your feeds with the respective services (Google Merchants, Heureka, etc.).

Feed files are stored at: wp-content/uploads/xml/{feed_name}_{blog_id}.xml

Feeds can be generated in several ways:

MethodHow
ManualClick the Generate button next to the feed in the settings table
Cron URL?wwf-action=generate&wwf={feed_name} — trigger via external cron
Schedule URL?wwf-action=schedule&wwf={feed_name} — schedule for background processing
WP-CLIwp wpify_woo_feeds generate {feed_name}