What is the relationship between the custom meta object “salt x” and products on your site?
What are you trying to loop through? Eg products or metaobjects?
A developer is attempting to dynamically retrieve and display metaobject data on a custom Shopify page (URL: /pages/salt/salt-x) using Liquid code but is encountering difficulties.
Current Issue:
shop.metaobjects[request.path] to access product data and iterate through it, but the implementation isn’t working.Guidance Provided:
Outstanding Questions:
The discussion is ongoing, awaiting more specific details about the data structure and intended implementation.
What is the relationship between the custom meta object “salt x” and products on your site?
What are you trying to loop through? Eg products or metaobjects?