No content to show
User Activity
Sorry, tricky to help. Are you talking about the "custom_message"? Then I would check where you "saved" this, and try to access it correctly over "metafields..." as I posted in my above example. Not sure what your issue is regarding the header, maybe...
09-18-2024
Nope...
Are you really using the storefront? Is this not Admin API?
Where did you see it in the docs ? I just find it for Admin API here only:https://shopify.dev/docs/api/admin-graphql/2024-07/objects/Metaobject#connection-referencedby I guess there is no way how to do that with storefront, or might I be wrong?
Hi @Av18 You should be able to extend the GraphQL Query with the information you want.Under node you can add the "productVariant fields", and "product" related fields can be looked up under "product". Lookup the fields and connections here: https://...
03-20-2024
Hi It would be interesting to hear about both cases! I have the situation currently, that my validation message is defined by the function itself.Currently I simply use the locales folder with the translations in there (and importing them with a cust...
I am also adding my feedback, because of checking how to show metafields I have on the order directly, via a custom extension.And it seems to be pretty easy, directly on the order metafields: {% if metafields.yourAppNamespace.deliveryInstructions %}
...