Posts

Showing posts from October, 2022

Extending Sitecore Page Selector Component in SXA

Hello everyone, I am back with another blogpost. This time we will discuss about one of the Sitecore SXA default OOTB component Page Selector and how we can extend it. We all know that implementing pagination is one of the crucial requirement whenever we have some listing implementation on our website. Listing example can be, showing all related search results when someone search for any text on website. In SXA, we all know to implement pagination we can go for SXA OOTB Page Selector component. Page Selector component only needs the search signature and in datasource field we give the default data item for showing the pagination component. This component is binded to your Search Result component using the Search Signature to show the result count according to the pagination parameter to paginate define in the Search Result component. But sometime we have some extra requirement which cannot  be achieved using default component. For ex. Like we need to scroll to top of the search re...

Deep Dive Sitecore Personalization

Hello Everyone. This is my first blog with respect to Sitecore and I am really excited about it.  This blog is all about Sitecore Personalization. We all have already worked on Sitecore Personalization either using Rule based personalization or Behavior based personalization. Rule base personalization basically include some specific condition when met, we personalize the experience of the users. Similarly behavior based personalization include what's the behavior of the user on our website and accordingly we show or recommend something based upon user past interactions. Rule base personalization can be showing Banner data different based on users country. Behavior based personalization can be based on user interest on our website and showing them similar interest articles. We can use Profiling feature or lead score to achieve the same. We all know that to make the personalization feature working on website, we have to add rule at renderings on Presentation details of the page item....