Need a page refresh everytime a variant changes to get the correct code to load

They are different way to do this, check this basic one

{% if product.title == ‘Test product name’ %}
// Include your script, but in this you have to place js script in product.liquid or a/to your need.
{% endif%}

1 Like