[ http://issues.apache.org/jira/browse/OFBIZ-113?page=comments#action_12428780 ] Eriks Dobelis commented on OFBIZ-113: -------------------------------------
Attached diff fixes totals in shopping cart by including VAT even if shipping is not supplied. Looks somewhat strange because depending on existence of shipping VAT is either shown separately or not. Probably would be better if it was shown all the time. Is it correct way to check existence of shipping? I am not sure whether it works correctly in case there are adjustments, but in simple cases it works. > Showing VAT/Sales tax in Shopping cart before checkout > ------------------------------------------------------ > > Key: OFBIZ-113 > URL: http://issues.apache.org/jira/browse/OFBIZ-113 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: ecommerce, order > Affects Versions: SVN trunk > Reporter: Eriks Dobelis > 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. - 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
