• While exporting my WooCommerce simple products, I receive a ‘Nothing to export under’ message. It seems that only the paid version of WooCommerce Product Export is suitable for this.

    Am I correct?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Support Moderator

    (@moderator)

    @abdhindi97

    I’ve deleted your offer to login to your user’s site. I’m am 100% sure you mean well but please never ask for credentials on these forums.

    Now for the why: The internet is a wonderful place full of very nice people and a few very bad ones. I’m sure everyone here is very nice however, by giving some ones keys to your house you are trusting they wont steal anything. Likewise the person who takes the keys is now responsible for the house FOREVER.

    If something was to go wrong, then you the author may well legally become liable for damages, which they would not normally have been as their software is provided without warranty.

    Please be aware that repeatedly asking for credentials will result in us escalating this to the plugins team.

    It’s never necessary to do that. Here’s why.

    There are many ways to get information you need and accessing the user’s site is not one of them. That’s going too far.

    • Ask for a link to the https://pastebin.com/ or https://gist.github.com log of the user’s web server error log.
    • Ask the user to create and post a link to their phpinfo(); output.
    • Ask the user to install the Health Check plugin and get the data that way.
    • Walk the user through enabling WP_DEBUG and how to log that output to a file and how to share that file.
    • Walk the user through basic troubleshooting steps such and disabling all other plugins, clear their cache and cookies and try again.
    • Ask the user for the step-by-step on how they can reproduce the problem.

    You get the idea.

    Volunteer support is not easy. But these forums need to a safe place for all users, experienced or new. Accessing their system that way is a short cut that will get you into real trouble in these forums.

    Hi Sergio,

    I hope you’re doing well. Thank you for reaching out to us. The plugin is designed to export products in the free version; you can view a demonstration in this video: Video Link.

    Here are some steps to troubleshoot and fix any errors you may encounter:

    1-Enable Debugging:

      • Add the following line to your wp-config.php file:
        php define('WP_DEBUG', true);
      • This will display error messages that can help identify the issue.

      2-Check for Plugin Conflicts:

        • Deactivate all plugins and see if the issue persists. If the problem is resolved, reactivate plugins one by one to find the conflicting one.

        3-Switch to a Default Theme:

          • Temporarily switch to a default theme (like Twenty Twenty-One) to see if the issue is theme-related.

          4-Review Error Logs:

            • Check the server error logs for any specific error messages that can guide your troubleshooting.

            5-Update WordPress, Themes, and Plugins:

              • Make sure you are using the latest versions of WordPress, themes, and plugins to avoid compatibility issues.

              If the problem continues after that, please let us know and include any error logs if available.

              Best regards,

            Viewing 2 replies - 1 through 2 (of 2 total)
            • You must be logged in to reply to this topic.