[jira] [Comment Edited] (OFBIZ-5295) Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-5295) Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation

Nicolas Malin (Jira)

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

Sebastian Wachinger edited comment on OFBIZ-5295 at 9/4/13 10:17 AM:
---------------------------------------------------------------------

Thank you for your input, I will try to reproduce the behaviour you described.

The bug I reported is in _Anonymous Quick Checkout_ aka _Anonymous Checkout 3 steps_, and in the meantime I found out what caused it:
In [r1044503|http://ofbiz.135035.n4.nabble.com/svn-commit-r1044503-11-15-in-ofbiz-trunk-applications-accounting-webapp-accounting-finaccounttrans-a-td3082678.html] the migration was done from the Dojo toolkit to jQuery, and in both the two files relevant for this bug ([quickAnonOptionSettings.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl] and [quickAnonPaymentInformation.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl]) there are still remnants of the former Dojo version present:
The function {{aroundSubmitOrder(invocation)}} that used to be called by the since deleted line {{dojo.event.connect("around", "processOrder", "aroundSubmitOrder");}} is not called anymore*, hence the payment method (and the shipping method) selected in step 2 [quickAnonProcessCustomerSettings|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl] are not processed in the _Order Confirmation_ screen.

I am not aware of the issue recently reported in [OFBIZ-5304|https://issues.apache.org/jira/browse/OFBIZ-5304] and do think it is not related to this one, but will check it out
anyway.

*as is {{aroundOptSubmitOrder(invocation)}} in [quickAnonOptionSettings.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl]
               
      was (Author: komdata):
    Thank you for your input, I will try to reproduce the behaviour you described.

The bug I reported is in _Anonymous Quick Checkout_ aka _Anonymous Checkout 3 steps_ and in the meantime I found out what caused it:
In [r1044503|http://ofbiz.135035.n4.nabble.com/svn-commit-r1044503-11-15-in-ofbiz-trunk-applications-accounting-webapp-accounting-finaccounttrans-a-td3082678.html] the migration was done from the Dojo toolkit to jQuery, and in both the two files relevant for this bug ([quickAnonOptionSettings.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl] and [quickAnonPaymentInformation.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl]) there are still remnants of the former Dojo version present:
The function {{aroundSubmitOrder(invocation)}} that used to be called by the since deleted line {{dojo.event.connect("around", "processOrder", "aroundSubmitOrder");}} is not called anymore*, hence the payment method (and the shipping method) selected in step 2 [quickAnonProcessCustomerSettings|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl] are not processed in the _Order Confirmation_ screen.

I am not aware of the issue recently reported in [OFBIZ-5304|https://issues.apache.org/jira/browse/OFBIZ-5304] and do think it is not related to this one, but will check it out
anyway.

*{{aroundOptSubmitOrder(invocation)}} in [quickAnonOptionSettings.ftl|http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl]
                 

> Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation
> -----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5295
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5295
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Sebastian Wachinger
>
> Using Anonymous Quick Checkout no payment method information is shown in the Order Confirmation screen, i.e. the respective screenlet remains completely empty. The two payment methods present in the shop are EFT_ACCOUNT and EXT_OFFLINE. Anonymous (long 6 step) Check Out and all check out variants with logged in user are working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira