No content to show
User Activity
It didn't work. I tried printing out the values of subcollections and its size.subcollections value is CollectionDropListsubcollection.size is 1
I have a metafield 'subcollection' that accepts a list of collection. On one of the collection pages, I have 124 'subcollections', but it only returns 50. What's the solution or work around for this? <ol>
{% for col in collection.metafields.custom.s...
06-24-2024
Title. We really need the store to be in development first. I'm having an error of "The shop cannot accept the provided charge."
01-17-2024
were you able to solve this?
This is not working. The loop is not returning anything.
I have this code and is not rendering anything.{% assign array_of_awards = product.metafields.custom.single_product_awards.value.award_image %}
{% if array_of_awards %}
{% for award in array_of_awards %}
<img src="{{ award | image_url }}" />...
12-27-2023
were you able to solve this? I can't target it too using CSS.
any idea why my search result is just returning product and not pages containing content with the search term?<div class="container mx-auto py-50px lg:py-100px">
<div class="search-form-container">
<form action="{{ routes.search_url }}" method=...
hello, guys! How can I know if a value inside an array is in another array in Liquid? for example I have {% assign beatles = "John, Paul, George, Ringo" | split: ", " %}
['dog', 'cat', 'apple', 'John'] //returns true
['apple', 'banana', 'grapes'] ...
Hey @LitExtension ! I DMed you the link :))) Thanks!
05-13-2022
Hey, guys. I have a product that has the following tagsMy code for it is like this<ul class="product-tags">
{% for tag in product.tags %}
<li><a href="/collections/all/{{ tag | handleize }}">{{ tag }}</a></li>
{% endfor %}
</ul> Now when I try ...
05-11-2022
Up. Help, please. Just an idea would be nice
Hello again, everyone! I've been building a Shopify theme from scratch and I'm having trouble with my single product page because I can't seem to make the related products work.I'm following this tutorial https://shopify.github.io/liquid-code-example...
I've been developing a theme for a while now and currently fixing a sort/filter issue. What happens is when I filter by brand everything is okay. It is filtered accordingly, the pagination is okay, and the URL looks something like thisHowever when I ...
This works. Thanks!
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
733 | 03-28-2022 09:38 PM |