For example, if I am in the product details, how do I add products that could match a specific product?
for example, I have a skirt product, when I am in that specific product, would like to show something “hey here is what goes to complete this look/ or here its what match with this skirt”
Something like that…is there any way to do this. Each product detail would show other specific products.
Hi @themooncrystal most shopify themes do already have this feature as a section.
However if what you mean is you need this not as a standalone section but pulled into another existing area such as a products description area that would be an advanced customization especially depending on how much info|UI of the matched product needs to be shown.
You can contact me if you want to get that made, info in sig, please provide context(store url, theme name, post url, project description).
For existing sections in vintage themes see here:
https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/product-recommendations
Natively there are two systems tag based recommendation, or shopify system data-powered based recommendations.
The former you have to setup and control all the tag info so you can be super specific but assumes your assumptions are valid to reality of user behavior. The latter is automated and uses store data and visting customer behavior to figure out recommendations.
For tag based, or data power recommendations there is shopify code available if a theme doesn’t already have a recommendation fetaure:
https://shopify.github.io/liquid-code-examples/example/recommended-products-by-tag
https://shopify.github.io/liquid-code-examples/example/product-recommendations
For developers to implement it see here:
https://shopify.dev/themes/product-merchandising/recommendations#recommendation-logic