Sync Product Image with Variant Plugin FAQs
Q: Why isn't the plugin affecting the product editor interface? A: Editor interface limitations:
Plugin primarily affects frontend display, not admin interface
Squarespace admin uses different systems than public pages
Product V2 updates may have changed admin interface compatibility
Solutions:
Focus on frontend functionality testing
Use preview mode to see actual plugin effects
Check published site for true plugin behavior
Q: How do I handle Print on Demand products with many variants? A: POD-specific strategies:
javascript
pluginSyncVariant({
'syncColorOnly': true, // Ignore size variants
'groupVariants': 'color', // Group by color attribute
'defaultImage': 'first', // Use first image as default
'simplifyVariants': true
});
Q: Why do variant images not sync properly? A: Common sync issues:
Image naming must match variant names exactly
Upload order affects sync mapping
Variant options must be consistently named
Image quantity should match variant count