|
Home > Archive > Business Desk > June 2005 > creating multiple variants of a product
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
creating multiple variants of a product
|
|
| BrandNewbien 2005-06-21, 5:51 pm |
| Using Commerce Server 2000 and Business Desk, is it possible to create
mutliple variants of a product, such as a software package that can be
purchaced as one item with 1, 5, 10, 25, 50, 75 and 100 user licenes? I am
thinking the prduct variant id is the key, but I am new to Commerce Server.
Currently we are creating multiple products with different prices for each
configuration. Ultimately I'd like to have a drop down menu of the variations
that the customer can choose from which of course would effect the price.
(We are using a donated Commerce Server 2000 so I doubt upgrading is a
possibily at the moment)
Thanks!
| |
| Sudha Raghavan [MSFT] 2005-06-26, 8:47 pm |
| Try to use the "Product.CreateVariant" API to add variants to a product.
To be able to use the above API, the product definition using which the
Product was created intially must have a variant property.
A variant property can be added using the "AddDefinitionVariantProperty"
property method.
Thanks
Sudha
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/co...r/commerce.mspx
Web logs and community:
http://www.microsoft.com/commercese...ty/default.mspx
Other resources:
http://www.microsoft.com/technet/pr...02/default.mspx
--------------------
Thread-Topic: creating multiple variants of a product
thread-index: AcV2omH04ZjN+b4DQViANc5rjvcNvA==
X-WBNR-Posting-Host: 204.247.197.222
From: =?Utf-8?B?QnJhbmROZXdiaWVu?= <BrandNewbien@discussions.microsoft.com>
Subject: creating multiple variants of a product
Date: Tue, 21 Jun 2005 13:47:05 -0700
Lines: 13
Message-ID: <B0E304A2-E422-4A6A-8C56-AA71C40540D5@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.businessdesk
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:780
X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
Using Commerce Server 2000 and Business Desk, is it possible to create
mutliple variants of a product, such as a software package that can be
purchaced as one item with 1, 5, 10, 25, 50, 75 and 100 user licenes? I am
thinking the prduct variant id is the key, but I am new to Commerce Server.
Currently we are creating multiple products with different prices for each
configuration. Ultimately I'd like to have a drop down menu of the
variations
that the customer can choose from which of course would effect the price.
(We are using a donated Commerce Server 2000 so I doubt upgrading is a
possibily at the moment)
Thanks!
|
|
|
|
|