Ecommerce anonymous checkout email
----------------------------------
Key: OFBIZ-89
URL:
http://issues.apache.org/jira/browse/OFBIZ-89 Project: The Open For Business Project
Issue Type: Bug
Components: ecommerce
Affects Versions: SVN trunk
Environment: NA
Reporter: Ashish Hareet
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira