=== Nova Order Export for WooCommerce ===
Contributors: linguaflow, eh6142302
Tags: woocommerce, orders, export, json, migration
Requires at least: 5.8
Tested up to: 7.0
Stable tag: 2.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Export WooCommerce orders into a JSON format with chunked AJAX processing.

== Description ==

**Nova Order Export for WooCommerce** exports your WooCommerce orders into a JSON file using chunked AJAX processing to prevent memory limits, making it suitable for stores with thousands of orders.

= Features =

* **Order Export** — Export orders by any WooCommerce status to JSON.
* **Chunked Processing** — AJAX batch processing prevents memory exhaustion on large stores.
* **Progress Bar** — Real-time progress tracking with live terminal log.
* **One-Click Download** — Download the generated JSON file with a single click.
* **Line Items & Shipping** — Exports product line items and shipping lines per order.
* **HPOS Compatible** — Fully compatible with WooCommerce High-Performance Order Storage.

= Pro Features =

Upgrade to [Nova Order Export Pro](https://eslamdev.com/plugin/nova-order-export-for-woocommerce/) for advanced capabilities:

* **Import Orders** — Import orders from JSON files or ZIP archives with chunked processing.
* **Pause & Resume** — Pause and resume without losing progress.
* **Batch Size Control** — Customize orders per batch for optimal performance.
* **Coupon & Fee Lines** — Export coupon codes and fee lines for complete data transfer.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`.
2. Activate the plugin via the 'Plugins' menu.
3. Navigate to **WooCommerce > Order Export** to start exporting.

== Frequently Asked Questions ==

= What order statuses can I export? =
You can export orders with any WooCommerce status including Completed, Processing, On Hold, Pending, Failed, Cancelled, and Refunded.

= Is the exported file compatible with other stores? =
Yes. The JSON format contains all order data and can be imported into another WooCommerce store using the Pro version.

= Is it safe for large stores? =
Yes. The plugin uses chunked processing, only handling 10 orders at a time to prevent memory issues.

= Can I import orders? =
Order import with JSON and ZIP support is available in the Pro version.

== Screenshots ==

1. Export engine dashboard with status filter and progress tracking.
2. Pro feature upgrade cards.
3. Documentation tab with step-by-step guide.

== Changelog ==

= 2.0.0 =
* New: Free/Pro architecture with upgrade prompts.
* New: HPOS compatibility declaration.
* New: Requires Plugins header for WooCommerce dependency.
* New: uninstall.php for clean removal of export files.
* New: Export directory security (index.php + .htaccess).
* Improved: Submenu under WooCommerce instead of top-level menu.
* Improved: All strings are translatable.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 2.0.0 =
Major update with Free/Pro split, HPOS compatibility, security improvements, and WordPress.org compliance.
