Mar 16, 2020
Hello, We are looking for a way to support seamless internationalization for our app, which include loading the app in the correct language already picked by the user for the admin panel. Do...
No content to show
User Activity
Hello,The problem is the limitation for using App blocks in a section, namely The limitation of not having more than one setting of the same type in a section rendering app blocks ( as mentioned here ).This is stopping us from adding an app block in...
06-06-2023
We can not really convert a section in a third party theme to a dynamically rendered section with app block support ( the section does have more than one block of an autofill setting, which is not supported as per this link) Instead, can we render an...
05-31-2023
For our case, the problem was that the section is statically rendered which according to the documentation here: App blocks (shopify.dev) is not supported by app blocks. You can tell the difference by checking your code ( likely theme.liquid ) , and ...
05-31-2023
We are having the same issue in the Symmetry theme among others, were you able to resolve this? only difference is the way the for loop works on other themes like older "Dawn" is {% for block in section.blocks %}
{% case block.type %}
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1431 | 05-31-2023 09:06 AM |