Collections And ProductsProduct page
Product recommedations
2 min read

To learn more about the Recommendation logic and algorithm criteria, see Shopify Dev Docs.
How to add a Product recommendations section
- In the theme editor (Customize), open the template selector
- Select Products, then Default product.
- On the left-side bar, add Product recommendations.
- Make necessary changes > Save.

How to customize product recommendations
These recommendations that display on your product page can be customized using the Shopify Search & Discovery app.
- In the Shopify Search & Discovery app, click Product recommendations, and then click Add recommendations.
- Select a product that you want to customize product recommendations for.
- Select up to 10 Related products to recommend. Set the product to display only the custom recommendations or to display both custom recommendations and automatically generated recommendations.
- Click Save.
Track recommendations
The
url property for each product in the products response contains URL parameters that builds a conversion funnel that can be tracked by using reports in Shopify. Similarly, the Liquid url property returned for product recommendations contains this tracking information as well.After you've implemented product recommendations section, you can track how effective they are directly from the Analytics page in your Shopify admin. To learn more about product recommendation reports, refer to Product recommendation conversion over time.
If you want to remove the param tracking in the recommended product URL, you can find a setting from Minimog version 5.0.0 and above (see our Changelog).

Last updated