Commerce Server 2007 provides a set of tools for the Web site developer, the IT professional, and the business user to help develop, deploy, and manage e-commerce applications. The final version of Microsoft Commerce Server was 2009 before it was sold to Ascentium/Smith and becamse CommerceServer.NET
Questions tagged [commerceserver2007]
16 questions
4
votes
1 answer
Parameterized Queries /Without/ using queries
I've got a bit of a poor situation here. I'm stuck working with commerce server, which doesn't do a whole lot of sanitization/parameterization.
I'm trying to build up my queries to prevent SQL Injection, however some things like the searches / where…

Aren
- 54,668
- 9
- 68
- 101
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
Commerce Server 2007 sp2 and ASP.NET Integrated Pipeline
I am using Microsoft Commerce Server 2007 sp2 and a custom ASP.NET 2.0 website. Everything works well in Classic Pipeline, but when I try to use the Integrated pipeline, it fails with the following error:
Server Error in '/' Application.
Request is…

frenchan
- 11
- 1
1
vote
1 answer
Saving an XSLT template in a Commerce Server 2009 Web Part
When editing a Commerce Server Product detail web part we are having a great deal of difficulty making changes to the XSLT template. These are not complex changes, just small minor changes. There is no problem with the template as I have tried it…

Jeff Cuscutis
- 11,317
- 6
- 28
- 21
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
Commerce Server: Custom counters file view is out of memory
Commerce Server seems to be adding a ton of counters for each catalog/site, and we are currently pushing 45 of them. I tried upping the size in the machine.config which helps, but not enough.
Does anyone know how to programmatically clear out the…

Matt Briggs
- 41,224
- 16
- 95
- 126
0
votes
1 answer
Can you change the location of the pipline log files in Commerce Server 2007?
By default Commerce Server's pipelines log to %WEBROOT%\pipelines\log, is there a configuration value that can change this location?

Glenn Slaven
- 33,720
- 26
- 113
- 165
0
votes
1 answer
Commerce Server development for an Asp.Net guy
I'm looking to get a rough overview of the development activities typically involved in creating a fairly large store with some external systems integration on MS Commerce Server and how it differs from standard asp.net development
1) Do you…

AndreasKnudsen
- 3,453
- 5
- 28
- 33
0
votes
2 answers
Find control inside footer of nested repeater? (.NET 2.0 , C#)
I'm getting null reference errors when looking for a quantity box control in the footer of a nested repeater. The error occurs when OnItemCommand function is executed (not when data is being bound to the repeater, which was an issue I encountered…

Sarah Jean
- 648
- 2
- 10
- 19
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
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?

Anandjit
- 15
- 1
- 6
0
votes
1 answer
(Commerce Server) How to get the PageGroup[] without instancing a new MarketingContext object
If you take a look at Tom Schultz's Blog, you'll see that he says that if you instance your own Context objects (such as the CommerceContext object), an instance of the SiteConfigReadOnlyFreeThreaded class created in memory as well, and you can't do…

Adam McKee
- 802
- 2
- 8
- 14
0
votes
2 answers
Commerce Server 2007 OrderObjectMappings definition error
I am adding 3 new properties to my PurchaseOrder object and have gone through the process of adding the 3 new columns to the database table, updating the PurchaseOrder class and lastly the OrderObjectMappings.xml file to ensure the properties in the…

user1585001
- 23
- 3
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