[jira] Created: (OFBIZ-95) Shipping & taxes not included for orders with anonymous checkout

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

[jira] Created: (OFBIZ-95) Shipping & taxes not included for orders with anonymous checkout

Nicolas Malin (Jira)
Shipping & taxes not included for orders with anonymous checkout
----------------------------------------------------------------

                 Key: OFBIZ-95
                 URL: http://issues.apache.org/jira/browse/OFBIZ-95
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: SVN trunk
            Reporter: Ashish Hareet


On anonymous checkout from ecommerce, the shipping charges & taxes are not applied to the order. The same sequence of events work fine if the user is logged in(admin).

Would appreciate if someone could address this issue soon.

Thanks
Ashish Hareet

--
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-95) Shipping & taxes not included for orders with anonymous checkout

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-95?page=comments#action_12423886 ]
           
Ashish Hareet commented on OFBIZ-95:
------------------------------------

The issue is probably around line 800 in CheckOutEvents.java, the line reads
        boolean requireAdditionalParty = isAnonymousCheckout;

I think it should read
        boolean requireAdditionalParty = !isAnonymousCheckout;

This change makes everything run as expected on anonymous checkout.

Ashish Hareet

> Shipping & taxes not included for orders with anonymous checkout
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-95
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-95
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Hareet
>
> On anonymous checkout from ecommerce, the shipping charges & taxes are not applied to the order. The same sequence of events work fine if the user is logged in(admin).
> Would appreciate if someone could address this issue soon.
> Thanks
> Ashish Hareet

--
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-95) Shipping & taxes not included for orders with anonymous checkout

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

Si Chen reassigned OFBIZ-95:
----------------------------

    Assignee: Si Chen

> Shipping & taxes not included for orders with anonymous checkout
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-95
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-95
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Hareet
>         Assigned To: Si Chen
>
> On anonymous checkout from ecommerce, the shipping charges & taxes are not applied to the order. The same sequence of events work fine if the user is logged in(admin).
> Would appreciate if someone could address this issue soon.
> Thanks
> Ashish Hareet

--
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-95) Shipping & taxes not included for orders with anonymous checkout

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-95?page=comments#action_12424167 ]
           
Si Chen commented on OFBIZ-95:
------------------------------

Please submit a patch file, and I will look at it.

> Shipping & taxes not included for orders with anonymous checkout
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-95
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-95
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Hareet
>         Assigned To: Si Chen
>
> On anonymous checkout from ecommerce, the shipping charges & taxes are not applied to the order. The same sequence of events work fine if the user is logged in(admin).
> Would appreciate if someone could address this issue soon.
> Thanks
> Ashish Hareet

--
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-95) Shipping & taxes not included for orders with anonymous checkout

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

Si Chen closed OFBIZ-95.
------------------------

    Resolution: Won't Fix

No patch file.

> Shipping & taxes not included for orders with anonymous checkout
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-95
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-95
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Ashish Hareet
>         Assigned To: Si Chen
>
> On anonymous checkout from ecommerce, the shipping charges & taxes are not applied to the order. The same sequence of events work fine if the user is logged in(admin).
> Would appreciate if someone could address this issue soon.
> Thanks
> Ashish Hareet

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