Hey, On my Shopify product page i have an object to display the price of the product, simply {{ price }}, this works great and does in fact display the price. However i have variations on my product, which changes the total price, when a new variation is selected the price object doesn’t refresh, unless i refresh the page.
How can i keep the object refreshed when the price changes from a new variation. So that it updates automatically once a variation is selected.
Thanks,