-
- BadBuLL

-
Total Posts: 5
Joined: 2010-01-16
|
I’m using Magento 1.7.0.2
When importing tablerates.csv to Table Rates (Price vs. Destination), it doesn’t calculate values properly.
Here’s my CSV:
SVN,*,*,0.0000,3.0000
SVN,*,*,50.0000,2.0000
SVN,*,*,100.0000,1.5000
When I add 51 EUR single product to cart, it should calculate 2 EUR shipping… but it calculates 3 EUR!
If I add 2x 51 EUR products, it should calculate 1.5 EUR shipping… but it calculates 2 EUR!
Anyone has a solution for this?
After experimentig, I found out that:
SVN,*,*,0.0000,3.0000
SVN,*,*,38.4.0000,2.0000
works, so when adding 49,90€ product it will calculate 3€ shipping and when adding 50€ product it will calculate 2€.
I’m guessing it has to be bug in magento!
|