This is appearing at the bottom of site now.

Topic summary

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:

  • Navigate to: Store Admin → Sales Channels → Online Store → Themes → Edit Code
  • Open the theme.liquid file
  • Locate and remove the code: {% render 'primebcustomerloc-js' %}
  • Save the file

Status: Resolved. The fix was successfully applied and the error disappeared.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

What did I do now?

Liquid error (layout/theme line 375): Could not find asset snippets/primebcustomerloc-js.liquid

1 Like

Hi @Kemogreen

Kindly share me your store URL and store password so I can take a look :blush:

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

1 Like

Well that was an easy, quick fix! Thank you!

1 Like

Very welcome!