RequiredItemPriceCy
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use the RequiredItemPriceCy pipeline component to verify that each item in the order form has a regular price assigned to it. Regular prices are assigned by the DefaultItemPriceCy component and similar components.
For more information, see Currency Enhancements.
Intended use: Order Processing pipeline, Item Price stage.
Configuration Values
None.
Values Read
The RequiredItemPriceCy pipeline component reads the following values from the indicated dictionaries.
Key |
Dictionary |
Description |
---|---|---|
item._cy_iadjust_regularprice |
Order |
The regular price of an item. |
Values Written
None.
Remarks
The RequiredItemPriceCy pipeline component verifies that the _cy_iadjust_regularprice key has been set for each item in the items list.
Before the RequiredItemPriceCy pipeline component is run, the items list should have been initialized by the DefaultItemPriceCy component to contain the most current pricing information for the item.
If the _cy_iadjust_regularprice key does not contain a value, an error is raised.