You can create multiple lists. Each list has the following properties:
Name
Base price list
Creation date
Last modified date
Start date
End date
Locale
The list will display the following information about a product and a SKU:
Product ID
SKU ID
Description
Pricing scheme
List price
Complex price
Note: Either the List Price or the Complex Price is required, not both.
The following steps describe how to price items using price lists.
Assign a price list to a user.
The price list that is used to price an order is stored in the
priceListproperty (of typepriceList) in the user’s profile.Oracle ATG Web Commerce users can also store this price list in a contract used by the customer’s organization.
Price an item with a price list.
There are price list-specific versions of each of the precalculators used by the
ItemPricingEngine.ItemPriceListCalculatoris the precalculator for list pricing.ConfigurableItemPriceListCalculatoris the precalculator for configurable item pricing.View a price through JSP code.
The
PriceDropletservlet bean is used for looking up the price of an item. For more information on thePriceDropletservlet bean, see the PriceDroplet section in this chapter in the ATG Commerce Guide to Setting Up a Store.
For information on setting up price lists using the ACC, see the Managing Price Lists chapter of the ATG Commerce Guide to Setting Up a Store.

