Three attributes manage promotions for each user:

Each of these collection attributes have a component item type of ‘promotion’ which is defined in the Product Catalog repository /atg/commerce/catalog/ProductCatalog.

The session-scoped PricingModelHolder component (/atg/commerce/pricing/UserPricingModels) asks the item, shipping, tax and order pricing engines to retrieve what promotions should be available for pricing. Each pricing engine implements the atg.commerce.pricing.PricingEngine interface, which defines the getPricingModels method. The implementation of this method returns a combined collection of global and user promotions, which comes from the activePromotions attribute.

 
loading table of contents...