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:

  1. Image naming must match variant names exactly

  2. Upload order affects sync mapping

  3. Variant options must be consistently named

  4. Image quantity should match variant count

Omari Harebin

Founder of SQSPThemes.com, one of the worlds most trusted Squarespace resources.

https://www.sqspthemes.com
Previous
Previous

Product Image Rollover Plugin FAQs

Next
Next

Related Posts and Products Plugin FAQs