Hi there. We would like to do some featured collections that are hidden from the main collections list and wondered if that was possible? Thanks
No content to show
User Activity
02-03-2025
Thanks for your help! We're going to take a look now
02-03-2025
Hi all,We're having some trouble with the below - any help would be greatly appreciated! We are storing a date string in a metafield, then using liquid date filter to convert to a dateIt is temperamental across loads, even when the format is the same...
similar to us but all looking fine in cart but at checkout changes to [filtered] also on some products and not all and I just can't see a pattern
Same for us - showing in checkout on product data, again causing real issues for our clients packing info.
Hi Leina, Thank you for replying, but this is an old post that I thought was deleted, here's the new post for reference: https://community.shopify.com/c/Technical-Q-A/Deprecated-include-tag/td-p/608267
11-21-2019
Hi Jan, Haha I didn't notice I did that, sorry for the confusion!Thanks for your help!
11-21-2019
Hi Jan, Sorry, I wasn't very clear! Here's a visual example of what I was thinking:{% for section in section.blocks %}
{%- assign section_name = 'section-' | append: section.type -%}
{% render 'render_snippet', snippet: section_name, section:...
11-21-2019
Hey Jan,Thank you for taking the time to reply!The method you suggested was my back-up method, in which I had a snippet called render, then I would pass down the snippet name as a variable. However, I totally forgot about the variable needing to be p...
Hello Everyone, I've come across a changelog that notes the {% include %} tag is being deprecated in favour of the new {% render %} tag. I'm aware that previous include tags are keeping their functionality, but the new render tag must be included goi...
Hello everyone,I've come across a changelog that notes the {% include %} tag is being deprecated in favour of the new {% render %} tag. I'm aware that previous include tags are keeping their functionality, but the new render tag must be included goin...