Questions tagged [microsoft-commerce-server]

Microsoft Commerce Server is a Microsoft product for building e-commerce systems. It uses Microsoft .NET technology.

The latest release of the product is Commerce Server 2009. It was launched at the National Retail Federation (NRF) in New York in January 2009, with its official launch at the MIX09 event in Las Vegas in March 2009.

With its inaugural release in 2000, Commerce Server replaced Microsoft Site Server, expanding on the functionality of it and establishing a focus on e-commerce functionality (rather than concerning itself with document management or content metadata). It helps create e-commerce solutions and Web sites with high-performance, familiar tools that simplify setup, management, and administration tasks.

Commerce Server 2009, which became available on Microsoft's price list on April 1, 2009, introduced multi-channel awareness into the product, a new default site (running in Microsoft's SharePoint product) - including 30 new web parts and controls, and WYSIWYG (what-you-see-is-what-you-get) editing experiences for business people and site designers.

These features were introduced through the new Commerce Foundation - a new abstraction layer which unifies calling patterns of the core systems (see below) and allows for different presentation and business logic to be easily added and represented as 'selling channels'; and SharePoint Commerce Services which includes integration with Microsoft SharePoint - a new default site with 30 new web parts and controls pre-assembled. The default site can be skinned through the new page templating technology, allowing for individual pages to be easily changed by selecting a different template.

44 questions
3
votes
4 answers

Getting an error when initialising the Membership.Provider for the first time after an app restart

We're using MS Commerce Server's Microsoft.CommerceServer.Runtime.Profiles.UpmMembershipProvider and sometimes where it gets initialised for the first time after an app restart we get this error: System.Configuration.ConfigurationErrorsException -…
Glenn Slaven
  • 33,720
  • 26
  • 113
  • 165
3
votes
4 answers

Extension methods for multiple types

I have an object of type Product and type Variant. Variant and Product have the same structure, but are two different types, and so I can't make just one method to encompass both. Is it possible to make an extension method that would accept both of…
Stephen K
  • 697
  • 9
  • 26
3
votes
1 answer

Integrate user accounts commerce server into wordpress

For the moment I have the following construction for my e-commerce platform: Kentico CMS Microsoft commerce server I'm looking to integrate a blog in this concstruction. Altough Kentico CMS has blogging possibilities. Wordpress would fit better…
Jos
  • 2,421
  • 5
  • 26
  • 30
2
votes
1 answer

Deadlocks when importing catalog into Microsoft Commerce Server product catalog

I'm using the CatalogContext.ImportXml() to do incremental imports of products and variants into a Microsoft Commerce Server 2009 product catalog with the TransactionMode property set to NonTransactional . While doing this, sometimes I get deadlocks…
2
votes
0 answers

Biztalk 2006r2 Commerce Server Adapter

I am trying to query Commerce Server 2007 using the Biztalk Adapter. I am using the OrdersAdapter and trying to query for all orders with a specific line item on them. The message xml is
jasonmw
  • 1,138
  • 9
  • 20
1
vote
1 answer

Programmatically creating list from CheckoutStepsTemplate throws exception

(This question has been cross-posted on the MSDN forums here.) I'm working on a custom SharePoint/Commerce Server site, and I have a custom feature which is designed to do two things: provision some pages through modules, and provision a list of…
Jonathan Schuster
  • 2,350
  • 4
  • 24
  • 30
1
vote
1 answer

What features does the Microsoft Graph API share with the legacy Partner CREST API

Wanting to know features does the Microsoft Graph API share with the legacy Azure CREST API. I believe the Microsoft Graph API vision is to have this support, as it is aimed to be a unified API for all Microsoft content. On that note as well, what…
greg
  • 1,118
  • 1
  • 20
  • 40
1
vote
0 answers

Sitecore > Commerce index can't be rebuilt right after the catalog update

I have a following task: update commerce catalog(full refresh using xml file) and rebuild commerce indexes after that(commerce_products_web_index,commerce_products_master_index). Our solution is using a Solr provider at the moment. Both commerce…
Max
  • 804
  • 7
  • 19
1
vote
4 answers

Custom discounts in Commerce Server !

I have to create some custom promotion Discounts which does not fall in the category of DiscountTypes provided out of box from Commerce Server. Is there a way for creating your own Custom Discounts like custom Pipeline Components. Any ideas are…
user424134
  • 502
  • 2
  • 5
  • 17
1
vote
2 answers

Resources to get started with Commerce 2009 with SharePoint 2007

I need to get up to speed about developing a commerce site using MS-Commerce server 2009 and SharePoint 2007. I was wondering where are good resources to get started, to explain the concepts and design, etc.
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
1
vote
1 answer

Get Associated Categories for Product

I am new to Commerce Server development and I am facing one issue since few days and not able to find anything online. Background: We have already working version of Catalog setup in Commerce Server 2009 and we are also using Commerce Server APIs to…
Mayank
  • 13
  • 4
1
vote
2 answers

How can I get custom property information in Commerce Server?

I'm using the following code in a CS2007 web service: F.Product pf = FMJ.GetProduct("XXX", productId.Trim() + "(VIRTUAL)","en", pc); I can easily get the ProductId, RelatedProducts, ParentCategories and so on, but am unable to get any of the custom…
Stephen K
  • 697
  • 9
  • 26
1
vote
1 answer

Commerce Server 2009 - For how long an anonymous user basket information is stored in the database before it is gone

I have a question related to Commerce Server related to products basket. Let's assume a situation when user A is an anonymous user that went all way through the shopping cart(chooses product, fills in information) then changes his mind on the last…
Vasile Laur
  • 699
  • 7
  • 16
1
vote
1 answer

Alternatives to Microsoft Commerce Server

I'm trying to find an alternative to Microsoft Commerce Server as Microsoft has sold the product to a third party. I need something suited for deploying a large scale e-commerce solution. The main requirement is that the software has to run on the…
rickythefox
  • 6,601
  • 6
  • 40
  • 62
1
vote
1 answer

Allow unregistered customers to place orders in Microsoft Commerce Server 2002

What is the best way of implementing a checkout process that allows customers to place orders without first requiring registration on the site, and without requiring that users create an account during the checkout process. I was thinking of perhaps…
Steve Temple
  • 2,238
  • 19
  • 27
1
2 3