Goal: Modify Shopify_import_tool_V11.html to export tags matching the Product_import_template.csv format (no prefixes, clean values like 4 Pin, 0E, Solder, Cable Plug, E Series)
Changes made:
parseTagsIntoFields: Added auto-detection for connection types (Solder, Crimp, Screw, Weld → style), series (E Series, K Series → variant), finishes (Black Chrome, Nickel → variant)
tagsToExport: Changed join order from type, pin, shell, style, variant to pin, shell, style, type, variant to match template order
Verified: All 9 tag patterns from template CSV survive round-trip with correct values