Pick a collection from another page with liquid code

Pick a collection from another page with liquid code

feeledo
Visitor
2 0 0

Hi guys,

 

I'm pretty new in shopify and I obviously have a coding issue. I need to pick a collection from collections default page and insert it in a collapsible menu. I modified the code in collapsible section to have a liquid field where I can use code. Here the screenshot (sorry, in italian): 

feeledo_1-1723199758144.png

I used this code to pick products but shopify return a LazyProductDropCollection error as you can see in the second screenshot:

{% for collection in collections['lieviti'].products %}
{{ collections['lieviti'].products }}
{% endfor %}

 

feeledo_0-1723199725478.png

 

I've run out of alternatives. Could someone help me?

 

Reply 1 (1)
feeledo
Visitor
2 0 0

Hi pearldropship,

thanks for quick reply. Do you mean with csv files method?