Tagged Questions
The microsoft-commerce-server tag has no wiki summary.
4
votes
1answer
643 views
What are the benefits of Microsoft Commerce Server?
What are the benefits of using Microsoft Commerce Server as opposed to some other 3rd party shopping cart system? Is it really that more "robust" than other .NET solutions - ASP.NET storefront, ...
3
votes
4answers
785 views
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:
...
2
votes
1answer
118 views
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 ...
1
vote
2answers
161 views
Should I consider alternatives to Commerce Server 2009?
I'm building a new site that will sell a few items. I'd like to get experience with a product that is used by other large corporations.
I believe there are several sites based on CS2009/7 but before ...
1
vote
2answers
91 views
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 ...
1
vote
1answer
349 views
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 ...
1
vote
1answer
147 views
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 ...
1
vote
0answers
212 views
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
...
1
vote
2answers
347 views
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 ...
0
votes
1answer
30 views
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 ...
0
votes
1answer
80 views
What are some alternatives to Commerce Server 2009 compatible with Dynamics AX?
I'm looking into replatforming an existing ASP.NET ECommerce app. One option is Commerce Server 2009 + Sharepoint + FAST with a BizTalk adapter to Dynamics AX.
What are some other options that can ...
0
votes
1answer
49 views
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 ...
0
votes
1answer
51 views
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. ...
0
votes
1answer
41 views
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 ...
0
votes
3answers
227 views
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
0
votes
1answer
38 views
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 ...
0
votes
2answers
105 views
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, ...
0
votes
1answer
63 views
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 ...
0
votes
1answer
237 views
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 ...
0
votes
3answers
307 views
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 ...
0
votes
1answer
101 views
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" ...
0
votes
4answers
243 views
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 ...
0
votes
1answer
107 views
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 ...
0
votes
1answer
287 views
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 ...
0
votes
1answer
345 views
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 ...