KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: bharatkasodariya on August 13, 2014, 03:49:24 pm

Title: price calculation calculation coming wrong in the cart
Post by: bharatkasodariya on August 13, 2014, 03:49:24 pm
Price calcualation is misleading for different decimal point on frontend and admin.

Here is the scenario

Admin is set with 5 decimal point for the product. and frontend(currency) is set with price 2 decimal to display.

ItemX is set with price 3.22228 in admin. On frontend its displayed as 3.22.
Now user adds quanity 45, it becomes 145(3,22228x45). As per frontend displayed price it should be 144.90(3.22x45).  How to fix it so frontend decimal can be considered for the line item price calculation in cart.
It can confuse the customer in terms of calcuation how to resolve it.
Title: Re: price calculation calculation coming wrong in the cart
Post by: julie on August 17, 2014, 08:11:45 am
Take a look at http://www.konakart.com/docs/taxConfiguration.html .
Title: Re: price calculation calculation coming wrong in the cart
Post by: bharatkasodariya on August 18, 2014, 05:19:17 am
Does this mean I should use TAX_ON_TOTAL ?
Title: Re: price calculation calculation coming wrong in the cart
Post by: bharatkasodariya on August 19, 2014, 12:36:46 pm
Tried both option getting the same result for the given scenario.
you can verify it on demo site.