"Shopping Cart Price Rules” causes error in “Price Unit” of all the products affetced by this rules
This happens in CART, in MY CART, and in “Recently added item(s)”
only the GRAND TOTAL is correct !!!
for example i create a rules of 15% discount on all chairs
i choose 4 chairs (1 chair € 100)
Unit price = 97,50 ----> WRONG
Grand subtotal = 390 ---> WRONG
Discount = 50 ---> WRONG
Hi,
we are experiencing the same problems with Unit Price with v 1.3.2.3 when you specify prices including taxes and apply some cart rules.
Which version are you using right now?
We tried the v 1.4.0.0 and such problems seems to disappear but it’s still an alpha release not suitable for production.
We are pretty new to Magento and still not able to face such coding issues.
Magento code structure is very complex and it’s not easy to dig into and monkey patch it.
Hi to all,
we found a solution to solve the unit price issue and mantain prices including tax. The solution consists in modifying Magento source code in the file app/code/core/Mage/Checkout/Helper/Data.php. Take a look at the method getPriceInclTax in this file it shoud contain a line like the following one:
However..... When I print the PDF invoice the problem still exist.
The total, subtotal, discount and tax amount are correct, but the single price on the product line is not.
Hi to all,
we found a solution to solve the unit price issue and mantain prices including tax. The solution consists in modifying Magento source code in the file app/code/core/Mage/Checkout/Helper/Data.php. Take a look at the method getPriceInclTax in this file it shoud contain a line like the following one: