Hello, I am getting this liquid error and can’t find anything in the themes to remove with this error… please help and thank you!
Liquid error
(snippets/card-product line 158):
Could not find asset
snippets/opinew_ review_stars_lists
A user encountered a Liquid error on line 158 of the card-product.liquid snippet, specifically: “Could not find snippet opinew_review_stars_lists.”
Solution provided:
card-product.liquid under Snippets{% include 'opinew_review_stars_lists' %} or {% render 'opinew_review_stars_lists' %}Important note: Removing this code eliminates functionality associated with the Opinew review stars feature. If this functionality is needed, reinstalling the app may be necessary instead.
The error appears to stem from a missing or uninstalled Shopify app snippet reference in the theme code.
Hello, I am getting this liquid error and can’t find anything in the themes to remove with this error… please help and thank you!
Liquid error
(snippets/card-product line 158):
Could not find asset
snippets/opinew_ review_stars_lists
Hi, @Mswatt21 !
This is a very simple fix. Go to file card-product.liquid under Snippets
Go to line 158
Here you will find this code:
{% include 'opinew_review_stars_lists' %}
or
{% render 'opinew_review_stars_lists' %}
Remove it and save the code. This will remove the functionality associated with the opinew_review_stars_lists. If this function is important, just reinstall the app.
Let me know if you have any other questions.