Feature Pack 7 or later

Enabling interim fix JR54193

Interim fix JR54193 resolves a storefront issue where the Discount widget does not show a promotion if the promotion is set at the SKU level.

Before you begin

Ensure that the latest cumulative interim fix is installed for Feature Pack 8.

Procedure

  1. Compare and merge store-related changes that are included with this fix.
    For more information, see Enabling store-related interim fixes.
  2. Open the WC_eardir/Stores.war/storedir/ShoppingArea/CatalogSection/CatalogEntrySubsection/ProductDisplay.jsp file.
  3. Update the displaySKUContextData value to true.
    For example, change
    <c:set var="displaySKUContextData" value="false" scope="request" />
    to
    <c:set var="displaySKUContextData" value="true" scope="request" />