Requirement
I am building an e-Commerce Application in ATG 10.2 where I would like the coupons (item-level discounts only) to be displayed with the product details to attract customers and display the amount they could save using those coupons. Many live sites (not sure in ATG) use this feature already.
Knowledge : As I understand, ATG can only dynamically determine the amount or the discount after pricing the item when the promotions are already added to the UserPricingModels.
If you could share some ideas how to customize this behavior, so that I could show the coupon on the product page and using the promotion linked to the coupon, price the product and display the list price and the amount after discount.
Assumption : Only thing I could think of as of now is to add the coupon's promotion to the user's item pricing models when he views the product details page till the pricing is complete, and then remove it after the price has been displayed. But I am not impressed with my approach.
Note : The price should be displayed as discounted only on the product page, when the customer adds the product to the cart, it gets added with its list price only, the product will get the discount only when the coupon is applied.