Integrating Recommendations

To integrate Findify Recommendations follow these steps:

  1. Getting started
  2. Integrating Recommendations on Home Page
  3. Integrating Recommendations on Cart Page
  4. Integrating Recommendation on Product Page

Step 1: Getting Started

  1. To integrate Recommendation on your home page, you must first access your website template and asset files through an FTP client such as FileZilla using your SFTP login details. If you don’t already have FileZilla, please download FileZilla Client and access the website template of your themes.
1170
  1. Once you get access through FileZilla, go to ‘httpdocs’ → ‘assets’
    Under assets, scroll down and click on ‘themes.’ Then select the theme folder you wish to edit and continue to complete the following steps:
574

Step 2: Integrating Recommendations on Home Page

  1. You must edit the home page template by going to 'templates' → 'cms' → 'home.template.html'
709
  1. Open 'home.template.html' and insert the following code:
<div id="home-findify-rec-1"></div>

Step 3: Integrating Recommendations on Cart Page

  1. You must edit the cart template by going to 'templates' → 'cart' → 'shopping_cart.template.html'
719
  1. Open inserting the following code:
<div id="cart-findify-rec-1"></div>

Step 4: Integrating Recommendation on Product Page

  1. You must edit the product template by going to 'templates' → 'product' → 'template.html'
754
  1. Open 'template.html' and inserting the following code:
<div id="product-findify-rec-1"></div>

What’s Next