• Resolved apillai

    (@apillai)


    Hello,

    I am not able to export the orders from our WP store. I activated the plugin and can see the tab in the Settings page. When I click on the tab I see all the fields that I can select to export but then do not see any export button or dates field. Please advice.

    Thanks,
    Anu

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter apillai

    (@apillai)

    Never mind. I went with another plugin.

    Thanks,
    Anu

    Hi Anu,

    Please add following lines to wp-config.php file.


    define('WP_DEBUG', true);
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Please add those lines before.


    /* That's all, stop editing! Happy blogging. */

    This will create a debug.log file in /wp-content/ folder.

    Now, please try to access settings page again, if problem appears again, please send me contents of debug.log file in next message, so that we can investigate the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot export orders’ is closed to new replies.