Product Catalog Custom Properties & QueryCatalogInfo

Hello-

I am working on a CS 2007 project based on the Starter Site. I have a catalog product definition that contains a handful of Custom Properties, Sale Price for example. On the Basket page after executing the basket pipeline, I don't seem to have weakly-typed access to any of the Custom Properties on the product definition. I assumed QueryProdInfo would retrieve all properties including any custom properties which I could access via the LinetItem["_product_SalePrice"] weakly-typed nomenclature. Can anyone tell me if I am off syntactically here or if there is something more I need to do to get the customer properties to show up via the execution of QueryCatalogInfo.

Thanks in advance,

Al

[745 byte] By [AlbertC3] at [2008-1-10]
# 1

Yes the catalog pipeline components would have that value LinetItem["_product_SalePrice"] dictionay key pair value, but you have to remember if you want this value to translate back to from the pipeline you will have to setup the OrderPipelineMappings.xml to account for it.

Good luck,

-Max

MaxAkbar at 2007-10-3 > top of Msdn Tech,Commerce Server,Commerce Server 2007...