Recently viewed

The recent products panel shows products that your customers have looked at in the past.

First add this line to the product page. The template file is called product.liquid. It does not display anything. It just lets Recommendify keep track of what products customers have looked at.

<div id="recommendify-product-view" <br>shop="{{ shop.domain }}" product="{{ product.id }}"></div>

Then add this line to the pages where you want to display recently viewed products.

<div id="recommendify-recent-products" <br>shop="{{ shop.domain }}" product="{{ product.id }}"></div>

If you want to display recently viewed products on the product page, you will need to add both lines to that page.

Here's what the panel looks like on the demo store:

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us