Sitecore Experience Commerce

A collection of 46 posts
Sitecore Experience Commerce

DeployCommerceEngine CreateWebsite- Error Generating Self Signed Certificate: Cannot find object or property (CRYPT_E_NOT_FOUND)

In the DeployCommerceEngine task of the Sitecore Experience Commerce 9.0.2 install script, there is a step to create the website [1]. I hit the following error at this point: CertEnroll::CSignerCertificate::Initialize: Cannot find object or property. 0x80092004 (-2146885628 CRYPT_E_NOT_FOUND) The certificate is created by
1 min read
Sitecore Experience Commerce 9

Sitecore Experience Commerce 9.0.2 Installation Error: Cannot convert 'System.Object[]' to the type 'System.String' required by parameter

I got the following error when running Deploy-Sitecore-Commerce.ps1: > Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'SitecoreBizFxServicesContentPath'. After looking at the value for the 'SitecoreBizFxServicesContentPath' parameter in the deploy script, the only difference I could see
1 min read
Sitecore Experience Commerce

All you need to know about Sitecore Commerce Service APIs

Sitecore Commerce 8.2.1 is the first step in building a next generation e-commerce platform. I’ve already explored pricing [https://sitecoredude.com/show-me-the-money-a-guided-tour-of-pricing-in-sitecore-commerce-8-2-1/] and promotions [https://sitecoredude.com/how-to-offer-value-to-your-customers-using-promotions-in-sitecore-commerce-8-2-1/] . Underpinning all of this functionality is Sitecore’s trump card- the Commerce Engine, which is based on a microservices
3 min read