| Author |
Message |
Maximus
Guest
|
Posted:
Thu Feb 24, 2005 2:46 am Post subject:
Is it possible to have a multi-valued property for a product |
|
|
Hi,
I am new to Commerce Server. I need to find a way to define a product with
multi-valued properties. It seems I can not get it done through Biz Desk.
Suppose I need to define a product like this:
<product>
<name>NameA</name>
<description>desc</description>
<review>
<Item>Rate 1</Item>
<Item>Rate 2</Item>
<Item>Rate 3</Item>
<Item>Rate 4</Item>
</review>
<ScreenShots>
<Screen>/image/image1</Screen>
<Screen>/image/image2</Screen>
<Screen>/image/image3</Screen>
</ScreenShots>
</product>
Can anyone give me an idea how to achive this? Thanks in advance. |
|
| Back to top |
|
 |
Murat Ozkan
Guest
|
Posted:
Thu Feb 24, 2005 7:05 pm Post subject:
RE: Is it possible to have a multi-valued property for a pro |
|
|
I may suggest to use comma separated values or xml string data in specific
product property. You'll need to parse them in either case.
Murat
"Maximus" wrote:
| Quote: | Hi,
I am new to Commerce Server. I need to find a way to define a product with
multi-valued properties. It seems I can not get it done through Biz Desk.
Suppose I need to define a product like this:
product
name>NameA</name
description>desc</description
review
Item>Rate 1</Item
Item>Rate 2</Item
Item>Rate 3</Item
Item>Rate 4</Item
/review
ScreenShots
Screen>/image/image1</Screen
Screen>/image/image2</Screen
Screen>/image/image3</Screen
/ScreenShots
/product
Can anyone give me an idea how to achive this? Thanks in advance.
|
|
|
| Back to top |
|
 |
Vinayak Tadas[MSFT]
Guest
|
Posted:
Fri Feb 25, 2005 4:44 am Post subject:
RE: Is it possible to have a multi-valued property for a pro |
|
|
This (multi value support) is not supported in the catalog system. You can
work around this by saving it as a comma separated list
--------------------
From: "Maximus" <maximus@microsoft.com>
Subject: Is it possible to have a multi-valued property for a product?
Date: Wed, 23 Feb 2005 15:46:14 -0500
Lines: 25
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.181
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181
Message-ID: <OTrN4ieGFHA.2936@TK2MSFTNGP15.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: hse-montreal-ppp338028.sympatico.ca 65.92.149.3
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
5.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.commerceserver.general:15658
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I am new to Commerce Server. I need to find a way to define a product with
multi-valued properties. It seems I can not get it done through Biz Desk.
Suppose I need to define a product like this:
<product>
<name>NameA</name>
<description>desc</description>
<review>
<Item>Rate 1</Item>
<Item>Rate 2</Item>
<Item>Rate 3</Item>
<Item>Rate 4</Item>
</review>
<ScreenShots>
<Screen>/image/image1</Screen>
<Screen>/image/image2</Screen>
<Screen>/image/image3</Screen>
</ScreenShots>
</product>
Can anyone give me an idea how to achive this? Thanks in advance.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
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 |
|
| Back to top |
|
 |
Ravi Shankar
Guest
|
Posted:
Fri Feb 25, 2005 6:48 am Post subject:
RE: Is it possible to have a multi-valued property for a pro |
|
|
In your XML you specify different rates & different images... would using the
variants help resolve your issue ?
"Maximus" wrote:
| Quote: | Hi,
I am new to Commerce Server. I need to find a way to define a product with
multi-valued properties. It seems I can not get it done through Biz Desk.
Suppose I need to define a product like this:
product
name>NameA</name
description>desc</description
review
Item>Rate 1</Item
Item>Rate 2</Item
Item>Rate 3</Item
Item>Rate 4</Item
/review
ScreenShots
Screen>/image/image1</Screen
Screen>/image/image2</Screen
Screen>/image/image3</Screen
/ScreenShots
/product
Can anyone give me an idea how to achive this? Thanks in advance.
|
|
|
| Back to top |
|
 |
|
|
|
|