feat: variant push wizard — review pricing, SKU, images before pushing

Replaced direct push with a wizard that shows all variants in an editable
table. User can review/edit standard price, sale price, SKU, and image
per variant before pushing. Include/exclude toggle per variant. Already
synced variants shown for reference. Geo-tags images if configured.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-01 18:05:39 -04:00
parent 2afe54d15e
commit 1bf4092b39
6 changed files with 320 additions and 15 deletions

View File

@@ -2,3 +2,4 @@ from . import woo_setup_wizard
from . import woo_product_fetch
from . import woo_product_create
from . import woo_category_filter
from . import woo_variant_push