Try our conversational search powered by Generative AI!


Version: Code Sample Package for Episerver Commerce 1 R3 assembly version 7.0.243.0

Release date: Dec 19, 2012

About this Release

This is the download for the source code sample package for Episerver Commerce 1 R3. All of these examples require a working Episerver Commerce 1 R3 installation.

Note: After downloading the zip file and before extracting the files included, right-click on the zip file, select "Properties" and “Unblock” if needed. Make sure that the extracted files are all unblocked if you have problems compiling the solution.

The code package contains the items listed and described below.


Catalog Indexer

Zip file CatalogIndexer

A catalog indexer code sample showing how to update the database in cases where a direct import to the database has been made.

How to run this sample:

  • Update connectionStrings.config, set EcfSqlConnection to your correct connection string, for example:
     <add name="EcfSqlConnection" connectionString="Data Source=database;Initial Catalog=dbEPiServerCommerceManager;User ID=user;Password=password;Application Name=EPiServerCommerceManager" />
        
  • Update the Debug/Bin/Configs/ecf.app.config, set the key <Application defaultApplicationName> to your correct Application Name (as specified in EcfSqlConnection), for example:
     <Application defaultApplicationName="EPiServerCommerceManager">

DataCash Payment Provider

Zip file "EPiServer.Business.Commerce.Payment.DataCash"

Refer to the Installation and User Guide for the DataCash Payment Provider for information on how to install and use.


DIBS Payment Provider

Zip file "EPiServer.Business.Commerce.Payment.DIBS"

Refer to the Installation and User Guide for the DIBS Payment Provider for information on how to install and use.


Klarna Payment Provider

Zip file "EPiServer.Business.Commerce.Payment.Klarna"

Refer to the Installation and User Guide for the Klarna Payment Provider for information on how to install and use.


PayPal Payment Provider

Zip file "EPiServer.Business.Commerce.Payment.PayPal"

Refer to the Installation and User Guide for the PayPal Payment Provider for information on how to install and use.


Asset Import Tool

Zip file "EPiServer.Business.Commerce.Tools.ImportAsset"

The asset importer is used for importing digital assets such as images or videos into Episerver Commerce. It shows how the asset API:s can be used outside of a web application.


Solr Search Provider

Zip file "Mediachase.Search.Solr35SearchProvider"

This code package contains the source code for the Solr 3.5 search provider, and can be used as a reference when integrating with other search solutions.


Workflow Activities Samples

Zip files "Mediachase.Commerce.Workflow" and "Mediachase.Commerce.Workflow.Activities"

This code package includes the source code for the default workflows and activities in Episerver Commerce 1 R3. The workflows can be customized to control website functionality.


Web Helper Project

Zip file "Mediachase.Commerce.Website"

Project with the source code for a number of helper classes that are commonly used when building eCommerce front-end sites with Episerver Commerce.

Related Information

» System Requirements

» Installation Instructions

» SDK Documentation

» User Guide