Liquid error (sections/main-product line 204): Could not find asset snippets/icon-caret.liquid

Solved

Liquid error (sections/main-product line 204): Could not find asset snippets/icon-caret.liquid

Mabinibooks
Shopify Partner
58 0 24

Hello, good morning!

I've tried creating a collapsible description on my product page, however when I implemented the code, I am getting an error message (Please check the image below). Any idea how to fix this please?

This is the store - https://dronehub.ph/products/gemfan-flash-7042-2-propeller?variant=44176028893370

password - iatsau

Thank you!

Screenshot 2024-09-12 113602.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please take the {% render 'icon-caret' %} code back in main-product.liquid file, then go to your Online store > Themes > Edit code > under Snippets > click + Add new snippet

Screenshot 2024-09-12 at 11.05.22.png

in 'File name', add icon-caret, put this code below into the file and save 

 

<svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</svg>

 

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

Hi @Mabinibooks 

Please go to Online Store > Themes > click "..." in the current theme > Edit code, open main-product.liquid file, go to line 204, remove this code 

{% render 'icon-caret' %}

Save file and check again.

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Mabinibooks
Shopify Partner
58 0 24

Thank you Dan, it worked, now I need a collapsible arrow on the side of the description text. How can I do this, please?

Mabinibooks_0-1726113434126.png

 

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please take the {% render 'icon-caret' %} code back in main-product.liquid file, then go to your Online store > Themes > Edit code > under Snippets > click + Add new snippet

Screenshot 2024-09-12 at 11.05.22.png

in 'File name', add icon-caret, put this code below into the file and save 

 

<svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</svg>

 

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PaulMartin
Shopify Partner
596 59 140

Hi Mabini, your name reminds me of a familiar historic name

Anyway. It says there that it cannot find the file named icon-caret.liquid. Check your snippets folder if you have the file.

contact@paulmartinlopez.com
Feel free to email me! 😄
I'm open to conversations or work ʕ •ᴥ•ʔ
Mabinibooks
Shopify Partner
58 0 24

Hello Paul, if you're familiar with Filipino History, you'll know the name.

Yes, you are correct, I was already able to sort it out, there's another shopify partner who provided the code. Thanks for the reply anyway.