What did I do now?
Liquid error (layout/theme line 375): Could not find asset snippets/primebcustomerloc-js.liquid
A Liquid error appeared at the bottom of a Shopify store: “Could not find asset snippets/primebcustomerloc-js.liquid” on line 375 of the theme layout.
Cause: The theme was trying to render a snippet file (primebcustomerloc-js.liquid) that no longer exists or was removed.
Solution provided:
theme.liquid file{% render 'primebcustomerloc-js' %}Status: Resolved. The fix was successfully applied and the error disappeared.
What did I do now?
Liquid error (layout/theme line 375): Could not find asset snippets/primebcustomerloc-js.liquid
Hi @Kemogreen
Kindly share me your store URL and store password so I can take a look ![]()
Hi @Kemogreen
Please go to your store admin > Sales channels > Online Store > Themes > click “…” > Edit code > open theme.liquid file, find and remove the code example like
{% render 'primebcustomerloc-js' %}
Save your file
Well that was an easy, quick fix! Thank you!
Very welcome!