Develop > Presentation layer > Customize promotions > Promotions customization: WebSphere Commerce Accelerator


Overview of implementing a custom high level promotion element

You can perform a highly complex customization of the promotion engine by creating new promotion engine components. For example, you might want to create a new promotion agenda builder.

To create a new promotion engine component, there are 3 steps.


Procedure

  1. Determine what kind of promotion engine changes the store requires. The WebSphere Commerce promotion engine provides a number of customization points for engine components, such as the agenda builder, the sequence builder, and promotion code managers. However, customizing these components is an involved process.

  2. Understand the default promotion engine components and build the Java code that supports the new promotion engine component. Where possible, you should design the components such that they extend existing classes to benefit from the default methods where applicable.

  3. Update the user interface as needed. This step should be done once you have a promotion XML that represents the business logic. To customize the WebSphere Commerce Accelerator, so that it generates XML according to the requirements, refer to Add support for a custom promotion type as a guideline.


+

Search Tips   |   Advanced Search