Habitat version of a Sitecore Reference Storefront published on GitHub

Our port of Sitecore Reference Storefront finally passed all internal checks and got open sourced on EPAMā€™s GitHub account right before Sitecore SYM 2016. Habitat version of a Sitecore Reference Storefront on GitHub Fell free to dig in and answer your questions in comments, social networks, or in person during the Symposium (you will be able to find near an EPAM booth during breaks) THANKS I would like to thanks my team in Kharkiv, Ukraine that helps me to make this project happen....

September 14, 2016 Ā· 1 min Ā· Alex Smagin

Sitecore Catalog Feature for Habitat

Context As Iā€™ve mentioned in the previous post, Iā€™m this one is going to be dedicated to one of the features. I think that it makes sense to start from a catalog, as an e-commerce implementation will heavily rely on product information all over the site. Letā€™s dive into ā€¦ Implementation Catalog feature in our case covered most of the components on the site where you might see products, not including check-out: product recommendations on a home page, product listing component, product details page, etc....

September 6, 2016 Ā· 3 min Ā· Alex Smagin

Generate NuGet packages for Sitecore releases via PowerShell

Iā€™ve been working a lot on Sitecore development infrastructure recently and package management is one of the areas, particularly NuGet. Unfortunately, Sitecore doesnā€™t provide any feed that you could use right away. so carrying over Sitecore DLLs in a repository is a standard practice that Iā€™ve seen for few years and have actually been using. So I decided to create my packages and here how I did it. Versioning My goal was to create versioned packages for every version starting from 8....

August 5, 2016 Ā· 2 min Ā· Alex Smagin

Generation of a Composite Model Using Reflection and Sitecore Serialization

In my previous post, Iā€™ve described the benefits of composition pattern over inheritance in code generation and mentioned that it simplifies restoration of models from reflection. From my point, this is a huge plus as it enables the creation of developer-friendly modular architecture in Sitecore. I do not think that someone still has problems with a creation of an update package with Sitecore config transforms, but it is not possible to install an update package in your Visual Studio solution....

August 4, 2016 Ā· 6 min Ā· Alex Smagin

Composite Reuse Principle in Sitecore Code Generation

If you do Sitecore projects and have never tried to create strongly typed models, then most likely you are doing something wrong. :) Why? As soon as your project grows a bit, the logic becomes more complex or you decide to refactor a few components, you will suffer from all magic things - strings, numbers, GUIDs. Of cause, there are a few things that you can do about that. Available Options You could create a file with constants for templates and field IDs, which would help you keeping references in one place and make them more manageable....

August 2, 2016 Ā· 6 min Ā· Alex Smagin

Mapping Sitecore StoreFront to Habitat

As Iā€™ve mentioned in a previous post, my team and I are working on Sitecore Commerce StoreFront migration to Sitecore Habitat. Before we moved to code itself, we dug into codebases of both projects to review their ā€œas-isā€ implementation and we decided to come up with a plan on how to go to map functionality to Habitat so that it would comply with the principles it suggests. And here is what we found out and came up with....

July 26, 2016 Ā· 5 min Ā· Alex Smagin

Debug TDS code generation templates

I was playing with Sitecore solution, project setup, and configuration, I faced a need to alter the code generation logic used in it. We use TDS for content synchronization as well as its code generation engine build on T4 text templates. While T4 is great for code generation, it is not as straightforward to debug them as it might be expected. So let me describe how to do this. How-To I have a solution with a set of projects....

July 21, 2016 Ā· 2 min Ā· Alex Smagin

Inception: Sitecore Storefront to Habitat Migrating

Sitecore is quite a hot topic in our company. We have a lot of impressive initiatives going on: platform education programs, and optimization of project implementation approaches, formalization of development best practices, various accelerators from project starter kits to integrate external systems covering different aspects of digital marketing and commerce, just investigation of new technologies and their potential applications to Sitecore. Being an R&D solution architect in Digital Engagement practice, Iā€™m fortunate to be in the middle of those activities....

July 19, 2016 Ā· 3 min Ā· Alex Smagin

Using AngularJS directives in Sitecore edit mode

It is quite a standard approach that you can see in many CMS project now - designs, UX, and HTML is done upfront or way in advance in comparison with CMS development. You might think now about Agile and say that all done almost simultaneously within one iteration, but even in this case, you would need to have HTML done before it would be converted into your Sitecore rendering. In addition to that, there is a huge shift towards front-end technologies which affect Sitecore projects as well....

July 5, 2016 Ā· 6 min Ā· Alex Smagin

Manipulating config files with PowerShell

It is a quite common situation when you need to prepare multiple Sitecore servers with different roles. If you take a look Sitecore documentation you will find a huge amount of tables with configuration files that need to be enabled/disabled. Going manually through all of them isnā€™t the most fun task you could do, so I prefer to do this only once. Donā€™t repeat yourself :) Also, this would be needed for an environment automation work Iā€™m involved in, but this would be a separate set of posts....

June 21, 2016 Ā· 3 min Ā· Alex Smagin

Why FXM should wait for your page to load

Working with FXM, I faced a very interesting sporadic issue: every 10-15 times some of the components were not loading on a page. A response object was identical all the time, with no errors in the console, no changes in a site code since the last deployments. I think you get the situation. However, this issue was able to cause a lot of trouble for a client as FXM was used on many legacy sites....

June 17, 2016 Ā· 3 min Ā· Alex Smagin

$(document).ready() for Sitecore FXM

Federated Experience Manager (FXM) is a marketing tool from Sitecore, that allows you to use components defined in your WCM on other site and application. This is very useful if you need to update multiple legacy applications or try some part of a new design on an existing site. Like most of the other similar tools, Sitecore provides you with a JavaScript beacon that has to be included in a target site....

June 15, 2016 Ā· 3 min Ā· Alex Smagin

Restore SSH password for VM with #sitecore #xdb in Azure

It is not always possible to find enough time to play with your free-time projects and sometimes it might take more than a week after you created an environment and you started using it. And during this week you could forget something, e.g. password for your SSH connection :) This is exactly what happened to me this weekend when I returned to my Sitecore development VMs with xDB and SOLR in Azure....

August 10, 2015 Ā· 2 min Ā· Alex Smagin

Sitecore Patterns Matching with SOLR

My nodeJS project is finally completed, so I could turn back to Sitecore and look for some interesting questions and solutions for them. Fortunately, I recently got one request. We have an e-commerce solution integrated with Sitecore, we also have DMS in place, and it is gathering statistics about users and their behavior on the site. We could add personalization to the site, trying to engage more clients, but it would be quite static, as a limited set of prepared content blocks would be shown based on defined rules....

July 27, 2015 Ā· 6 min Ā· Alex Smagin

Cache indirect output of Sitecore controls

In my previous post Iā€™ve described a solution that allows you to inject scripts and styles in specific placeholders in a layout. Scripts are registered in views, but they will be rendered by global filters only when all output of a page is ready. However, when it comes to caching Sitecore will be able to record HTML generated by your component just after it is rendered. So none of the actions that will be required in other parts of the site will be triggered with cache enabled....

May 28, 2015 Ā· 4 min Ā· Alex Smagin