Return to doc.sitecore.com

Valid for Sitecore 6.5.0 only
Release Notes

The latest release information about the Sitecore E-Commerce Services.
We welcome your feedback. On the forum pages, we have set up 2 forums:

1.  Config Changes

This section describes the config file changes between SEFE/SES releases.

1.1.  Config file changes in SES 1.2.0 rev.111101

The config file changes in SES 1.2.0 rev. 111101 as compared to the previous SEFE 1.1.0 version.

Unity.config changes:

  1. Add new Composite search provider alias to <configuration><unity> section. Composite search provider combines primary and secondary search providers. The primary search provider used by default and the secondary is used only if the first one has not found any data:  
    <alias alias="CompositeSearchProvider" type="Sitecore.Ecommerce.Search.CompositeSearchProvider, Sitecore.Ecommerce.Kernel"/>
  2. Remove <lifetime type="perthread" /> node from the <register type="IProductRepository" mapTo="ProductRepository">…</register> element of the <configuration><unity><container> section.
  3. Set name="CompositeSearchProvider" attribute in the section <configuration><unity><container><register type="IProductRepository" mapTo="ProductRepository"><constructor><param><dependency name=”…”>
  4. Add <property name="ProductRepository" /> node to the section <configuration><unity><container><register type="IProductStockManager">.
  5. Add new Composite search provider registration to the section <configuration><unity><container>:    
    <register type="ISearchProvider" mapTo="CompositeSearchProvider" name="CompositeSearchProvider">
            <property name="PrimarySearchProvider" dependencyName="LuceneSearchProvider" />
            <property name="SecondarySearchProvider" dependencyName="FastQuerySearchProvider" />
          </register> 

Web.Config:

  1. Add the next node to <configuration> section:
    <system.runtime.serialization>
        <dataContractSerializer >
          <declaredTypes>
            <add type="Sitecore.Ecommerce.DomainModel.Products.ProductStock, Sitecore.Ecommerce.DomainModel">
              <knownType type="Sitecore.Ecommerce.Products.ProductStock, Sitecore.Ecommerce.Kernel"/>
            </add>
          </declaredTypes>
        </dataContractSerializer>
      </system.runtime.serialization>

WebSite\sitecore modules\Shell\Ecommerce\Services.Web.Config:

  1. Remove the element <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> from the <configuration><system.serviceModel> section.

2.  Release History

Some of the issues described on this page contain internal reference numbers listed in parentheses. You can use these reference numbers to communicate with Sitecore about a particular issue or feature.

Novemeber 30, 2011

Sitecore E-Commerce Services 1.2.0 rev.111101 is released.
Change log

New Features

Minor Improvements

Issues Resolved

3.  Known issues

The known issues present in various versions of the Sitecore E-Commerce Services.

This section describes the known issues associated with SES 1.2.0 rev.111101.

Account Management:

Catalog:

Checkout:

Distributed installation:

DMS

Example pages:

Localization:

Page Editor/Preview mode:

Payment:

Security:

Shopping Cart:

Site Settings: