Integrating Recommendations

  1. To integrate Recommendation on your home page, you must first access your website template and asset files by 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

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>

Integrating Recommendations on Cart Page

  1. You must edit 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>

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>