13891 items • 26608 users

WooCommerce Customer Order Coupon Export

woocommerce

WooCommerce Customer Order Coupon Export features

  • Export customer data: name, email, addresses, whether a paying customer, and more customer information
  • Export order data such as line items, order totals, shipping information, discounts used, and other details
  • Create custom export formats to include the order or customer data you need
  • Processes exports asynchronously so thousands of records can be exported at one time, even while you continue working on your site!
  • Download files immediately, or continue working — you’ll see an admin notification when your files are ready for download
  • Bulk Export tool lets you export all orders, or export based on order status, product(s) included, product categories included, or date range
  • Use the bulk export tool to get a list of all customers, or a list of customers by registration date
  • Manually export or transfer one or more orders while viewing your order list via bulk actions
  • Manually export or transfer customer exports while viewing your “Users” list in WordPress
  • Automatically export orders to CSV on a recurring basis via FTP, HTTP POST, to multiple email addresses, or just save them locally
  • Automatically export customers to CSV on a recurring basis via FTP, HTTP POST, to multiple email addresses, or locally to your export list
  • Define an export schedule and starting time for auto-exports
  • Option to automatically export orders individually as soon as they’re paid for
  • Automated exports only include new records to avoid duplication
  • Transfer status for automated exports is monitored to notify you of failures
  • Compatible with WooCommerce Subscriptions: export subscription or renewal orders only

WooCommerce Customer Order Coupon Export 5.5.1 changelog

* Fix - Cast numbers to floats when formatting them to avoid type issues with PHP 8.0+
 * Dev - Have `WC_Customer_Order_CSV_Export_Method_Email` to extend `WC_Email` to improve third party compatibility
 * Misc - Improve compatibility with PHP 8.2+