Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-1799

code displays "NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled" even if ProductStore.isDemoStore returns "N"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • Release Branch 4.0
    • Release Branch 4.0
    • ecommerce
    • 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>

      Attachments

        Activity

          People

            jleroux Jacques Le Roux
            cccjlee chris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: