[ 
http://issues.apache.org/jira/browse/OFBIZ-498?page=comments#action_12454582 ] 
            
Jacques Le Roux commented on OFBIZ-498:
---------------------------------------

Hi,

I found a problem testing quick checkout with the last mods : 
parameters.formNameValue is not defined though this seems done in 
OrderScreens.xml.

I have no time to go futher here is the quick/dirty solution I used

<#if !parameters.formNameValue?exists>
    <#assign parametersformNameValue = "orderreview">
<#else>    
    <#assign parametersformNameValue = parameters.formNameValue>
</#if>

and replaced parameters.formNameValue by parametersformNameValue in other parts 
of the code.


> Anonymous Checkout Refactoring [ ecommerce ]
> --------------------------------------------
>
>                 Key: OFBIZ-498
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-498
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Tim Ruppert
>         Assigned To: David E. Jones
>         Attachments: anonymous_checkout3.patch, anonymous_checkout4.patch, 
> anonymousCheckout.patch
>
>
> All, this is the anonymous checkout refactoring that was started during the 
> training in Ephraim.  The team that contributed to this was David Jones, Amit 
> Shinde, Anil Patel, Tim Ruppert, Walter Vaughn, Eric Schwartz & David Shere.
> Anil Patel, Ashish Vijaywargiya and I picked this up and finished it to the 
> best of our ability. 

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

        

Reply via email to