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

Ecommerce anonymous checkout email

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Trunk
    • Trunk
    • ecommerce
    • None
    • NA

    Description

      Get the following email text on anonymous checkout in ecommerce

      Order Confirmation Notice
      NOTE: This is a DEMO store-front. Orders placed here will NOT be
      billed, and will NOT be fulfilled.
      Order not found with ID [WS10040], or not allowed to view.

      The attached pdf has the relevant data, but the email text either needs to be changed or should contain similar text from the pdf.

      I noticed that OrderNoticeEmail.ftl does not receive the orderHeader map on anonymous checkout. The issue probably lies in orderstatus.bsh since it doesn't receive the partyId. Also, even if we manage to get the partyId to orderstatus.bsh the following lines in it might be an issue

      if (userLogin == null || orderRole == null)

      { context.remove("orderHeader"); orderHeader = null; }

      These are my thoughts so far, more feedback, once I understand the issue more

      Ashish Hareet

      Attachments

        Activity

          People

            Unassigned Unassigned
            ashish_hareet Ashish Hareet
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: