Customization scenarios
Customization implicitly references the set of features that are currently available by default in WebSphere Commerce. There are two types of customization in that context:
- The first type is effectively a configuration more than a customization. This type includes setting up custom groups, templates, associating existing policies to groups, and creating new promotion types using existing components.
- The second type requires Java code to be written. An implied step in the second type of customization is that all of your new or changed Java code must be available on the classpath of your WebSphere Commerce Server in order for the Java Virtual Machine class loader to load the customized code properly.
User interface customization is not discussed in these scenarios:
- Customizing promotion organization
- Customizing the agenda builder
- Customizing the promotion sequence builder
- Customizing promotion policies
- Customizing the promotion code manager
- Customizing external entity dependencies
- Customizing promotion types
Related concepts