Having issues with the Variant Picker on collection pages not loading the corresponding variant price, or eventually loading once clicking back and forth on different variants a few times.
Seems to be working correctly on the product page. Using Tinker theme.
The issue with the variant price not updating on the collection page is due to missing product data and JS logic. I’ve prepared a quick fix using product JSON and a script to update the price when a variant is selected.
{{ product.price | money }}
JavaScript Code (add to your theme’s main JS file):