Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-custom-post-order domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-subscriptions domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpify-woo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/staging.wpify.io/web/wp/wp-includes/functions.php on line 6114
Generování feedu – WPify

Dokumentace

Generování feedu

Manuální generování feedu

Přejděte do nastavení modulu: WooCommerce > Nastavení > Wpify Woo > XML Feed Heureka a sjeďte úplně dolu.

Klikněte na tlačítko Generovat feed.

Automatické generování feedu

Pro automatické generování feedu v pravidelných intervalech si nastavte cron, který bude spouštět url adresu, kterou naleznete v popisu pod tlačítkem pro generování feedu.

Upravení počtu produktů na proces

Generování feedu je rozděleno do samostatných procesů po 100 produktech tak aby se předcházelo problémům se serverovým limitem času na proces.

Tento limit je možné upravit pomocí jednoduchého snippetu:

add_filter('wpify_woo_feed_products_per_page', function() { return 20; });

V tomto případě se generování feedu rozdělí na procesy po 20 produktech.