Configuring promotions to use a prior coupon implementation

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:

  1. Stop WebSphere Commerce.
  2. Open the WebSphere Commerce configuration file.
  3. Locate the following entry:
    <component enabled="false" name="Coupon" />
  4. Change the value of the enabled attribute to true:
    <component enabled="true" name="Coupon" />
  5. Save the file.
  6. Start WebSphere Commerce.

Feedback