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

Jonathon Wong commented on OFBIZ-1374:
--------------------------------------

Raj is right about there being redundant <html> tags. This shouldn't be allowed 
to happen.

Looking in ecommerce module, widget/OrderScreens.xml , I see widget screen 
"quickAnonCheckoutLinks" used (via decorator "quickAnonCheckoutDecorator") in 2 
screens: "quickAnonCustSettings" and "quickAnonOrderReview". Both screens do 
not require "quickAnonCheckoutLinks" to output <html> tags. This is obviously 
wrong. We should remove the <html> tags (leaving just the javascript tag and 
the <div> tag) in quickAnonCheckoutLinks.ftl .

As for the bug that Raj spotted, it could be due to another typo error. Line 54 
in quickAnonPaymentInformation.ftl, change "paymentMethodId" to 
"paymentMethodTypeId".

Haven't test this. As just theory. Try it out? Thanks.

> Anonymous quick check is broken, nothing happen when click on the "Submit 
> Order" button
> ---------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1374
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1374
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>         Environment: Hotwaxmedia demo server
>            Reporter: Raj Saini
>            Assignee: Jacopo Cappellato
>         Attachments: quickAnonProcessCustomerSettings.htm
>
>
> When click on the "Submit Button" on second page of Anonymous checkout, form 
> is not submitted. It seems this bug is introduced after adding the 
> creditCardFields screen in CommonScreen.xml of accounting module. It seems to 
> be working well in Branch 4.0
> On further analysis, I found that html tag is included twice in the generated 
> html. Please look at the attached html file for duplicate html tag.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to