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.
License
Section titled “License”Enter your license key to activate the plugin and receive updates.
Enabled Feeds
Section titled “Enabled Feeds”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
Auto Regenerate on Product Update
Section titled “Auto Regenerate on Product Update”The Auto regenerate on product update toggle enables automatic feed data update whenever product data is saved.
Products per Run
Section titled “Products per Run”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.
EAN Field
Section titled “EAN Field”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.
Feed URLs
Section titled “Feed URLs”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
Feed Generation
Section titled “Feed Generation”Feeds can be generated in several ways:
| Method | How |
|---|---|
| Manual | Click 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-CLI | wp wpify_woo_feeds generate {feed_name} |