No content to show
User Activity
05-13-2023
How would I do this (sort items in a metaobject) using liquid code. See below. I want to sort by artist.name or artist.sort_order assign artists = shop.metaobjects.artist.valuesfor artist in artists echo artist.nameendfor
How do I sort metaobject items by a field in the metaobject. Is there a method to perform this? Also, how are the metaobject items retrieves ... what is the default sort order?
08-11-2021
I need to display a custom gift card image based on the variant selected. I need to display this on the (1) 'Gift card created' email notification and the (2) gift_card.liquid page. Currently, I can not find a method of passing/reading the inform...