Hi,
Getting liquid error on the top and bottom of the storefront. This happened possibly after the policy templates were added. Anz advice? Thank you!
Hi @SM13
It alert your theme file missed load-metafields.liquid file.
In this case you need to add the load-metafields.liquid into your theme or find the code to remove it.
Or maybe the problem is from 3rd app, in this case you can contact with app supporter to check and fix the problem
Hello @SM13 ![]()
This issue happen because the file load-metafields.liquid is missing
You can go to Themes, Edit code, find where the code appear like
{% include "load-metafields" %}
remove that line and the error will be gone.
Hello @SM13
Refer to this guidance: hope it will be helpful to you-
Check this link:
(OR)
In most cases, you will need to recover the theme’s code for that file or remove its references.
(OR)
There is an error displaying because your theme is attempting to access Snippets/Load-Metafields.Liquid.However, that file does not exist in the theme.
In theme.liquid file, you can completely remove that line to fix this. The following steps will help you:
Go to the Online store > Themes > Edit code > theme.liquid
Ctrl + F (find code) or open the search tool and search the file name. It should be like [% include ‘filename’ %}