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
could not find asset snippets/icon-caret.liquid
snippets/product-media-gallery line 145
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