I’m having some issues with my pricing, there seems to be a bug.

I’m having some issues with my pricing, there seems to be a bug.

Hi Kelly43,
It seems that some random code has been injected in your product.liquid file. Can you send link so that it be confirmed?
{%- comment -%}
If the product contains the special __gift tag, we prevent it to be completely accessible by redirecting to the home page
{%- endcomment -%}
{%- if product.tags contains ‘__gift’ -%}
{%- else -%}
{% section ‘product-template’ %}
{% section ‘product-recommendations’ %}
{% section ‘static-promotion-list’ %}
{% section ‘static-recently-viewed-products’ %}
{%- endif -%}