How to Recommend Subscription Products¶
This article explains how to recommend subscription products, so a customer can subscribe straight from the results page.

Set up subscriptions¶
The app works with Shopify Subscriptions and Recharge Subscriptions.
Before you start
- Recharge exposes the Storefront API on the Recharge Plus plan only. On any other plan, contact Recharge support.
- Set Recharge up on your Shopify store first, as the Recharge documentation describes.
-
Open your online store themes and click
Edit Code. -
Open the
layout/theme.liquidfile. -
Add the Recharge Storefront SDK in the
<head>section, before the RevenueHunt quiz renderer script.<script src="https://static.rechargecdn.com/assets/storefront/recharge-client-2.0.0.min.js"></script>The legacy Recharge script is not the same file
https://static.rechargecdn.com/static/js/recharge.jsis not the Storefront SDK the quiz needs. If your theme loads that legacy script, replace it withrecharge-client-2.0.0.min.js. -
Save the theme.
-
Go to the Results page tab and open the settings of your Product block.
-
Add the
Subscriptionoption toProduct components layout.

-
Select your subscription app under
Subscription.
Supported subscription apps
The
Subscriptioncomponent supports Shopify Subscriptions, and Recharge Subscriptions on the Plus plan.
To ask about an app that is not on the list, contact support.
-
Click the top-right
Savebutton. -
Publish the quiz on a new page and take it through to the results page.
The subscription options never appear in the preview
Testing this needs a published quiz on a page of your website. The quiz preview cannot show the subscription options.
-
Add a subscription product to the cart, then check the cart holds it correctly.
The app works with Recharge Subscriptions.
Before you start
- Recharge exposes the Storefront API on the Recharge Plus plan only. On any other plan, contact Recharge support.
- Set Recharge up on your Shopify store first, as the Recharge documentation describes.
-
Go to the Connect tab in your quiz dashboard.
-
Scroll to the Recharge section and click
connect. -
Run a catalog sync from the success checklist on your dashboard. The sync takes 30 to 60 minutes.
-
Link your Recharge subscription products to the matching choices in the Link Products tab.
-
Click
Publish. This updates both the preview and the live quiz.
What this setup cannot do
- One button cannot add every product to the cart. Each subscription has to be chosen and added on its own.
- The customer picks the subscription duration on the results page. You cannot recommend a specific duration.
- The customer has to go to the cart first, rather than straight to checkout. You can change that in the checkout settings.
- Only the new Shopify Checkout works. The old Recharge Checkout does not. To move over, see the Recharge migration guide.
The app works with WooCommerce Subscriptions.
Products created with that plugin sync to the app on their own once it is installed. They appear under the Link Products tab in the Quiz Builder.
If a subscription product is missing from the list
Run a catalog sync.
Not available on this platform
This version cannot recommend subscription products directly. See Other subscriptions for a workaround that sends the customer to the product page to subscribe.
Not available on this platform
This version cannot recommend subscription products directly. See Other subscriptions for a workaround that sends the customer to the product page to subscribe.
Not available on this platform
This version cannot recommend subscription products directly. See Other subscriptions for a workaround that sends the customer to the product page to subscribe.
Other subscriptions¶
Any other subscription app can still be recommended, by sending the customer to the product page instead of adding the product to the cart. They subscribe on the product page, in whatever app you use.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products. You can also pin them with Fixed Recommendations.
-
Go to the Results page and select a Product block.
-
Open
Product Components Layoutin the block settings. -
Remove the
Add to cartcomponent, then add aLink to Productcomponent in its place.


What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products.
-
Go to the Results Page settings.
-
Change
Add to carttoLink to productin the Checkout Settings.
What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products.
-
Go to the Results Page settings.
-
Change
Add to carttoLink to productin the Checkout Settings.
What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products.
-
Go to the Results Page settings.
-
Change
Add to carttoLink to productin the Checkout Settings.
What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products.
-
Go to the Results Page settings.
-
Change
Add to carttoLink to productin the Checkout Settings.
What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
-
Pick the subscription products you want the quiz to promote.
-
Create a one-time payment product for each one. These stand in for the subscriptions inside the quiz.
-
Link each one-time product to the matching choices in Link Products.
-
Go to the Results Page settings.
-
Change
Add to carttoLink to productin the Checkout Settings.
What the customer sees
The results page no longer adds a product to the cart. It sends the customer to the product page, where they subscribe.
This article explains how to recommend subscription products, and what to do when your subscription app is not supported directly.