The promotions component should not require configuration to the default parameters. However, if you need to use a Blaze dependent, rule-based discounts implementation, as included in previous versions:
- Stop WebSphere Commerce.
- Open the WebSphere Commerce configuration file.
- Locate the following entry:
<component enabled="false" name="Coupon" />
- Change the value of the enabled attribute to true:
<component enabled="true" name="Coupon" />
- Save the file.
- Start WebSphere Commerce.