Error in Mobile check out under product photo

Topic summary

A user modified their cart icon and now encounters two error messages on mobile checkout only:

Error Details:

  • Both errors appear in snippets/product-media-gallery (lines 131 and 145)
  • Message: “could not find asset snippets/icon-caret.liquid”

Root Cause:

  • The code calls {% render 'icon-caret' %} but the corresponding snippet file is missing

Proposed Solutions:

  1. Create a new file named icon-caret.liquid in the Snippets folder containing the appropriate SVG icon code
  2. Delete the problematic {% render 'icon-caret' %} calls from the code

Status: The issue remains unresolved. The user is seeking help to fix these broken asset references that only affect mobile checkout.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

I have changed the cart Icon to look better..

but now on mobile only I have 2 errors appearing on the final checkout saying

snippets/product-media-gallery line 131 :disappointed_face: could not find asset snippets/icon-caret.liquid

snippets/product-media-gallery line 145 :disappointed_face: could not find asset snippets/icon-caret.liquid

Any one can help me solve those 2 broken links ?

%}

{%- endunless -%} {%- endfor -%} {%- unless is_duplicate -%}
{% render 'icon-caret' %}
1 / {{ 'general.slider.of' | t }} {{ media_count }}
{% render 'icon-caret' %}
{%- endunless -%} {%- if first_3d_model -%} <button class="button button--full-width product__xr-button"

Hello @holahopa24 ,

You can add icon-caret svg on icon-caret.liquid file in snippets folder.

Hi @holahopa24

This is Richard from PageFly - Shopify Page Builder App

Seems like the issue is because of you call to the icon-caret here {% render ‘icon-caret’ %}

In this case, you can delete this liquid code or you can simply create a new file under Snippets with that name

Hope this can help you solve the issue

Best regards,

Richard | PageFly