Configure the promotion engine for a custom coupon manager


To configure the promotion engine to use a customer coupon manager:

  1. Edit the promotion engine configuration XML file in an editor. You can find this file in the following location: WC_eardir/xml/PromotionEngineConfiguration/WCSPromotionEngineConfig.xml

  2. Update the following code segment
    <CouponManager impl="
    com.ibm.commerce.marketing.promotion.coupon.DefaultCouponManager"/>
    
    
    

  3. The segment in bold should be updated to reflect the custom coupon manager.

  4. Publish the updated configuration file to the production server.


 

Related tasks


Configure the Promotion Engine

 

Related Reference


Example: Promotion engine configuration XML file