Configure the promotion engine for a custom coupon manager
To configure the promotion engine to use a customer coupon manager:
- 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
- Update the following code segment
<CouponManager impl=" com.ibm.commerce.marketing.promotion.coupon.DefaultCouponManager"/>- The segment in bold should be updated to reflect the custom coupon manager.
- Publish the updated configuration file to the production server.
Related tasks
Configure the Promotion Engine
Related Reference
Example: Promotion engine configuration XML file