How to Install the App¶
The app installs from a different place on each platform. Pick yours below.
The Built for Shopify version is the current app, and it installs from the Shopify App Store.
-
Open the Shopify App Store listing and click
Add app. -
Grant the permissions that connect the app to your store.
-
In your Shopify admin, go to
Appsand openRevenueHunt Product Quiz Maker. -
Confirm the app access and permissions.
-
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
Going back to the legacy version
Select Switch to legacy app in the Shopify side menu. Your progress is saved in both versions, so nothing is lost either way.
See Switch to legacy.
The legacy app installs from the same Shopify App Store listing as the current one. You choose between the two interfaces inside the app.
-
Open the Shopify App Store listing and click
Add app. -
Grant the permissions that connect the app to your store.
-
In your Shopify admin, go to
Appsand openRevenueHunt Product Quiz Maker. -
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
Moving to the Built for Shopify version
-
Open the app in your Shopify admin.
-
Select
Switch to Built for Shopifyin the Shopify side menu.
-
Confirm the app access and permissions.
Your progress is saved in both versions, and you can switch back whenever you want.
To bring a quiz you have already built across, use Migrate from Legacy App in the New quiz menu. See how to migrate a legacy quiz.
The quiz runs as a WordPress plugin that connects your store to RevenueHunt.
-
Install and activate WooCommerce, if it is not already running.
-
Install and activate the Product Recommendation Quiz plugin. It is on the WordPress Plugin Directory and on the WooCommerce Marketplace. Both are free.
-
In your WordPress admin, open the
Product Quiztab. -
Grant the permission that connects the app to your WooCommerce store.
-
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
What the free plugin covers
Either plugin puts you on the Free plan, which covers up to 100 quiz responses a month. Above that the app asks you to upgrade to a Basic plan, billed monthly.
See Plans and pricing for the rest of the plans.
The plugin is not connecting
The quiz runs as a Magento module. Installing it needs command line access to your server, so this one is a developer task.
-
Download the Product Recommendation Quiz module from the Product Recommendation Quiz for Magento page.
-
Install the module from the zip file, or with Composer.
The commands for each route
From a zip file
- Unzip the file into
app/code/Revenuehunt. - Enable the module:
php bin/magento module:enable Revenuehunt_ProductQuiz - Apply the database updates:
php bin/magento setup:upgrade - Flush the cache:
php bin/magento cache:flush
With Composer
- Make the module available in a Composer repository, such as the private
repo.magento.com, the publicpackagist.org, or a public GitHub repository added asvcs. - Add that repository to your configuration:
composer config repositories.repo.magento.com composer https://repo.magento.com/ - Install the module:
composer require Revenuehunt/module-productquiz - Enable the module:
php bin/magento module:enable Revenuehunt_ProductQuiz - Apply the database updates:
php bin/magento setup:upgrade - Flush the cache:
php bin/magento cache:flush
- Unzip the file into
-
In your Magento admin, go to
Stores > Settings > Configuration > Services > Magento Web API > Web API Securityand setAllow Anonymous Guest AccesstoYes. See the Magento documentation on anonymous API security.Where the module keeps its configuration
Setting Configuration path Api URL Test product_quiz/general/prq_api_url_testAdmin URL Test product_quiz/general/prq_admin_url_testIs Test mode product_quiz/general/prq_is_testAPI URL product_quiz/general/prq_api_urlAdmin URL product_quiz/general/prq_admin_urlRH Domain product_quiz/hidden/rh_domainAPI key product_quiz/hidden/rh_api_keyToken product_quiz/hidden/rh_tokenShop hash id product_quiz/hidden/rh_shop_hashid -
In your Magento admin, go to
Marketingand openProduct Recommendation Quiz. -
Grant the permission that connects the app to your Magento store.
-
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
What the module needs
- Your website must have a valid HTTPS or SSL certificate.
- The module does not run on a local or development environment.
-
The MiniCart integration is off by default. If your theme uses MiniCart, uncomment this line in
view/frontend/layout/default.xml.```html```
For the developer installing it
- Composer package:
revenuehunt/module-productquiz - API endpoint: POST
Revenuehunt\ProductQuiz\Api\PrqSetTokenManagementInterfacetoRevenuehunt\ProductQuiz\Model\PrqSetTokenManagement - Controller:
adminhtml > prqfw/index/index - Source and issues: Magento module repository on GitHub
The quiz installs as a BigCommerce app.
-
Open the BigCommerce listing for Product Recommendation Quiz and click
get this app. -
Grant the permission that connects the app to your BigCommerce store.
-
In your BigCommerce admin, go to
Appsand open Product Recommendation Quiz. -
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
The standalone version runs on its own, with no store behind it. It suits a shop built on Wix, Squarespace Commerce, Odoo, or anything else the app has no plugin for.
Two things work differently here
- Products are not pulled from a store. Add them by hand or through a Google Product Feed.
- There is no add to cart and no checkout. The customer reads the results page and clicks a product to open it.
-
Sign up on the RevenueHunt registration page. An email address and a password are all it takes.
-
Add your products and collections in the in-app Catalogue.
-
Check that the app opens on its Dashboard. That is where your quizzes are listed.
Work through the Success Checklist next, to build and publish your first quiz.
Filling the catalogue
Changing your username or password
Contact customer support to change either one.
This article explains how to install the RevenueHunt app on each platform, and how to check that the install worked.