Try our conversational search powered by Generative AI!

Upgrading Instructions - EPiServer Commerce 1.0 SP1

Product version:

EPiServer Commerce 1.0 SP1

Document version:

1.0

Document last saved:

Introduction

This document describes the procedure for upgrading from EPiServer Commerce 1.0 to 1.0 SP1. For more information about the 1.0 SP1 version, please refer to the release notes for EPiServer Commerce 1.0 SP1.

Prerequisites

These instructions apply to a website with a working installation of EPiServer Commerce 1.0.

Upgrading Procedure

Follow these steps to upgrade your EPiServer Commerce website:

  1. Download and extract the upgrade files for EPiServer Commerce 1.0 SP1.
  2. Copy all files and folders in the Commerce Manager Backend to the parent folder of EcfBinPath. EcfBinPath is configured in the commerce.config file.
  3. Copy all files and folders in the Commerce Manager Shared to the EcfSharedPath. EcfSharedPath is configured in the commerce.config file.
  4. Copy all files and folders in the EPiServer Commerce\Commerce Core to the root path of the website.
  5. If your site also has the EPiServer Commerce sample package installed, copy all the files and folders in the EPiServer Commerce\Commerce Sample to the root path of the website.
  6. Open your website and Commerce Manager, and rebuild the index.
  7. In the web.config file of your EPiServer Commerce site, add the following to the <runtime><assemblyBinding> section:
     
    <dependentAssembly>
    <assemblyIdentity name=" Mediachase.BusinessFoundation " publicKeyToken=" 41d2e7a615ba286c " culture="neutral" />
    <bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.0.4.5" />
    </dependentAssembly>

Related Information

For developer tutorials and code examples see the EPiServer Commerce Developer Guide.