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.
For information about
how to install an interim fix, see
Procedure
-
Compare and merge store-related changes that are included with this fix.
-
Open the
WC_eardir/Stores.war/storedir/ShoppingArea/CatalogSection/CatalogEntrySubsection/ProductDisplay.jsp
file.
-
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" />