Hi,
All my product pages are displaying a code above each product. Here is a screen shot.
How do i fix this?
Thanks
Marty
Hi @Mp2023
glad to support you today.
Please go to sections of your live theme and find main-product.liquid and take screen shot of first 2 lines and send it to me
I will find the issue and give you the solution to fix .
Thanks
paste this code on the very first line
{% capture redirectScript %}{% render 'bsscommerce-redirect-product-page-logic', product: product %}{% endcapture %}{% assign redirectScript = redirectScript | strip %}{% unless redirectScript contains "Liquid error" %}{% if redirectScript != "" %}{% endif %}{% endunless %}
That took care of the problem. Thank You