No content to show
User Activity
06-27-2022
@LitExtension Thank you so much! You saved my day.
06-27-2022
Hi @LitExtension, thank you for reply. I have checked the pagination reference you provided, but I don't know how I can apply it to my code. I would appreciate if you could give me some example code on how to apply pagination with the metafield list...
06-27-2022
Hi @Tinytasks, thank you for reply. I am using the following theme and display the metafields on the product page.https://themes.shopify.com/themes/empire/styles/supply
Hi, I have tried the following approach, but it doesn't work. I wonder how I can get the size of the metafields list. {% if product.metafields.products.related.value.size > 0 %}
<p>Some related products here.</p>
{% else %}
<p>It is empty.</p>
{% en...