No content to show

User Activity

Update 2:I tried the following and it worked: {% assign settings = shop.metafields.abc_app_test.settings %} {{ settings.value.enableHomepage }} or {% assign settings = shop.metafields.abc_app_test.settings.value %} {{ settings.enableHomepage }} I...
Hi @SomeUsernameHe Thank you for your suggestion. I tried that before but nothing has changed. Without json filter, I can see `settings` object on the console but with json filter, nothing is printed. I tried both:{% assign settings = shop.metafields...
Update 1:In the main message, I mentioned that I created the metafield as `json` type. So I can reach the main object but the properties. Now I tried to create another 2 metafields:- `testBooleanField` with `true` value (boolean type)- `testStringFie...
Hi everyone,I'm working on an embedded app which I used Remix App template and trying to access metafields in a Liquid template. I've successfully created metafields in the `abc_app_test` namespace with `json` type, and I can see the metafields being...
Hello everyone,I'm developing a theme extension app to meet specific customer needs, but I've encountered a limitation. Since Shopify only supports block theme extensions -please correct me if I'm wrong- at the moment and doesn't offer a section them...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.