A few years ago (back in 2013) before Sitecore took ownership of Microsoft Commerce Server I had to migrate users from a pure Commerce Server implementation into Sitecore. I was pretty easy to do, took about a day to figure things out from what I remember. Here is a small POC I produced at the… Continue reading Migrating Microsoft Commerce Server Passwords to Sitecore (Microsoft ASP.NET Membership Provider)
Category: Commerce Server
Wish List Reference For Sitecore Commerce powered by Commerce Server 8.1
The Sitecore Reference Storefront available on GitHub does not implement wish list capability for Sitecore Commerce powered by Commerce Server (SCpbCS) but does provide it for Sitecore Commerce powered by Microsoft Dynamics (SCpbMD). This means it’s not much work to implement for SCpbCS as all the assets are available, we just need to plug a… Continue reading Wish List Reference For Sitecore Commerce powered by Commerce Server 8.1
Sitecore Commerce–How to add encrypted properties for profiles (SCpbCS 8.1)
I’m using the latest Sitecore Reference Storefront available from Github for this walk through: https://github.com/Sitecore/Reference-Storefront/releases/tag/8.1.478.2 Sitecore Commerce Server supports asymmetric encryption and one-way hashing to enable the encryption of profile properties. One-way hashing is used typically for passwords. Once a string is hashed, we should not be able to get back to the original string… Continue reading Sitecore Commerce–How to add encrypted properties for profiles (SCpbCS 8.1)
Sitecore Commerce, enabling click and collect
I’ve been working with a large retailer to enable click and collect. Here is one approach to implement click and collect within Sitecore Commerce. Like with most things there are many ways to approach this and each customer will have their own unique requirements which need to be factored in. For those not familiar with… Continue reading Sitecore Commerce, enabling click and collect
Rebuild MS SQL full text catalogs for commerce server 2007 search
If you are getting unexpected search results from you commerce server web application it could be caused by your SQL Server full text catalog indexs not been rebuilt. We experienced this issue while using the CS2007 agent APIs to created/modify virtual catalogs. The last step in the process triggers the rebuild of all the indexes using this SQL: … Continue reading Rebuild MS SQL full text catalogs for commerce server 2007 search