Subscription Widget app block not appearing in the Shopify Theme Editor
Sections
Issue
The Subscription Widget app block is not visible in your Shopify Theme Editor.
Environment
- Shopify Checkout Integration
- Migrated Shopify Checkout Integration
Resolution
If the app block is not loading on your theme, try the following options:
Option 1 - Upgrade to the latest version of the theme
Ensure you are using the latest version of your Shopify theme. Updating your theme can resolve compatibility issues with app blocks.
Option 2 - Add code snippet
Manually add the following code snippet to your theme's main product liquid file to load the app block:
If these solutions do not resolve the issue Recharge recommends using a different theme or working with a third-party developer to investigate further.
{%- for block in section.blocks -%}
{%- if block.type == '@app' -%}
{% render block %}
{%- endif -%}
{%- endfor -%}
If the app block appears but the Subscription Widget does not display on the product page, see Subscription Widget not visible on the product page in the Shopify Theme Editor.