|
Home > Archive > Commerce Server General > February 2004 > Pipeline Rules
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]
|
|
|
| I am relatively new to Commerce Server and have just
installed and 'got going' an ecommerce site.
I have a problem whereby a customer can log in to the
site, browse the Catalog and choose a product to order -
the problem arises when the product chosen is NOT on the
customers' back-office price list. The price returned is
0.00 and allows the customer to continue to order the
product at this price.
How do i get commerce system (maybe pipeline editor?) to
dissalow this, or maybe return some text to the web page
for this row saying 'No Pricing' (for example) when a
price of 0.00 is returned ???
Thanks in advance for any help on this
| |
| Erik Mavrinac [MSFT] 2004-02-18, 7:36 am |
| This is not a function of the pipelines - the QueryCatalogInfo pipeline component when run in the Basket pipeline will cause line items to be removed that are
not in the catalog, but if the item is present at a zero price then the number will pass through to the site. There is no setting to disallow this - you should update
the site code to check for this case and change the user interface to display what is needed.
Erik
--------------------
From: "Mark" <markr@paper-graphics.com>
Sender: "Mark" <markr@paper-graphics.com>
Subject: Pipeline Rules
Date: Wed, 18 Feb 2004 02:59:22 -0800
I am relatively new to Commerce Server and have just
installed and 'got going' an ecommerce site.
I have a problem whereby a customer can log in to the
site, browse the Catalog and choose a product to order -
the problem arises when the product chosen is NOT on the
customers' back-office price list. The price returned is
0.00 and allows the customer to continue to order the
product at this price.
How do i get commerce system (maybe pipeline editor?) to
dissalow this, or maybe return some text to the web page
for this row saying 'No Pricing' (for example) when a
price of 0.00 is returned ???
Thanks in advance for any help on this
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
|
|
|
|
|