Manual Installation Steps
To set up a Native subscription app, you need to first click on the " Installation" tab option at the right top corner of the app dashboard.
1. Add the below snippet to the Layout/theme.liquid file
Please add below code to Layout/theme.liquid before <body/>
{% render 'th-subscription-scripts' %}
2. Add the below code to display the selling plan selector on the product page.
To display the selling plan selector, please add the below code in sections/product-template.liquid or snippets/product-form.liquid file after <select name="id" ...>...</select> tag over. Please check the screenshot too
{% render 'th-subscription', product: product %}
3. Add the below code to display a selling plan label on the cart page.
To display the selling plan label, please add the below code in sections/cart-template.liquid or templates/cart.liquid file after {% assign property_size = ... %} tag over. Please check the screenshot too.
{% render 'th-subscription-cart', item: item %}
4. Add the below code to show the customer portal link to the account page.
To display the customer portal link, please add the below code in templates/customers/account.liquid at any desired location.