| Author |
Message |
Colin Bowern
Guest
|
Posted:
Tue Mar 01, 2005 2:59 am Post subject:
Order Line Item - "_product_name" |
|
|
Where along the line does the _product_name field get populated in the order
line items? I've run a basket pipeline that I've matched up to the CS 2002
Starter Site and the field doesn't return anything but DBNull. The catalog
the item is coming from is a virtual catalog.
Thanks,
Colin |
|
| Back to top |
|
 |
Colin Bowern
Guest
|
Posted:
Tue Mar 01, 2005 5:45 am Post subject:
Re: Order Line Item - "_product_name" |
|
|
Ok, some further information. What I'm finding after I did some pipeline
debugging on the basket.pcf is that the _product_name in the CS 2002 Starter
Site is driven out of the field called Name which is a custom product
definition property. The Display Name as listed in the Catalog Manager
interface, however, does not seem to be written with the call to the
QueryCatalogInfo component.
Any thoughts on extracting the display name that Catalog Manager writes to
as part of the call to QueryCatalogInfo or is this something that will
require a custom component?
Thanks,
Colin
"Colin Bowern" <colin.bowern@nospam.officialcommunity.com> wrote in message
news:%23qU4chdHFHA.3500@TK2MSFTNGP14.phx.gbl...
| Quote: | Where along the line does the _product_name field get populated in the
order line items? I've run a basket pipeline that I've matched up to the
CS 2002 Starter Site and the field doesn't return anything but DBNull.
The catalog the item is coming from is a virtual catalog.
Thanks,
Colin
|
|
|
| Back to top |
|
 |
Colin Bowern
Guest
|
Posted:
Tue Mar 01, 2005 6:48 am Post subject:
Re: Order Line Item - "_product_name" |
|
|
Turns out a hot fix is required:
http://support.microsoft.com/default.aspx?id=884029
It worked great. Does anyone have thoughts on the pipeline running on each
page call? In order to preserve the _product_DisplayName it seems I'm
having to make a call to the basket component on each page call.
Thanks,
Colin
"Colin Bowern" <colin.bowern@nospam.officialcommunity.com> wrote in message
news:OH8Og%23eHFHA.3588@TK2MSFTNGP14.phx.gbl...
| Quote: | Ok, some further information. What I'm finding after I did some pipeline
debugging on the basket.pcf is that the _product_name in the CS 2002
Starter Site is driven out of the field called Name which is a custom
product definition property. The Display Name as listed in the Catalog
Manager interface, however, does not seem to be written with the call to
the QueryCatalogInfo component.
Any thoughts on extracting the display name that Catalog Manager writes to
as part of the call to QueryCatalogInfo or is this something that will
require a custom component?
Thanks,
Colin
"Colin Bowern" <colin.bowern@nospam.officialcommunity.com> wrote in
message news:%23qU4chdHFHA.3500@TK2MSFTNGP14.phx.gbl...
Where along the line does the _product_name field get populated in the
order line items? I've run a basket pipeline that I've matched up to the
CS 2002 Starter Site and the field doesn't return anything but DBNull.
The catalog the item is coming from is a virtual catalog.
Thanks,
Colin
|
|
|
| Back to top |
|
 |
|
|
|
|