Commerce Server General - Create RichProductPage using API?

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > August 2005 > Create RichProductPage using API?





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 Create RichProductPage using API?
Roopesh

2005-07-11, 2:48 am

Hi All,
Our scenario is as follows. We have an application where the product is
created by the memberof the site by ising some UI. The member will be
provided a UI to created that product into catalog. For this we are using the
commerce server APi. This works fine.

Now user want to create a RichProductPage for this product; our
application prompts for the information that is required to create the rich
product page.

Now using API calls, how can i proceed to create RichProductPage
programmtically?

Thanks in Advance
-Roopesh
Sudha Raghavan [MSFT]

2005-07-11, 5:51 pm

Assuming that the RichProductpage contains more data about the saem product
being created, you na do the following:

1. Create the product with the minimum set of required properties using the
CreateProduct API.
2. Set the rest of the proeprties entered by the user on the rich product
page on the product object created in step 1. Save the new product object.

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: Create RichProductPage using API?
thread-index: AcWF0wWxYWXYKYOWSWOQ2yYTMZFkyA==
X-WBNR-Posting-Host: 216.37.76.159
From: "=?Utf-8?B?Um9vcGVzaA==?=" <Roopesh@discussions.microsoft.com>
Subject: Create RichProductPage using API?
Date: Sun, 10 Jul 2005 21:43:03 -0700
Lines: 15
Message-ID: <2FAA4A09-CB94-4600-B7AB-FA5CCE92BF4E@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2987
X-Tomcat-NG: microsoft.public.commerceserver.general

Hi All,
Our scenario is as follows. We have an application where the product is
created by the memberof the site by ising some UI. The member will be
provided a UI to created that product into catalog. For this we are using
the
commerce server APi. This works fine.

Now user want to create a RichProductPage for this product; our
application prompts for the information that is required to create the rich
product page.

Now using API calls, how can i proceed to create RichProductPage
programmtically?

Thanks in Advance
-Roopesh


Roopesh

2005-07-12, 2:48 am

Hi Sudha,

Thanks for the response
1 point i have already done and it is working fine.
2 point is ok; But the rich product page should be a posting within the
Content Management Server.

Any how i am giving my steps how i have proceeded. Could please help in this
issue.


1. CreateRichProductPage.aspx -
a. This page will be shown the list of products he/she published within the
catalog using your 1st point.
b. Within this page i will be expecting Some detail description & Image for
the Product.
c. OnClick of a button -
I should be able to attach a RichProductPage ( as posting ) to this
product; which means that i should be able to do the steps that will happen
when we call "MakeRich " within the MCMS control after a Simple Product Page
is been displayed.

The RichProductPage should be created for the selected product
progrmmatically.


Thanks in Advance.
-Roopesh.

****************************************
******************

"Sudha Raghavan [MSFT]" wrote:

> Assuming that the RichProductpage contains more data about the saem product
> being created, you na do the following:
>
> 1. Create the product with the minimum set of required properties using the
> CreateProduct API.
> 2. Set the rest of the proeprties entered by the user on the rich product
> page on the product object created in step 1. Save the new product object.
>
> 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: Create RichProductPage using API?
> thread-index: AcWF0wWxYWXYKYOWSWOQ2yYTMZFkyA==
> X-WBNR-Posting-Host: 216.37.76.159
> From: "=?Utf-8?B?Um9vcGVzaA==?=" <Roopesh@discussions.microsoft.com>
> Subject: Create RichProductPage using API?
> Date: Sun, 10 Jul 2005 21:43:03 -0700
> Lines: 15
> Message-ID: <2FAA4A09-CB94-4600-B7AB-FA5CCE92BF4E@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.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2987
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hi All,
> Our scenario is as follows. We have an application where the product is
> created by the memberof the site by ising some UI. The member will be
> provided a UI to created that product into catalog. For this we are using
> the
> commerce server APi. This works fine.
>
> Now user want to create a RichProductPage for this product; our
> application prompts for the information that is required to create the rich
> product page.
>
> Now using API calls, how can i proceed to create RichProductPage
> programmtically?
>
> Thanks in Advance
> -Roopesh
>
>

Sudha Raghavan [MSFT]

2005-08-05, 5:52 pm

Are you still having this issue?

Thanks
Sudha
--------------------
Thread-Topic: Create RichProductPage using API?
thread-index: AcWGphsvs2pdXlK5TpuArzHnI7xZYQ==
X-WBNR-Posting-Host: 216.37.76.159
From: "=?Utf-8?B?Um9vcGVzaA==?=" <Roopesh@discussions.microsoft.com>
References: <2FAA4A09-CB94-4600-B7AB-FA5CCE92BF4E@microsoft.com>
<UgjHiSkhFHA.944@TK2MSFTNGXA01.phx.gbl>
Subject: RE: Create RichProductPage using API?
Date: Mon, 11 Jul 2005 22:54:02 -0700
Lines: 102
Message-ID: <34444964-C81E-44A3-A808-6280BC8C5B4F@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2992
X-Tomcat-NG: microsoft.public.commerceserver.general

Hi Sudha,

Thanks for the response
1 point i have already done and it is working fine.
2 point is ok; But the rich product page should be a posting within the
Content Management Server.

Any how i am giving my steps how i have proceeded. Could please help in
this
issue.


1. CreateRichProductPage.aspx -
a. This page will be shown the list of products he/she published within
the
catalog using your 1st point.
b. Within this page i will be expecting Some detail description & Image
for
the Product.
c. OnClick of a button -
I should be able to attach a RichProductPage ( as posting ) to this
product; which means that i should be able to do the steps that will happen
when we call "MakeRich " within the MCMS control after a Simple Product
Page
is been displayed.

The RichProductPage should be created for the selected product
progrmmatically.


Thanks in Advance.
-Roopesh.

****************************************
******************

"Sudha Raghavan [MSFT]" wrote:

> Assuming that the RichProductpage contains more data about the saem

product
> being created, you na do the following:
>
> 1. Create the product with the minimum set of required properties using

the
> CreateProduct API.
> 2. Set the rest of the proeprties entered by the user on the rich product
> page on the product object created in step 1. Save the new product object.
>
> 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: Create RichProductPage using API?
> thread-index: AcWF0wWxYWXYKYOWSWOQ2yYTMZFkyA==
> X-WBNR-Posting-Host: 216.37.76.159
> From: "=?Utf-8?B?Um9vcGVzaA==?=" <Roopesh@discussions.microsoft.com>
> Subject: Create RichProductPage using API?
> Date: Sun, 10 Jul 2005 21:43:03 -0700
> Lines: 15
> Message-ID: <2FAA4A09-CB94-4600-B7AB-FA5CCE92BF4E@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.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2987
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hi All,
> Our scenario is as follows. We have an application where the product

is
> created by the memberof the site by ising some UI. The member will be
> provided a UI to created that product into catalog. For this we are using
> the
> commerce server APi. This works fine.
>
> Now user want to create a RichProductPage for this product; our
> application prompts for the information that is required to create the

rich
> product page.
>
> Now using API calls, how can i proceed to create RichProductPage
> programmtically?
>
> Thanks in Advance
> -Roopesh
>
>



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
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com