theuargb / magento-algolia-product-recommendations

Displays Algolia product recommendations on PDP and Shopping Cart pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImaginationMedia_AlgoliaProductRecommendations

Displays Algolia product recommendations on Product & Shopping Cart pages

Installation

composer require imaginationmedia/algolia-product-recommendations &&

bin/magento m:e ImaginationMedia_AlgoliaProductRecommendations &&
bin/magento s:up &&
bin/magento c:f

Prerequisites

  • Algolia module installed algolia/algoliasearch-magento-2
  • Algolia credentials (application id and search only API key) saved in store's configuration
  • Algolia enabled on storefront

Storefront coverage

Luma-based Hyva-based
Partial support.
Only the Javascript part to fetch the data is present.
The products are not shown on the page
✅ Full support

Implementation Details

For the Product page it's used the Related Products Algolia Recommend model1.

For the Shopping Cart page it's used the Frequently Bought Together Algolia Recommend model2.

Footnotes

  1. https://www.algolia.com/doc/guides/algolia-recommend/overview/#related-products

  2. https://www.algolia.com/doc/guides/algolia-recommend/overview/#frequently-bought-together

About

Displays Algolia product recommendations on PDP and Shopping Cart pages


Languages

Language:HTML 84.7%Language:PHP 15.3%