[jira] Created: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

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

[jira] Created: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
Anonymous checkout does not go beyond shipping options
------------------------------------------------------

                 Key: OFBIZ-180
                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: ecommerce
            Reporter: Eriks Dobelis
         Attachments: anonymous_checkout.diff

Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-180?page=all ]

Jacques Le Roux reassigned OFBIZ-180:
-------------------------------------

    Assignee: Jacques Le Roux

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-180?page=comments#action_12430357 ]
           
Jacques Le Roux commented on OFBIZ-180:
---------------------------------------

Eriks,

Are you sure ? I tried without your patch (svn 434238 and 434554) and did not have any problems.

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-180?page=comments#action_12430392 ]
           
Eriks Dobelis commented on OFBIZ-180:
-------------------------------------

I tried with SVN 434334 and the problem is there. It happens if I choose Checkout and then choose Checkout without login. It allows to enter customer screen, shipping address screen, and after asking shipping options it always returns to shipping options.

Could it be due to different settings? I see the problem also on clean Demo install.

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-180?page=comments#action_12430496 ]
           
Jacques Le Roux commented on OFBIZ-180:
---------------------------------------

I tried with 3 differents installation, all are working. Perhaps a problem with latvian characters somewhere ?

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-180?page=comments#action_12430498 ]
           
Jacques Le Roux commented on OFBIZ-180:
---------------------------------------

Sorry Eriks,

I just tried with a fresch check out  and I got the problem. With your patch it's ok. It's now in OFBiz rev 436784. Thanks and sorry for the delay, was my mistake I did no go sufficiently ahead.

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

--
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 | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-180) Anonymous checkout does not go beyond shipping options

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-180?page=all ]

Jacques Le Roux closed OFBIZ-180.
---------------------------------

    Resolution: Fixed

> Anonymous checkout does not go beyond shipping options
> ------------------------------------------------------
>
>                 Key: OFBIZ-180
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-180
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Eriks Dobelis
>         Assigned To: Jacques Le Roux
>         Attachments: anonymous_checkout.diff
>
>
> Anonymous checkout stays on shipping options and does not go further. This due to the code in finalizeOrder which expects shippingMethod to be like shippinggroup#_shipping_method, but in the form it is actually shipping_method without group number.
> Supplied patch temporarily fixes the problem.

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