Reviews (30)
Fine App but not fully bug free. One thing is especially annoying: reordering variants will change the order of the options but not the value of selected_or_first_available_variant.
This means changing the order does not affect which product is shown in collections and preselects the option that is not at the first index.
We had to implement an expensive lookup technique based on the option order which is not ideal, especially on collections where this can add up quickly.
This also contradicts the Shopify API changes for high variant products, since this lookup only works with the first 250 variants. It also makes our code way harder to maintain.
I would love to see this fixed. This would solve all our issues with the app.