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>
6 lines
161 B
Python
6 lines
161 B
Python
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
|