I think we have a crawling issue on Google and want to swap the compare and current price around to see if it fixes the problem. So currently it shows Compare Price / Current Price and we want it the other way around. I’ve looked up other posts but our code seems to be different and I cannot work it out. Below is our current product-price.liquid. I tried moving all the sections around which show
{%- liquid
assign tax_included_t = ‘products.tax_included’ | t
assign current_variant = product.selected_or_first_available_variant
assign compare_enabled = false
if current_variant.compare_at_price > current_variant.price
assign compare_enabled = true
endif
-%}
<product-price-root
class=“product-price–root”
data-id=“{{ id }}”
style=“display:block;”
{%- unless settings.product–quick-add-enabled -%}
{%- endunless -%}