Skip to main content
All Collections1:1 Product Recommendations
Display most popular products in search results
Display most popular products in search results

Learn how adding LimeSpot's Most Popular Recommendations to the Shopify Predictive Search can help improve your search results page

W
Written by Will Wadman
Updated over a week ago

LimeSpot Personalizer integrates seamlessly with Shopify's Predictive Search which allows you to display "Most Popular" recommendations on the search results page. The recommendations automatically adjust based on the search query, aligning recommendations with the criteria that shoppers are searching for.

This feature is exclusively available to customers using Shopify.

This features is enabled by default and no action is necessary. However, if your prefer not to use this feature, you can disable it by inserting the following code into LimeSpot App > Designer as Custom Code.

LimeSpot.config.setOptions({    
recommendation: {
ignoreSearchPageQueryForPopularRecommendations: true
}
})

You might already have custom code in this section, including other LimeSpot.config.setOptions commands. If that is the case, paste the new command after the existing code.

Disable Shopify Protective Search

Did this answer your question?