[
https://issues.apache.org/jira/browse/OFBIZ-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David E. Jones closed OFBIZ-89.
-------------------------------
Resolution: Fixed
Fix Version/s: SVN trunk
This is an older issue and is probably fixed. If it becomes an issue again or
someone notices a variation of this a new issue can be created or more comments
added here.
> Ecommerce anonymous checkout email
> ----------------------------------
>
> Key: OFBIZ-89
> URL: https://issues.apache.org/jira/browse/OFBIZ-89
> Project: OFBiz
> Issue Type: Bug
> Components: ecommerce
> Affects Versions: SVN trunk
> Environment: NA
> Reporter: Ashish Hareet
> Fix For: SVN trunk
>
>
> 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.