The store.war/global/gadgets/promotions.jsp page displays the promotions a customer is eligible for. The promotions.jsp page uses the value of the /atg/store/pricing/PromotionFilter.siteGroupPromotions property to render the customer’s promotions. This property lists all of the promotions that are appropriate for the customer in the current site context. The siteGroupPromotions property is populated as follows:

Finally, promotions.jsp renders the promotions returned by generateFilteredCollection().

Note: See the ATG Commerce Programming Guide for more details on the UserPricingModels component.