Why am I experiencing a liquid error in my theme?

Topic summary

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:

  • Navigate to card-product.liquid under Snippets
  • Locate line 158 containing either {% include 'opinew_review_stars_lists' %} or {% render 'opinew_review_stars_lists' %}
  • Delete this code line and save the file

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.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

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.