Note:
This guide is only applicable to customers on LimeSpot Max, Premium, Essentials, and other legacy plans.
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.