| Class Name | 
 | 
|---|---|
| Component(s) | 
 | 
ItemPricingDroplet is an abstract class that is used as the base class for pricing items and displaying the results to the customer. Both PriceEachItemDroplet and PriceItemDroplet extend this class.
If you extend this class, you must override the performPricing method to return the CommerceItem(s) that have been priced. These items are then bound into the output open parameter with the default name element.
Input Parameters
The following optional parameters are permitted:
pricingModelsPricingModelHolder component. This component is resolved through the userPricingModelsPath property.
locale
profileprofilePath property.
product
elementNameoutput open parameter.
Output Parameters
element
The priced CommerceItem or collection of priced CommerceItems. This parameter name can be changed by setting the elementName input parameter.
Open Parameters
output
The open parameter rendered if the CommerceItem(s) has been successfully priced.
Example
None. ItemPricingDroplet is an abstract class that is meant to be subclassed. Refer to PriceEachItemDroplet and PriceItemDroplet for JSP examples.

