Hi, We are showing products with VAT included.
Following are the details: *Price of product without Tax:* 34.78 *% Vat:* 15% *Price of Product after Tax:* 39.997 *Price of Product after Tax on product detail screen when rounded to 2 decimals:* 40 (as last decimal is 7 its rounded up) *Suppose user add 2 products to cart, then the total price of product will be:* 79.994 *Price shown on Cart screen and Checkout screen is*: 79.99 (as last decimal is 4). In the above example if customer add single product to cart price will be 40 but for 2 product it will be 79.99. What is required is that first single product price is calculated and then quantity should be multiplied so that customer can see the price in multiple of 40. Please help me on this. Regards, Abhishake