Recommendations in PrestaShop
Selecting Optimal Recommendations
There exist endless opportunities to tailor recommendations to best suit your business needs, or easily implement best in class setups proven for your industry.
To read more about Findify's capabilities, please visit our this [Recommendation Overview] (https://www.findify.io/recommendations.html)
To read more about different needs & strategies, please visit this [Recommendation Insight Piece] (https://www.findify.io/findify-latest-news/optimal-recommendation-strategies-to-improve-your-online-shopping-experience)
Detailed Questions?
To discuss your specific needs, please reach out to our team through [email protected] or book a time with a client expert [Schedule a time] (https://www.findify.io/request-a-demo.html)
Setting Up Recommendations
Recommendations are easily set up and managed in [The Findify Dashboard] (https://dashboard.findify.io). Here you can tailor the experience by selecting optimal engine, filter the results and change the UX.
You can also compare the performance of multiple recommendations to constantly progress the performance. Each recommendation widget has a unique id, which can be inserted wherever you want on the page.
Integrating Recommendation on Product Page
Where:
To integrate findify recommendations on product page you need to open 'product.tpl' file
location: 'themes/classic/templates/catalog'
What:
When selecting ideal recommendation in the Findify Dashboard it will generate an individual div.
This div should be inserted into the product.tpl
Example of how the div looks like:
<div id="product-findify-rec-1"></div>
Integrating Recommendations on Cart Page
Where:
To integrate findify recommendations on product page you need to open 'cart.tpl' file
location: 'themes/classic/templates/checkout'
What:
When selecting ideal recommendation in the Findify Dashboard it will generate an individual div.
This div should be inserted into the cart.tpl
Example of how the div looks like:
<div id="cart-findify-rec-1"></div>
Updated over 4 years ago