Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
183 views

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 ...
1
vote
1answer
174 views

Problem with 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 ...
1
vote
1answer
169 views

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 ...
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
0answers
63 views

What is the preferred way of checking a list of products for discounts in Commerce Server?

I have a page that shows a list of Commerce Server products (sometimes dozens) that are in a given category. I need to make my page conditional so that it displays a different graphic next to the ...
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
348 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 ...
1
vote
3answers
352 views

What features Microsoft Commerce Server 2007 DOESN'T have?

I'm trying to study what features can give Microsoft Commerce Server 2007 and I need to know what features doesn't have respect to other e-commerce systems.
0
votes
1answer
32 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
43 views

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

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 ...
0
votes
2answers
4k views

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

(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 ...
0
votes
1answer
288 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
644 views

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 ...