I have products on my squarespace site (ex: https://www.spaceystudios.com/shop-all/my-mountains) with two product variants (size and frame color). Right now, you have to choose the frame size and the frame color in order for the price to adjust, and I am wondering if there is anything I can do so that the price change changes ONLY with the change in product size?
Thanks for trying to help!!
That is indeed possible to achieve and is similar to things I've done in the past. Using JavaScript, you would:
.product-variants
div's data-variants
attribute..sqs-money-native
to the corresponding price.If you're not comfortable with writing the JavaScript for the above, I'd guess that it'd take an experienced Squarepace dev. less than a few hours to write, setup and test (always good to test in multiple devices and browsers).