How to set up product recommendation widgets on your store
In the ShopAgain app, go to Settings > Widgets expand widgets on the left sidebar and click on the page where you would like to add widgets.
Enable the widget of your choice and click on save.
If you encounter this popup, your store uses a theme 2.0 based template on that page, follow the steps below to proceed.
For widget to appear on a page, the ShopAgain widgets block needs to be added via the Shopify theme editor. The following steps will help you guide through the process.
Click on the Customise theme option under the Themes section of your store.
Select the page where you would like to add widgets using the page selection option on top.
On the sidebar, click on "*Add block**" wherever you would like the widgets to appear
and search for "shopagain widgets", Click on "ShopAgain Widgets" from the list to add the block to the page.
Make sure you press save in your Shopify theme editor once you are done.
Once the app block has been added, you can enable or disable widgets on that page from the ShopAgain app’s dashboard,
Go to Customise Widget under Widgets. Here you can customise the styling of the widget. Press Submit to save.
To enable the widgets in your mini cart it requires one extra step.
Go to Themes, From the Actions dropdown select Edit code.
In your code find the mini cart page and place the bellow div tag for the respective widget.
Enable the widget of your choice and click on save.
If you encounter this popup, your store uses a theme 2.0 based template on that page, follow the steps below to proceed.
Instructions for shopify theme version 2.0 (31 Aug 2021)
For widget to appear on a page, the ShopAgain widgets block needs to be added via the Shopify theme editor. The following steps will help you guide through the process.
Click on the Customise theme option under the Themes section of your store.
Select the page where you would like to add widgets using the page selection option on top.
On the sidebar, click on "*Add block**" wherever you would like the widgets to appear
and search for "shopagain widgets", Click on "ShopAgain Widgets" from the list to add the block to the page.
Make sure you press save in your Shopify theme editor once you are done.
Once the app block has been added, you can enable or disable widgets on that page from the ShopAgain app’s dashboard,
Customise Widgets
Go to Customise Widget under Widgets. Here you can customise the styling of the widget. Press Submit to save.
To enable the widgets in the mini cart
To enable the widgets in your mini cart it requires one extra step.
Go to Themes, From the Actions dropdown select Edit code.
In your code find the mini cart page and place the bellow div tag for the respective widget.
Tag | Widget |
---|---|
<div class="shopagain_widgets_up_sell_mini_cart"></div> | Up Sell |
<div class="shopagain_widgets_hot_products_mini_cart"></div> | Trending Products |
<div class="shopagain_widgets_best_sellers_mini_cart"></div> | Best Sellers |
<div class="shopagain_widgets_recently_viewed_mini_cart"></div> | Recently Viewed |
Updated on: 12/04/2023
Thank you!