Hi, I have not done any changes to my site and this error is now displayed on my website.
I am using metafields and buy the measurment.
Any idea how to fix this?
https://www.love4floors.co.uk/collections/engineered-oak-collection
Hi, I have not done any changes to my site and this error is now displayed on my website.
I am using metafields and buy the measurment.
Any idea how to fix this?
https://www.love4floors.co.uk/collections/engineered-oak-collection
Hi @Love4Floors
Sincerely hope you’re having a great day!
I’ve read your problem and before providing a solution, would like to analyze some source, code. Then, I will provide a solution to you up here - on the forum.
Could you share the source code of the product-loop file with me here?
Follow the steps below:
Then find product-loop.liquid file.
Czesc Michal,
Thank you for your reply.
Please see below:
{% assign on_sale = false %}
{% if product.available and product.compare_at_price > product.price %}
{% assign on_sale = true %}
{% endif %}
{% assign sold_out = true %}
{% if product.available %}
{% assign sold_out = false %}
{% endif %}
{% if section.settings.show_grid_type %}
{{ product.type }}
{% endif %}