Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Release Branch 4.0
-
None
-
all environments as this is coding bug
Description
See checkoutreview.ftl and ordercomplete.ftl and quickAnonCheckoutReview.ftl.
Line reads :
<#if !isDemoStore?exists || isDemoStore><p>${uiLabelMap.OrderDemoFrontNote}.</p>
Should read
<#if !isDemoStore?exists && isDemoStore><p>${uiLabelMap.OrderDemoFrontNote}.</p>