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
1
vote
3 answers

How to make a discount apply to only one shipping method in Commerce Server 2007?

I searched and searched for an answer for this seemingly simple question in Commerce Server 2007, but have found nothing useful. This seems like something that should be possible. How to make a discount apply to only one shipping method in Commerce…
James
  • 12,636
  • 12
  • 67
  • 104
0
votes
1 answer

Commerce Server error when running catalog export service

System.ArgumentException: '_', hexadecimal value 0x1F, is an invalid character. at System.Xml.XmlEncodedRawTextWriter.InvalidXmlChar(Int32 ch, Char* pDst, Boolean entitize) at System.Xml.XmlEncodedRawTextWriter.WriteElementTextBlock(Char*…
Glenn Slaven
  • 33,720
  • 26
  • 113
  • 165
0
votes
1 answer

Error when trying to fetch azure subscription rate card and consumption usage

I am trying to fetch ratecard and uage for my pay as you go subscription. However consistently getting exception. Tried multipple options but none are working. Option 1 used to work flawlessly in the past but since last 4 weeks getting below…
0
votes
1 answer

how to install Commerce Server 2007 Staging (grayed out on mine and my collegue's box)?

I need to use CS Staging API to do some tests with a remote server. However, the Staging option is grayed out for me and my colleague, at least when i try to install the MSDN version (both Enterprise and Developer). Any idea how can I at least…
Greg
  • 1,227
  • 5
  • 23
  • 52
0
votes
1 answer

Field not found: 'Microsoft.CommerceServer.Catalog.Internal.Constants.CatalogResourceMajorVersion'

When accessing a Commerce Server 2007 site I get the exception below. This happened after I upgraded to SP2. I checked the Microsoft.CommerceServer.Catalog.dll in GAC and it seems to have this field. I tried to create a new test site on the same…
rickythefox
  • 6,601
  • 6
  • 40
  • 62
0
votes
1 answer

Extending Commerce server2007 PurchaseOrder

A purchase order can be stored in Commerce Server 2007 in the purchaseorders table, which comes with a limited default storage columns. What if you want to add new columns to this table that would be used to store additional order information? Pls…
Joy
  • 1,609
  • 3
  • 16
  • 28
0
votes
2 answers

Error while trying obtain Azure Rate Card

I am trying to download the rate card for my Azure subscription and since this morning the request is ending in an HTTP 400. This is the error InvalidAuthenticationInfo
user1142317
  • 533
  • 1
  • 8
  • 20
0
votes
1 answer

Failed to delete profile from underlying stores in commerce server 2007

While invoking the "DeleteProfile" method of the "ProfileContext" option for a Contact record. I'm getting the following error: Failed to delete profile from underlying stores Please check key or values
ttomsen
  • 848
  • 9
  • 15
0
votes
2 answers

sql query structure

I have the task of cleaning up some of our data in SQL Server 2008 for CS2009. In our profiles database there are two tables: Addresses UserObject Address: address_id, line1, line2 guid, varchar, varchar UserObject: userid_id,…
Jon
  • 15,110
  • 28
  • 92
  • 132
0
votes
1 answer

integrate commerce server with a Continuous integration server

Our main application uses Commerce Server 2002, we are currently in the process of upgrading to 2009. I am looking into setting up CC.net for both apps. I have it pulling from SVN and starting the build but it will fail because Commerce Server is…
Jon
  • 15,110
  • 28
  • 92
  • 132
0
votes
1 answer

Microsoft anti-cross site scripting library v3.1 download

I'm working on a 2010 SharePoint solution [windows server 2008 r2] which required Microsoft Commerce server, Installing the commerce require some prerequisites one of those is "Microsoft anti-cross site scripting library v3.1" and the provided…
0
votes
1 answer

Commerce Server 2009 with SharePoint 2010

I'm trying to decide to between using MojoPortal for my organizations CMS or Commerce Server 2009 with SharePoint 2010. We already have SharePoint 2010 for our intranet. In that thinking, perhaps it would make sense to deploy the same technology? We…
rsteckly
  • 1,952
  • 3
  • 23
  • 35
0
votes
1 answer

Sitecore Commerce Server - get full order list

I have a task: create a custom admin page in Sitecore to show FULL order history. I found a way to get order history per visitor, but couldn't find anything to get a full list of orders. To get an order list per visitor we can use method public…
Max
  • 804
  • 7
  • 19
0
votes
1 answer

Displaying "Featured products" or "Recently added products" list in SharePoint site with commerce services

I have a Sharepoint 2007 internet site using Microsoft commerce server 2009. I need to show a list of "Recently added products" or "featured products". These will be showing products from "all" catalogs. What is the best approach to implement such…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
0
votes
1 answer

Is there possibility to debug Commerce Server component based OperationSequenceComponent?

What is correct way to debug Commerce Server component based OperationSequenceComponent ? Which process should I attach to in order to step into component's methods ?