Making migrated promotions visible in WebSphere Commerce Accelerator

After you migrate a promotion partially or completely to the Management Center, you might have a business need to view the migrated promotions in the WebSphere Commerce Accelerator. These promotions will be in a read-only state in the WebSphere Commerce Accelerator.

Procedure

  1. Open the RLDiscountList.jsp file in an editor:

    WebSphere Commerce EnterpriseWebSphere Commerce - ExpressWebSphere Commerce ProfessionalWC_profiledir/installedApps/WC_instance_name_cell/WC_instancename.ear/CommerceAccelerator.war/tools/epromotion/RLDiscountList.jsp

    WebSphere Commerce DeveloperWCDE_installdir/CommerceAccelerator/WebContent/tools/epromotion/RLDiscountList.jsp

  2. Locate the following line of code:
    simpleList.setParm("filterCMCPromotions","true");
  3. Replace the value of true to false; the revised line of code should look like this:
    simpleList.setParm("filterCMCPromotions","false");
  4. Save and close the file.
  5. Deploy the file to the WebSphere Commerce Enterprise Archive.