| Author |
Message |
Rapidexposure
Guest
|
Posted:
Sun Nov 07, 2004 9:57 am Post subject:
How do I set up page groups |
|
|
Hi,
I'm using the retail asp site as the basis of my ecommerce site. I want to
apply a discount to a page group (a single page in this case). I've set up
the discount and it works until I try to restrict it to a page group. How do
I assign a certain page to be a member of a page group?
Thank you for any help.
--
Geri |
|
| Back to top |
|
 |
David Messner [MSFT]
Guest
|
Posted:
Sat Dec 11, 2004 2:04 am Post subject:
RE: How do I set up page groups |
|
|
You have to set the page group in code (or build your own solution for
attributing pages).
In Templates\Banner.inc, just set a PageGroup property (you could do this
from a local variable set on the specific page, for example).
oCSO.PageGroup = "MyPageGroup"
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: How do I set up page groups
thread-index: AcTEfdYGVtA0Vf78RoKw+jEgat7y3A==
X-WBNR-Posting-Host: 68.118.206.6
From: "=?Utf-8?B?UmFwaWRleHBvc3VyZQ==?="
<Rapidexposure@discussions.microsoft.com>
Subject: How do I set up page groups
Date: Sat, 6 Nov 2004 19:57:01 -0800
Lines: 10
Message-ID: <8D3EB52B-C757-4794-93DE-083097AD8138@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:15081
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I'm using the retail asp site as the basis of my ecommerce site. I want to
apply a discount to a page group (a single page in this case). I've set up
the discount and it works until I try to restrict it to a page group. How
do
I assign a certain page to be a member of a page group?
Thank you for any help.
--
Geri |
|
| Back to top |
|
 |
Rapidexposure
Guest
|
Posted:
Sat Dec 11, 2004 2:45 am Post subject:
RE: How do I set up page groups |
|
|
Thanks for your response. It was very helpful.
"David Messner [MSFT]" wrote:
| Quote: | You have to set the page group in code (or build your own solution for
attributing pages).
In Templates\Banner.inc, just set a PageGroup property (you could do this
from a local variable set on the specific page, for example).
oCSO.PageGroup = "MyPageGroup"
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: How do I set up page groups
thread-index: AcTEfdYGVtA0Vf78RoKw+jEgat7y3A==
X-WBNR-Posting-Host: 68.118.206.6
From: "=?Utf-8?B?UmFwaWRleHBvc3VyZQ==?="
Rapidexposure@discussions.microsoft.com
Subject: How do I set up page groups
Date: Sat, 6 Nov 2004 19:57:01 -0800
Lines: 10
Message-ID: <8D3EB52B-C757-4794-93DE-083097AD8138@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:15081
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I'm using the retail asp site as the basis of my ecommerce site. I want to
apply a discount to a page group (a single page in this case). I've set up
the discount and it works until I try to restrict it to a page group. How
do
I assign a certain page to be a member of a page group?
Thank you for any help.
--
Geri
|
|
|
| Back to top |
|
 |
|
|
|
|