• When selecting which orders I want to export to csv the site looks like its doing something but it does not do anything and i do not get a downloaded csv

    the only plugins i have enabled for the dropdown bulk in orders is:

    UPS SHIPPING
    and WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels

    i have disabled both plugins and the export feature still dows not work

    (Scratching Head)

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    please, check network requests.

    I selected 2 orders, see the screenshot – https://imgur.com/BIQeF4t
    thanks Alex

    Thread Starter prodograw

    (@prodograw)

    admin ajax not firing

    see here:

    View post on imgur.com

    Plugin Author algol.plus

    (@algolplus)

    add this code to functions.php and check which plugins listen for this hook

    add_action("wp_loaded", function(){
      global $wp_filter;
      print_r($wp_filter['handle_bulk_actions-edit-shop_order']);
      die();
    });
    Thread Starter prodograw

    (@prodograw)

    ….. mistake

    • This reply was modified 7 years, 2 months ago by prodograw.
    Thread Starter prodograw

    (@prodograw)

    see below

    WP_Hook Object ( [callbacks] => Array ( [10] => Array ( [000000005507ed640000559ae34e1ce7export_orders_bulk_action_process] => Array ( [function] => Array ( [0] => WC_Order_Export_Admin Object ( [activation_notice_option] => woocommerce-order-export-activation-notice-shown [step] => 30 [url_plugin] => https://www.prodograw.com/wp-content/plugins/woo-order-export-lite/ [path_plugin] => /home/prodograw/public_html/wp-content/plugins/woo-order-export-lite/ [methods_allowed_for_guests] => [path_views_default] => /home/prodograw/public_html/wp-content/plugins/woo-order-export-lite/view/ [settings] => Array ( [default_tab] => export [cron_tasks_active] => 1 [show_export_status_column] => 1 [show_export_actions_in_bulk] => 1 [show_export_in_status_change_job] => 0 [autocomplete_products_max] => 10 [ajax_orders_per_step] => 30 [limit_button_test] => 1 [cron_key] => 1234 [ipn_url] => [zapier_api_key] => 12345678 [zapier_file_timeout] => 60 ) ) [1] => export_orders_bulk_action_process ) [accepted_args] => 3 ) [000000005507f6ca0000559ae34e1ce7handle_bulk_actions_edit_shop_order] => Array ( [function] => Array ( [0] => WPDesk_Flexible_Shipping_Bulk_Actions Object ( ) [1] => handle_bulk_actions_edit_shop_order ) [accepted_args] => 3 ) ) ) [iterations:WP_Hook:private] => Array ( ) [current_priority:WP_Hook:private] => Array ( ) [nesting_level:WP_Hook:private] => 0 [doing_action:WP_Hook:private] => )

    Plugin Author algol.plus

    (@algolplus)

    could you try to disable “WPDesk_Flexible_Shipping” plugin ?

    • This reply was modified 7 years, 2 months ago by algol.plus.
    Thread Starter prodograw

    (@prodograw)

    done….

    that wasn’t the culprit 🙁

    Plugin Author algol.plus

    (@algolplus)

    you should edit files /classes/class-wc-order-export-admin.php
    and debug function export_orders_bulk_action_process

    I can’t help you more.

    you can contact me via helpdesk if you have staging website.

    Thread Starter prodograw

    (@prodograw)

    strange tested on staging site which is php7.2 and bulk works
    not working in live site php 5.6

    will keep digging

    Thread Starter prodograw

    (@prodograw)

    I’ve disabled WP Hide Plugin Updates and Warnings and CSV files now download.

    Thread Starter prodograw

    (@prodograw)

    so possibly can look at that isseu

    Plugin Author algol.plus

    (@algolplus)

    Information for other users having same problem.

    Current version of the plugin uses hook ‘admin_notices’.
    So if another plugin disables this hook – bulk export won’t work.
    We’ll fix this problem in next release.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Export To CSV From Orders’ is closed to new replies.