We’re having an issue where the product listings are not changing prices when selecting variants. The theme is Pursuit v.3.
https://www.petstreetmall.com/
We’ve looked through the product-price.liquid with this being the current code:
{% include ‘product-price’, variant: current_variant, product: product %}
{% endcomment %}
{%- liquid
if variant.title
assign compare_at_price = variant.compare_at_price
assign price = variant.price
assign available = variant.available
else
assign compare_at_price = 1999
assign price = 1999
assign available = true
endif
Any help would be greatly appreciated!
