Monday, October 29, 2018

Certificate of Completion Sitecore Experience Commerce™ Essentials 9.0



Certificate of Completion Sitecore Experience Commerce™ Essentials 9.0.

A lot of learning and understanding of basic foundation. I'm impressed with the latest training model by the Sitecore team.



Certificate of Completion Sitecore Experience Commerce

I got an understanding of below modules.

  • Gaining an Insight into the Sitecore Experience Commerce™ Architecture
  • Developing Storefronts Using Sitecore Commerce APIs
  • Developing Sitecore Experience Commerce™ Storefront Pages Using SXA
  • Working with Sellable Items
  • Testing the Checkout Process
  • Extending the Sitecore Commerce Engine
  • Sitecore Experience Commerce™ Documentation and Support

Tuesday, October 23, 2018

Sitecore XC - Certification for adding a new plugin.



Today, I have completed a certificate to add a new plugin in Sitecore XC, I have been working on a few projected and wanted to make sure that we are following the best practices.

I got full marks :)

Here are the details and take away points -

Basically, I would suggest to see this document - link this has all the required details for developing a new plugin,



Saturday, October 13, 2018

Sitecore XC - Skip installation modules

During the deployment, if we want to skip a particular module, We can simply do this by following below steps -

In the folder where you deployed the SIF.Sitecore.Commerce package, open the
Configuration/Commerce/Master_SingleServer.json

Remove the reference - As an example below


to remove a complete task - Access the folder where we deployed the SIF.Sitecore.Commerce package, open the
Configuration\Commerce/, and locate the "Tasks" section.
The following shows an example of the "tasks" section in the Configuration/Commerce/
CommerceEngine/CommerceEngine.Initialize.json file. Remove completed tasks, and save your changes. Now run the Deploy-Sitecore-Commerce.ps1 script again. The script performs the remaining deployment tasks.

We can simply skip the task by passing parameter like

Install-SitecoreConfiguration @params -Skip ModulePowershellExtensions_CheckPaths,Module-PowershellExtensions_InstallModul