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

    (@algolplus)

    Hello

    You can add this code to functions.php

    add_action('admin_init', function($statuses){
    WC_Order_Export_Data_Extractor_UI::$object_type='shop_order_refund';
    WC_Order_Export_Data_Extractor::$object_type='shop_order_refund';
    } );

    Pro version allows to select report type(order/refund/subscription) at tab “Profiles.

    thanks, Alex

Viewing 1 replies (of 1 total)

The topic ‘Export Refunds only’ is closed to new replies.