# PowerTable: Product Editor for WooCommerce

Lightweight editor that adds a sheet / table style interface for WooCommerce products and variations using DataTables and inline AJAX editing.

## Features
- Lists products and variations in a sortable, searchable DataTable.
- Inline editing for: Name, SKU, Regular Price, Sale Price, Stock, Status.
- Supports variations (shows variation rows with parent ID).
- AJAX updates with nonce + capability checks.
- Click any editable cell to edit and press Enter to save.

## Installation
1. Copy folder `powertable-for-woocommerce` into `wp-content/plugins/`.
2. Activate plugin in WordPress admin.
3. Navigate to: WooCommerce > Product Table Editor.

## Notes & Next Steps
- Currently pulls up to 200 items (adjust in JS or PHP `limit`).
- Consider server-side pagination for very large catalogs.

## Security
- Capability check `manage_woocommerce`.
- Nonce validation on AJAX actions.

## Changelog
### 1.0.0
- Initial release with inline editing for products and variations.
- Clean WordPress-style UI with DataTables integration.

## Disclaimer
This is a minimal MVP separate from the original WP Sheet Editor product. Extend as required.
