Skip to content

Part of the upgrade in a Sitecore project is to remove the package.config file and change the way how we handle all Sitecore references. So, let’s follow these steps: Ok, so until here isn’t a big deal, right? So let’s do the following in the project At this point, you just need to add the

rbatallas
May 4, 2024

One of the critical things when we do an upgrade to our Sitecore Instance is to upgrade the code and the helix structure in the solution. So, I will describe the primary topics that everyone has to keep in mind in the upgrade process: Remove Gulp Files When we have an old solution using gulp

rbatallas
March 4, 2024

In this topic, I’m going to explain how to fix the installation process for the prerequisites and Sitecore. Prerequisites Since Microsoft deprecated the link for Web Platform Installer, we need to modify it with the new one, following these steps: it should look like this: Now, you can install all the prerequisites without issues. Sitecore

rbatallas
November 7, 2023

Sometimes we need to create a custom crawler in our solution in order to add custom items in our solr index that are not part of our Sitecore instance, for example, read an external API and add those results in the index. Ok, reading the API is the easy part of this, so let’s talk

rbatallas
August 21, 2023

In order to migrate to Sitecore.CLI 5.2.109 or greater over docker, we need to do the following steps: SITECORE CLI Open the backend folder project with a power shell terminal Run the following command: Then, after the upgrade is done run the following command for initializing the plugins Now, let’s verify the upgrade with the

rbatallas
July 26, 2023

Dianoga is a very helpful tool that allows us to compress images and use the new image formats in our Sitecore site. For installing it, we can do it manually or using a project in our Sitecore solution. In the solution, we need to add the nugget package called Dianoga For Sitecore using the nuget.org

rbatallas
July 17, 2023

When we work with Docker and Sitecore, especially on a big project, is usual to have a lot of templates, components, and configurations that are serialized but take a lot of time to be ready each time when we up all containers. So, here are the steps: once we added these parameters, is time to

rbatallas
May 26, 2023

Usually, we need to create a custom index for saving save specific content in order to improve our search functionality. So, let’s take a look on how to do it: Then in your Visual Studio Solution, inside your Search project or the project you want do the following: In this point you can publish your

rbatallas
March 30, 2023

Sitecore 10.3 with JSS usually is kind of complicated when you are a noob on this topic. Following I will show you all the tricks you need to know. Tools needed: At this time we do not need to download Sitecore from the developer’s portal. Steps Run Windows PowerShell as Administrator and create a folder

rbatallas
March 15, 2023