| Author |
Message |
adam23
Guest
|
Posted:
Wed Dec 08, 2004 9:41 pm Post subject:
QueryCatalogInfo - Definition Name |
|
|
I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType") |
|
| Back to top |
|
 |
Austin Skyles [MSFT]
Guest
|
Posted:
Sat Jan 01, 2005 5:10 am Post subject:
RE: QueryCatalogInfo - Definition Name |
|
|
I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType") |
|
| Back to top |
|
 |
adam23
Guest
|
Posted:
Mon Jan 03, 2005 10:45 pm Post subject:
RE: QueryCatalogInfo - Definition Name |
|
|
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts (lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR VeloCatalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __null__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_EMPTY __empty__ VT_BSTR store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __empty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __empty__ VT_I4 70
: WriteValue _product_cy_list_price VT_EMPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __empty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPTY __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_EMPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
| Quote: | I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
|
|
|
| Back to top |
|
 |
adam23
Guest
|
Posted:
Mon Jan 03, 2005 10:47 pm Post subject:
RE: QueryCatalogInfo - Definition Name |
|
|
Austin,
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts (lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR VeloCatalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __null__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_EMPTY __empty__ VT_BSTR store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __empty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __empty__ VT_I4 70
: WriteValue _product_cy_list_price VT_EMPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __empty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPTY __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_EMPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
| Quote: | I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
|
|
|
| Back to top |
|
 |
Austin Skyles [MSFT]
Guest
|
Posted:
Fri Jan 07, 2005 6:20 am Post subject:
RE: QueryCatalogInfo - Definition Name |
|
|
What version of Commerce Server are you using? It's possible that I'm
testing on a different version. (I am testing against CS2002 FP1)
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTxs9sq2c8hxBg8QM6TsuwYJbxJYg==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
References: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
<VJOE5347EHA.3520@cpmsftngxa10.phx.gbl>
Subject: RE: QueryCatalogInfo - Definition Name
Date: Mon, 3 Jan 2005 08:47:05 -0800
Lines: 102
Message-ID: <22D0471E-011B-420F-BEA5-AA935423C175@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15358
X-Tomcat-NG: microsoft.public.commerceserver.general
Austin,
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts
(lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR VeloCatalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __null__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_EMPTY __empty__ VT_BSTR
store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __empty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __empty__ VT_I4 70
: WriteValue _product_cy_list_price VT_EMPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __empty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPTY __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_EMPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
| Quote: | I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error
or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory.
I
need to handle inventory differently based on the definition type for
each
product. I have my custom component inserted into my basket pipeline
after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name
within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
|
|
|
| Back to top |
|
 |
adam23
Guest
|
Posted:
Fri Jan 07, 2005 11:01 am Post subject:
RE: QueryCatalogInfo - Definition Name |
|
|
I'm working on SP3, but I don't think that is it. I checked the pipe log for
Retail2002 and QueryCatalogInfo is writing the _product_DefinitionName for
that site. If you are out of ideas. I have a messy work around that seems
to suffice. Thanks again.
Adam
"Austin Skyles [MSFT]" wrote:
| Quote: | What version of Commerce Server are you using? It's possible that I'm
testing on a different version. (I am testing against CS2002 FP1)
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTxs9sq2c8hxBg8QM6TsuwYJbxJYg==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com
References: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com
VJOE5347EHA.3520@cpmsftngxa10.phx.gbl
Subject: RE: QueryCatalogInfo - Definition Name
Date: Mon, 3 Jan 2005 08:47:05 -0800
Lines: 102
Message-ID: <22D0471E-011B-420F-BEA5-AA935423C175@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15358
X-Tomcat-NG: microsoft.public.commerceserver.general
Austin,
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts
(lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR VeloCatalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __null__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_EMPTY __empty__ VT_BSTR
store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __empty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EMPTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __empty__ VT_I4 70
: WriteValue _product_cy_list_price VT_EMPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __empty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 40 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPTY __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_EMPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error
or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory.
I
need to handle inventory differently based on the definition type for
each
product. I have my custom component inserted into my basket pipeline
after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name
within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
|
|
|
| Back to top |
|
 |
|
|
|
|