Embedding Recolize Recommendations on Magento 1 Print

Modified on: Thu, 30 Mar, 2023 at 5:04 PM


Recolize is a recommendation service for online stores. It analyzes your customers’ behaviour to suggest products they may be interested in. Recolize can be used in Magento as a standalone widget that shows recommendations all over the store: on the product details page, cart page, etc.

Embedding Recolize Recommendations on Magento 1

You can embed Recolize’s recommended products block right into your Searchanise instant search widget:

  1. Register for free on recolize.com.
  2. Install Recolize Magento extension.
  3. Go to System → Configuration → Recolize Recommendation Engine → Recolize Product Feed Settings and copy the feed URL:

    Embedding Recolize Recommendations on Magento 1

  4. Create a domain at tool.recolize.com/domains with the copied feed URL:

    Embedding Recolize Recommendations on Magento 1

  5. Go to Catalog → Searchanise → Instant search widget → Custom HTML:

    Embedding Recolize Recommendations on Magento 1

  6. Scroll down to Extra content, turn it on, and paste this code:
    <div class="recolizeSearchaniseInstantSearchWidget"></div>
    <script type="text/javascript">
    if (typeof Recolize != "undefined") {    Recolize.Recommendation.Api.request();
    }
    </script>

    Embedding Recolize Recommendations on Magento 1

  7. Click Apply Changes and check your storefront:

    Embedding Recolize Recommendations on Magento 1


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.