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
0
votes
1 answer

Logging inside OperationSequenceComponent

I need to add logging inside existing OperationSequenceComponent, I can use Debug.Write("") to write information into debug stream. But I'm wondering if there any possibility to log into file or database into OperationSequenceComponent ?
0
votes
1 answer

Commerce Server Catalog Manager SearchOptions setPaging

I am using this method: http://msdn.microsoft.com/en-US/library/microsoft.commerceserver.catalog.commonsearchoptions.setpaging.aspx as such: CatalogSearch p = catalogContext.GetCatalogSearch(); p.CatalogNames = "**"; …
Stephen K
  • 697
  • 9
  • 26
0
votes
2 answers

NullReferenceException Commerce Server Web Service

My code: ws.CategoryConfiguration cc = new ws.CategoryConfiguration(); cc.LoadChildProducts = true; cc.ChildProducts.SearchOptions.PropertiesToReturn = new string[] { "BasePrice" }; when I run this, I get a…
Stephen K
  • 697
  • 9
  • 26
0
votes
4 answers

How do I get \0 off my string from C++ when read in C#

I'm kind of stuck here. I'm developing a custom Pipleline component for Commerce Server 2009, but that has little to do with my problem. In the setup of the pipe, I give the user a windows form to enter some values for configuration. One of those…
Corey Coogan
  • 1,569
  • 2
  • 17
  • 31
0
votes
1 answer

Recently added product are not listed in the site search in Umbraco site search

I’m working on a web project which uses Umbraco CMS, we are using the site search functionality to find the products on our site it is working fine, when I add new products to the commerce server 2009 R2 it is being listed in the respective…
Govin
  • 3
  • 3
0
votes
1 answer

Manage Commerce Server 09 Users in SharePoint Groups

I'm pretty new to Commerce Server 09 and its integration into SharePoint. I have a requirement to use SharePoint groups to manage the CS users. I've got the VPC demo loaded and read about the pipelines, etc., but I'm not quite sure where to…
Corey Coogan
  • 1,569
  • 2
  • 17
  • 31
0
votes
1 answer

Tax Module in Commerce Server 2007

Do we have any out of the box pipeline component for calculating tax in commerce server 2007?Is it recommended to have a custom table in the commerce server transaction related databases to store tax information?
0
votes
1 answer

Where to put code that loads products from cookie?

We have a project which is Sharepoint solution combined with Commerce Server. It's a webshop, and we are currently installing a feature where the products but in the basket is stored using cookies. We are doing that by adding all the products guids…
0
votes
1 answer

can I work with Microsoft Commerce server, catalog API , with Windows Service Application

I worked before with "Microsoft Commerce server 2007" and used it's Catalog API to get products data in my web site. But I have a requirement to make a windows service that uses the commerce product catalog data, but I don't know how to adjust the…
Tarek El-Mallah
  • 4,015
  • 1
  • 31
  • 46
0
votes
1 answer

What is the better approach to call commerce server profile refresh method?

I get the profile objects for customer,contact,phone,address and then i call profile refresh method after each time i get these profile objects. The app is deployed on a web farm. I find performance lag with my current approach. We are currently…
Marcer
  • 839
  • 1
  • 12
  • 25
0
votes
1 answer

How to create encryption key

I followed all the steps for Commerce Server 2009 R2 Three Tier Installation. Everything is good, the Commerce server works good, all the .wsp are deployed successfully and the web application is created. I am using a self created certificate. But…
0
votes
2 answers

Commerce Server 2009 API - Get All Profiles

Is there a way, using the CS2009 API, to get all profiles? I have trying to migrate to the CS2009 API, and I need to be able to get all profiles from a custom profile. It looks like with using "CommerceQuery", you are required to pass a field that…
Logitron
  • 73
  • 1
  • 1
  • 5
0
votes
1 answer

Make coupon entry in commerce server required before a discount is applied, possible?

I have created a discount in commerce server, and linked it with a list of private coupons. The problem is that after running the basket pipline it applies this discount even though no coupon was ever entered. It seems to me me this should be the…
James
  • 12,636
  • 12
  • 67
  • 104
-1
votes
3 answers

Microsoft Commerce Server 2007 ebook

As I'm a beginner, I need to download some good tutorials/e-books on MS-Commerce server 2007. Can anyone help me with some links? Thanks in advance Koushik
Joy
  • 1,609
  • 3
  • 16
  • 28
1 2
3