Hey,
I was wondering if anyone has attempted to create a collection grid on a page with products stored in metafields?
ie: list.product_reference
Hey,
I was wondering if anyone has attempted to create a collection grid on a page with products stored in metafields?
ie: list.product_reference
Use this code
{% assign products = all_products | where: 'metafields.namespace.key', 'value' %}