Shopify Nested Block schema
I'm wondering if nested block on shopify schema is possible. I search on it but I can't find an answer. Please help me out if anyone knows how to do it. Here's my schema "blocks": [ { "type": "block_main", "name":…
I'm wondering if nested block on shopify schema is possible. I search on it but I can't find an answer. Please help me out if anyone knows how to do it. Here's my schema "blocks": [ { "type": "block_main", "name":…
I have defined this in schema.json : { "type": "image", "id": "zeva_image_1", "label": "Image" } And i need to use it in a template and i am doing it like this : <img src="{{ settings.zeva_image_1 | asset_url }}" /> But…
I asked one question about telegram layer some months ago and got true answer in this page , but now i have a same question because older answer is not working now. i want updated telegram Schema and Json to…
So I am trying to loop through a collection that the shopify store user can choose in the settings. Right now everything works if I assign a certain collection but that doesn't let me change it dynamically. <div id="slideshow"> <div…
The following json text is the result of a call to eBay's search API. Q: Is this json badly constructed? (It's technically, correct - so that's not what I'm referring to) By that I mean, notice how -every value- is…
I was asked to build a control-system for a Ebay-like Finnish auction-site huuto.net. The system would reopen closed auctions by a specific rules. It would be completely external from the main site, running at an external website. The site is…