Hi All,
I have the below code on one of my product pages - does anyone have any ideas why this is showing up and how to fix it?
Liquid error (sections/product-featured-image-slider.liquid line 14): comparison of String with 24 failed
Thanks in advance
Jess
Solved! Go to the solution
Gday Jess,
To fix that issue you need to go to the edit the Liquid file product-featured-image-slider.liquid. You will have to go Online Store > Themes > Actions > Edit code. Then navigate to Sections > product-featured-image-slider.liquid
From the error, the code has an error because there is a comparison of two different types on line 14. There would be something like
if(string == int){
...
}
If you copy the line 14 in as a reply I can take a look and see if I can help
Willy
Hi Willy
Thanks so much for your help, I really appreciate it.
On line 14 - here is the code:
{% if collection.all_products_count > paginate_by %}
I also have the same error (below) on one of my product pages, which is
Liquid error (sections/product-featured-image-slider.liquid line 14): comparison of String with 24 failed
This is an accepted solution.
I've managed to get this all fixed now, thank you for your help
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |