Displays Algolia product recommendations on Product & Shopping Cart pages
composer require imaginationmedia/algolia-product-recommendations &&
bin/magento m:e ImaginationMedia_AlgoliaProductRecommendations &&
bin/magento s:up &&
bin/magento c:f
- Algolia module installed
algolia/algoliasearch-magento-2
- Algolia credentials (
application id
andsearch only API key
) saved in store's configuration - Algolia enabled on storefront
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 |
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.