• Resolved sspools

    (@sspools)


    We are using the WooCommerce inbuilt product upload tool to update an existing product. But the tool is not processing the file. It gives no error. It does not fail. It just does not process at all.

    The uploader processes files to create a new products without any issues. But it does not process when we click the option: “Existing products that match by ID or SKU will be updated. Products that do not exist will be skipped.”

    Can anyone advise why this would be? Why is the uploaded working ok to create new products but not to update existing products?

Viewing 1 replies (of 1 total)
  • Hi @sspools

    From your description, it sounds like the tool is functioning correctly when creating new products, but experiences issues when trying to update existing products based on ID or SKU. Here are some steps and considerations to help diagnose and potentially resolve the problem:

    • Ensure that you’re using the latest version of WooCommerce.
    • Double-check the CSV or XML file you’re using for any inconsistencies or formatting errors. Ensure that the ID or SKU fields in the file match those in your WooCommerce store.
    • Ensure there are no special characters or unusual data in the file that might be causing the upload to halt.
    • Sometimes, the file might be too large, or the server’s PHP settings might not be configured to handle the file upload. You can check with your hosting provider to increase the maximum upload limit or PHP memory limit.
    • Deactivate other plugins temporarily to see if there’s a conflict with another plugin. If the issue is resolved after deactivating a specific plugin, you’ve found the culprit.
    • Even if no error is displayed on the frontend, there might be details in the server’s error logs or WooCommerce logs. Checking these logs can give insights into what might be causing the issue.
    • Temporarily switch to a default WordPress theme (like Twenty Twenty-One) to see if the issue persists. If it doesn’t, the problem might be with the theme.

    I hope this helps in identifying and resolving the issue. Please let me know if you need further assistance.

    Kind Regards,
    Raza
    WPRobo

Viewing 1 replies (of 1 total)

The topic ‘WooCommerce Product Uploader not Processing CSV File’ is closed to new replies.