You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Thomas Herzog (JIRA)" <ji...@apache.org> on 2007/06/16 15:27:35 UTC

[jira] Commented: (OFBIZ-89) Ecommerce anonymous checkout email

    [ https://issues.apache.org/jira/browse/OFBIZ-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505470 ] 

Thomas Herzog commented on OFBIZ-89:
------------------------------------

IMO this issue is solved and can be closed.
Thomas

> 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
>
> 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.