Title: dnex11's Replies | WordPress.org

---

# dnex11

  [  ](https://wordpress.org/support/users/dnex11/)

 *   [Profile](https://wordpress.org/support/users/dnex11/)
 *   [Topics Started](https://wordpress.org/support/users/dnex11/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dnex11/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dnex11/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dnex11/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dnex11/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dnex11/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MyCryptoCheckout - Bitcoin, Ethereum, and 100+ altcoins for WooCommerce] Order number on payment page](https://wordpress.org/support/topic/order-number-on-payment-page/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/order-number-on-payment-page/#post-16889797)
 * By default the checkout/order-received/ page shows the order number in woocommerce.
   
   In case of this plugin it somehow hides that order number. After selecting the
   currency we are redirected to order-received page.
    -  This reply was modified 2 years, 11 months ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] How to delete the plugin with all the settings](https://wordpress.org/support/topic/how-to-delete-the-plugin-with-all-the-settings/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-to-delete-the-plugin-with-all-the-settings/#post-14658224)
 * You mean like this
 * `SELECT * FROM`wp_options`WHERE`option_name`LIKE '%woocommerce_stripe_%_settings%'`
 * Will deleting these do.
 * > [View post on imgur.com](https://imgur.com/rYWGPqh)
    -  This reply was modified 4 years, 11 months ago by [dnex11](https://wordpress.org/support/users/dnex11/).
    -  This reply was modified 4 years, 11 months ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to exclude orders which has no order note](https://wordpress.org/support/topic/how-to-exclude-orders-which-has-no-order-note/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-exclude-orders-which-has-no-order-note/#post-14531833)
 * I tried this in misc
 *     ```
       add_filter( 'woe_order_export_started',  function ( $order_id ) { 
         $order = new WC_Order($order_id);
         return   ($order->get_comments()) ? $order_id: false;
       });
       ```
   
 * I get this error
 * `Fatal error: Uncaught Error: Call to undefined method WC_Order::get_comments()
   in C:\xampp\htdocs\wp1\wp-content\plugins\woo-order-export-lite\classes\core\
   class-wc-order-export-engine.php(345) : eval()'d code:4 Stack trace: #0 C:\xampp\
   htdocs\wp1\wp-includes\class-wp-hook.php(292): WC_Order_Export_Engine::{closure}('
   233426') #1 C:\xampp\htdocs\wp1\wp-includes\plugin.php(212): WP_Hook->apply_filters('
   233426', Array) #2 C:\xampp\htdocs\wp1\wp-content\plugins\woo-order-export-lite\
   classes\core\class-wc-order-export-engine.php(479): apply_filters('woe_order_expor...','
   233426') #3 C:\xampp\htdocs\wp1\wp-content\plugins\woo-order-export-lite\classes\
   admin\tabs\ajax\trait-wc-order-export-admin-tab-abstract-ajax-export.php(25):
   WC_Order_Export_Engine::build_file(Array, 'preview', 'browser', 0, '5') #4 C:\
   xampp\htdocs\wp1\wp-content\plugins\woo-order-export-lite\classes\class-wc-order-
   export-admin.php(511): WC_Order_Export_Admin_Tab_Abstract->ajax_preview() #5 
   C:\xampp\htdocs\wp1\wp-includes\class-wp-hook.php(292): WC_Order_Expo in C:\xampp\
   htdocs\wp1\wp-content\plugins\woo-order-export-lite\classes\core\class-wc-order-
   export-engine.php(345) : eval()'d code on line 4`
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to exclude orders which has no order note](https://wordpress.org/support/topic/how-to-exclude-orders-which-has-no-order-note/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-exclude-orders-which-has-no-order-note/#post-14529635)
 * Great. Thank you , its a very good plugin.
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to export orders placed by unregistered users only](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/#post-14528183)
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to export orders placed by unregistered users only](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/#post-14527762)
 * Last question.
    There is an option to export Order Note field. Is there a way
   to export Order Note date which is the comment_date column in wp_comments table.
   Cant find it in commentmeta
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to export orders placed by unregistered users only](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/#post-14527642)
 * Thanks
 * exported orders moved to trash using this code
 *     ```
       add_action('woe_order_exported', function ($order_id) {
           $order = new WC_Order($order_id);
           $order->update_status('trash', 'Exported !');
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to export orders placed by unregistered users only](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/#post-14527568)
 * Can you do this with query
 *     ```
       UPDATE wp_posts SET post_status = 'trash' FROM wp_posts as p JOIN
       wp_postmeta as pm ON p.ID = pm.post_id
       WHERE pm.meta_key = 'woe_order_exported'
       ```
   
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] How to export orders placed by unregistered users only](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/how-to-import-orders-only-placed-by-guest-users/#post-14527046)
 * Thanks, seems to work.
 * Is it possible to trash or delete the exported orders through this plugin or 
   another method.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] wp_wc_order_product_lookup table doesnt contain all the orders?](https://wordpress.org/support/topic/wp_wc_order_product_lookup-table-doesnt-contain-all-the-orders/)
 *  Thread Starter [dnex11](https://wordpress.org/support/users/dnex11/)
 * (@dnex11)
 * [5 years ago](https://wordpress.org/support/topic/wp_wc_order_product_lookup-table-doesnt-contain-all-the-orders/#post-14515945)
 * So which tables do I have to look up in this case I am using woocommerce 4.x 
   but the database exists since 3.x version. I am trying to retrieve order id, 
   customer name, email, product name, payment method, amount.
    -  This reply was modified 5 years ago by [dnex11](https://wordpress.org/support/users/dnex11/).

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