Hey,
This error suddely popped off. Can someone please help me fix it.
A Shopify theme is throwing an error because it’s attempting to load a file (snippets/load-metafields.liquid) that doesn’t exist in the theme files.
Proposed Solutions:
theme.liquid{% include 'filename' %}Alternative: Use a custom CSS app to address the issue (first task is free)
Status: The thread appears ongoing, with one user indicating they don’t have the problematic code in their theme, suggesting variations in how this error manifests across different setups.
Most likely you would have to recover the code for that file in theme or remove the reference to that file.
Checkout this app, you can create a task here to fix this issue - https://apps.shopify.com/custom-css-plus
First task is free of cost.
This is PageFly - Free Landing Page Builder.
This error is showing because of your theme is trying to access to the file name : Snippets/Load-Metafields.Liquid
But that file is not exist in the theme.
To fix this you can go to theme.liquid and completely remove that line. You can follow my instruction below:
Step1: Online store > Themes > Edit code > theme.liquid
Step2: Ctrl + F or open search tool and search the file name. That should be like {% include ‘filename’ %}
Step3: Remove that line
Hope this can help you solve the issue
Best regards,
PageFly
Thank you!!
I havent this code