The easiest way to install and display Aqurate Personalize on your shop.
Expected duration: 30 minutes ⏳
Technical complexity: medium
📌 Prerequisites
1. An Aqurate account (get it at aqurate.ai)
2. An active integration of your Magento data (how to connect your shop) 3. An active subscription with Aqurate Personalize
How it works
- Download the official Aqurate Personalize for Magento2 extension from here and add it to Magento2.
- In the admin area, add your Aqurate credentials.
Communication with Aqurate Personalize
- The Magento widgets are loaded through AJAX (to avoid FPC), and each AJAX call loads with a unique timestamp parameter.
- At each page load, the extension checks if the item already has recommended products in the Magento cache. If not, it will make an API call to Aqurate, get the recommended products and add them to the cache. This way, each pageview does not trigger an API call.
Initializing Sliders
In the following jQuery files, an owl Slider is initialized and applied to the page with the products from Aqurate Personalize:
- Product page:
Cleverplusplus/AqurateAi/view/frontend/templates/product/cross_sell.phtml
Cleverplusplus/AqurateAi/view/frontend/templates/product/substitutes.phtml
- Cart page:
Cleverplusplus/AqurateAi/view/frontend/templates/cart/cross-sell.phtml
Adding products
In the following files, the native Magento templates for related, upsell, and cross-sell products have been rewritten:
- Product page:
Cleverplusplus/AqurateAi/view/frontend/templates/product/list/items.phtml
- Cart page:
Cleverplusplus/AqurateAi/view/frontend/templates/cart/list/items.phtml
Extension powered by our friends at Clever++.
Questions about getting started? We're excited to help: support@aqurate.ai