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

Jacques Le Roux commented on OFBIZ-113:
---------------------------------------

Mmm, after reading David's 1st comment maybe it has not been changed (I thought 
the issue title was right). But I guess it should. For instance if we decide to 
show price tax included we get inconsistent sub-total in cart. With  Tiny 
Chrome Widget I get

{code}
.                                                    Quantity     Unit Price    
Adjustments Item Total
    
     
      
WG-5569 - Tiny Chrome Widget : Tiny Chrome Widget    1           US$48.48    
US$0.00      US$48.48
    
     
Sub Total:                                                                      
          US$48.00
     
Adjustment - Promotion Details:                                                 
          -US$4.80
     
Cart Total:                                                                     
          US$43.68
 {code}
 
 and we should have something like that
 
 {code}
.                                                    Quantity     Unit Price    
Adjustments Item Total
    
     
      
WG-5569 - Tiny Chrome Widget : Tiny Chrome Widget    1           US$48.48    
US$0.00      US$48.00
    
     
Sub Total:                                                                      
          US$48.00
Included Sales tax                                                              
           US$0.48  
     
Adjustment - Promotion Details:                                                 
          -US$4.80
     
Cart Total:                                                                     
          US$43.68
 {code}

I have no time to work on this now, but hopefully I will in some days.

> Showing VAT/Sales tax in Shopping cart before checkout
> ------------------------------------------------------
>
>                 Key: OFBIZ-113
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-113
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, order
>    Affects Versions: SVN trunk
>            Reporter: Eriks Dobelis
>            Assignee: David E. Jones
>             Fix For: SVN trunk
>
>         Attachments: cart.diff
>
>
> VAT/Sales tax is currently calculated only after initiating Checkout. Even if 
> the price in ecommerce catalog includes tax, shopping cart shows price 
> without tax. It would be nice if Shopping cart showed the same price as in 
> ecommerce catalog and instantly calculated total tax when a new product is 
> added to Shopping cart.
> I tried to look into source code and seems this has to be changed in 
> ShoppingCart.java, but it also seems quite complex issue.

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