Verified Themes
We have checked that the following themes support app blocks, so that you should be able to add app from the customize page.
- Dawn
- Sense
- Crave
- Craft
How to find out if you can add an app block from the customize page
You will be able to figure out if the theme you are using allows you to add app blocks from the customize page by contacting the theme vendor or by examining the code yourself.
Check if you have the following code in the schema tag of the cart page file (Sections > main-cart-footer.liqiuid, etc.).
{% schema %}
…
"type": "@app"
…
{% endschema %}
In addition to that, the cart liquid file must contain the following code in order to display app blocks.
{%- when '@app' -%}
{% render block %}
Comments
0 comments
Please sign in to leave a comment.