1 / 13

Creating the optimal product discovery experience with EPiServer Find

Learn about enhancing product discovery using EPiServer Find for EPiServer Commerce. This guide covers default Inclusion of Inventory and Pricing, Nested Queries Support, and Improvements in Boosting and Best Bets functionalities. Explore a sample project BrilliantCut that extends EPiServer Find for commerce. Understand the ease of content filtering with EPiServer Find, as cited by Baymard Institute. Discover a code sample from a presentation showcasing effective filtering techniques. For detailed information and resources, visit the provided links.

bterry
Download Presentation

Creating the optimal product discovery experience with EPiServer Find

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Creating the optimal product discovery experience with EPiServer Find Mark Hall • Product Owner EPiServer Commerce

  2. EPiServer.Find.Commerce

  3. EPiServer.Find.Commerce Improved Find Commerce support version 9.3.0 Inventory and Pricing included in index by default Relations included by default (Categories, Variants, Products, etc) Price and Inventory changes updates index by default Conventions for overriding default behavior http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Commerce/9/Search/find-integration/find-integration/

  4. Near Term Improvements EPiServer.Find support for nested queries Nested Query Support will allow range queries on prices and inventory Support for customer specific pricing queries Improvements to boosting and best bets

  5. BrilliantCut Open source project which extends EPiServer.Find for commerce http://jobe.employee.episerver.com https://github.com/jonasbergqvist/brilliantcut

  6. Filtering content is Easy 16% is doing it correctly (Baymard institute) http://baymard.com/blog/external-article-state-of-ecommerce-filters

  7. Category filtering

  8. Theme filtering

  9. Variation filtering

  10. Product specific filtering

  11. Filter result as landing page

  12. Related items privateIEnumerable<ContentReference> GetAssociations( ContentReferencecurrentContentLink) { varcontentLinkStrinksCollection = SearchClient.Instance.Search<ContentLinkOrders>() .Filter(x => x.ContentLinkStrings.Match(currentContentLink.ToString())) .Select(x => x.ContentLinkStrings) .GetResult();

  13. Sample Code from presentation https://github.com/lunchin/Quicksilver/tree/Ascend-2015-Find-Commerce

More Related