Shopify themes, liquid, logos, and UX
Hello,
I am trying to figure out how to figure out this error message when trying to implement this fix.
Error Message: (see below)
Code from Step 5 for Adding Product Recommendations to Debut theme
https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...
Let me know if you have any questions?
Thanks a bunch!
Jennifer
Solved! Go to the solution
This is an accepted solution.
It should be code below: missing one "="
{% if recommendations.intent == 'related' %}
You can refer document for Operators in liquid here https://shopify.github.io/liquid/basics/operators/
And you should be update
{% elsif recommendations.intent = 'complementary' %}
to code below as well
{% elsif recommendations.intent == 'complementary' %}
Hope can help
If you find my reply helpful, please hit Like and Mark as Solution
EBOOST
This is an accepted solution.
It should be code below: missing one "="
{% if recommendations.intent == 'related' %}
You can refer document for Operators in liquid here https://shopify.github.io/liquid/basics/operators/
And you should be update
{% elsif recommendations.intent = 'complementary' %}
to code below as well
{% elsif recommendations.intent == 'complementary' %}
Hope can help
If you find my reply helpful, please hit Like and Mark as Solution
EBOOST
Thank you so much! That removed the error message 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024