I need help, the pricing for a given product is different on the collection page than on the actual product page.
When I click on the product it takes me to the product page, where the pricing is completely different even if I manually update the pricing. We had a third party pricing app called compare at price bulk updater which messed up the code. How to fix?
Hi,
you should ask to the app developper may be some data as not been deleted when you uninstalled the app.
I have tried to reach out to them since last week, I even had Shopify support email them with no response. I need someone with coding experience to help
I found suspicious code under featured-collections.liquid:
{%- capture hack -%}
{%- comment -%}This is just an ugly hack to make those variables appear as part of the theme editor in the General Settings{%- endcomment -%}
{% if section.settings.layout_mode == ‘grid’ %}{{ settings.product_list_horizontal_spacing }},{{ settings.product_list_vertical_spacing }}{% endif %}
{%- endcapture -%}
Do you know what this is?
I don’t think this code is the origin of the problem.