You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Hareet (JIRA)" <ji...@apache.org> on 2006/07/27 20:30:14 UTC

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

    [ 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