I have error :- Liquid error (sections/main-product.liquid line 383): Could not find asset snippets/cm-product-buttons.liquid
@Jameswee
Hii,
Can You Please Share Store Details
My website :- Www.alluora.com
All items have this error.
I’m still arrange/creating the website currently, but not sure why this
error.
@Jameswee Your code is referencing a file that does not exist in your project.
In order to get rid of the error, you have to
- remove the reference for that cm-product-buttons.liquid
- create the file cm-products-button.liquid and define the html and css for it
For option (1), do the following
- from your Shopify admin, go to Online Store > Themes
- find the theme you want to edit and select the dropdown option “Edit Code”
- navigate to Sections (folder) → main-product.liquid (file) → look for “cm-products-button” (should be line 383)
- delete the code snippet for cm-products-button (it should say “include” or “render”)
Already make change to the error.
Thank you.

