How to install or uninstall our Subscription app?
Last updated
Last updated
Before installing, your store must be using one of the following payment gateways: Shopify Payments, PayPal Express, Authorize.net, Stripe, Adyen on Shopify. Learn more about Shopify Eligibility Requirements.
Open Theme Editor
Enable App Embed and Save
Find the product form template in your theme, usually, it's either sections/product-template.liquid, snippets/product-form.liquid or snippets/buy-buttons.liquid.
Find the close tag {% endform %}
, and insert the code snippet below before {% endform %}
.
<input type="hidden" name="selling_plan" value="{{ lastSellingPlanId }}" id="bss-selling-plan-input" />
Save and go to Step 3.
Open Theme Editor
Select template Products > Default Product
Add app block Subscription Form (BSS) into the Product Information
You can drag the Purchase Options to the position you want, then click Save
Open Theme Editor
Select template Products > Default Product
Add app block Discount Price (BSS) into the Product Information
You can drag the Discount Price (BSS) to the position you want, then click Save
Open Theme Editor
Select template Cart
Add our app section block Portal Link (BSS)
Preview and Save
We integrate with most of the themes in the Shopify theme
When changing a new theme, you just need to follow these steps again. It will let our app re-work with your new one.
Nothing will be visible to customers until you assign products to the subscription group.
If you need to uninstall our app, just need to click "Uninstall" as usual. Our app uses Shopify Theme App extensions, so there is no leftover code on your theme.
If you have further questions, feel free to contact us at support-sbc@bsscommerce.com.