Our website page for products has 2 variants of option types: COLOR and SIZE, BUT in reality SIZE is variants, and COLOR is JUST a LINK to another product. I would like if customer selected for example 4-6 years size and click color red, I would like to be preselected the same size. Right now always default.
I think I could add to the URL selected variable. myshop.com/products/pants?selected-size=4-6years and when url selected try in front-end preselect old value. There is ANY other WAY?
Hope my problem is clear enough.
@DariusWS , are you running into 100 options issues with size and color both options?
If these are the only options ( Size and Color ) you still have only 36 combinations and if that is the case you don’t need to do anything extraordinary. Just set them as variant and deep linking will be enabled by default
@Propero Thank you for your answer. The main idea was that each product color would be as a different product for google shopping, but on the product page, it should look like a Single product. I think I found a solution, when I finish I will try to share it