Facing liquid error on main-product.liquid line 383, how to fix?

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

  1. remove the reference for that cm-product-buttons.liquid
  2. create the file cm-products-button.liquid and define the html and css for it

For option (1), do the following

  1. from your Shopify admin, go to Online Store > Themes
  2. find the theme you want to edit and select the dropdown option “Edit Code
  3. navigate to Sections (folder) → main-product.liquid (file) → look for “cm-products-button” (should be line 383)
  4. delete the code snippet for cm-products-button (it should say “include” or “render”)

@Jameswee ,

Already make change to the error.
Thank you.