Class

atg.commerce.promotion.PromotionServlet

Component

/atg/dynamo/servlet/dafpipeline/PromotionServlet (DAF)
/atg/commerce/promotion/PromotionServlet (DAS)

When PromotionServlet is enabled (enabled property set to true), PromotionServlet scans the requestURI for the PROMO parameter, and when it is present, matches the promotion ID associated to it against the promotion IDs in the promotionItemDescriptorNames property to ensure that the promotion is active. When a match is found, PromotionServlet checks to see if the user qualifies for the promotion by examining the ProfileRepositoryItem for persistency and the PromotiongiveToAnonmousProfiles property for a value of true. If either condition is met, PromotionServlet adds the promotion ID to the ProfileactivePromotions property.

 
loading table of contents...