Troubleshooting
Common Problems and Solutions
Section titled “Common Problems and Solutions”Feed generation stays at 0%
Section titled “Feed generation stays at 0%”Cause: Server timeout expiration.
Solution:
-
Reduce the number of products per process:
add_filter( 'wpify_woo_feed_products_per_page', function() {return 20; // Default is 100} ); -
Increase PHP time limit (if you have access):
- In
php.ini:max_execution_time = 300 - Or contact your hosting provider
- In
Feed does not generate
Section titled “Feed does not generate”Possible causes:
-
Permission error
- The module displays a red error message if it cannot write to the folder
- Check permissions for the
wp-content/uploads/folder
-
Empty feed
- Check if you have published products
- Verify that products are not excluded (out of stock, by filter)
-
JavaScript error
- Open browser console (F12)
- Check for errors when clicking “Generate feed”
Feed contains wrong categories
Section titled “Feed contains wrong categories”Solution:
- Click “Update Heureka categories” to update the list
- Remap the categories
- Save settings and regenerate the feed
Products missing from feed
Section titled “Products missing from feed”Possible causes:
-
Out of stock products excluded
- Check the “Exclude out of stock items” setting
-
Filter excluding products
- Check the use of the
wpify_woo_xml_heureka_skip_productfilter
- Check the use of the
-
Product not published
- Only published products are included in the feed
Wrong price in feed
Section titled “Wrong price in feed”Cause: The feed displays the price with/without VAT according to WooCommerce settings.
Solution: Check settings in WooCommerce → Settings → Tax.
Shipping not showing for products
Section titled “Shipping not showing for products”Cause: Shipping methods are not configured.
Solution:
- Go to module settings
- In the “Delivery methods” tab, add methods
- Save and regenerate the feed
Error “Cannot create folder”
Section titled “Error “Cannot create folder””Cause: Insufficient write permissions.
Solution:
- Contact your hosting provider to set permissions
- The
wp-content/uploads/folder must be writable - Alternatively, create the folder manually with 755 permissions
Feed Validation
Section titled “Feed Validation”- Generate the feed
- Open the feed URL in a browser
- Check the XML structure
- Use the Heureka validator for verification
Contact Support
Section titled “Contact Support”If the problem persists, contact support at support@wpify.io.
Prepare:
- WordPress and WooCommerce versions
- WPify Woo plugin version
- Feed URL (if available)
- Screenshot of the error message