Sitecore Url Rewrite Module for Static File Extensions
I’d like to give a special thanks to my coworker Andy Cohen for writing the URL Rewrite module that I’m using for my current client. You can find the module here:...
View ArticleSyncing divisions from an external source with Sitecore Commerce Connector
Today we’re going to set up a simple import process to start syncing divisions using Sitecore Commerce Connect. While this post will focus on syncing divisions, it could be easily adapted for use on...
View ArticleCommerce Connect – How to synchronize categories (classifications) from ECS...
Here is a quick how to guide for implementing a one-way synchronization of categories from an ECS (External Commerce System) into Sitecore, and a follow up to Dan Schoenberg’s post on syncing...
View ArticleCreating a new Sitecore Rules Macro in Sitecore 8
A long time ago I wrote a post to help developers get started using the Sitecore rules engine. I’d like to continue that conversation now by demonstrating how to create a new macro for use in your...
View ArticleDetailed Package Installer
Not too long ago I was deploying changes through the various environments that our client has. We did not have a tool like TDS or Razl to help with this, so we used Sitecore packages. Due to multiple...
View ArticleSitecore 8 : Programatically Upload and Associate Image to Contact Card
Greetings Reader, I would like to quickly write a post about programmatically uploading a Image to the media library and then associating it to the contact card Create an upload control which allows...
View ArticleSitecore Source Field Code: query that implements IDataSource
I came across something cool today! When a CheckList, MultiList, TreeList, or etc. field are on your template, they eventually call into the Sitecore.Web.UI.HtmlControls.Data.LookupSources.GetItems()...
View ArticlePassing Configuration Data into a Sitecore Pipeline Processor
I’ve created an example pipeline config and an example pipeline processor to explain how to pass configuration data to your custom processor. Let’s take a look at the patch config and example processor...
View ArticleSitecore’s History Engine part 2
Last year I wrote a post quickly describing the use of Sitecore’s HistoryManager. Well a lot’s happened since then and I thought I’d post a quick update. I’ve re-worked some of the code that’s been...
View ArticleSitecore Commerce Connect: Product Pricing
In this post I’ll be demonstrating how to retrieve product pricing using Sitecore Commerce Connect. As with other Commerce Connect features the details of determining pricing is left up to the...
View Article