bezkitupl Posted November 9, 2009 Posted November 9, 2009 Hello everybody. I have problem with my osc. In admin panel/orders there is a section like this: Sub-Total 105,19 EUR Courier Shipping 24,00 EUR Order Total 110,22 EUR as you see it is not corect, because: Sub-Total (price + 22% tax) Courier Shipping (shipping price) Order Total (price WITH NO tax + shipping price). What should i change to make it work ok. Its a big problem because this mistake is also in online payment module for customers.
bezkitupl Posted November 10, 2009 Author Posted November 10, 2009 Up.. ok maybe i will write it one more time with more details: I have some order like this for example (in admin/orders.php) parts/discount / price (notax) / price (withtax) / value (notax) / value(withtax) 2 / 0.00% / 43,11 EUR / 43,11 EUR / 86,22 EUR / 86,22 EUR Sub-Total 86,22 EUR Courier Shipping 24,00 EUR Order Total 110,22 EUR Its ok, but if i click edit (edit_orders.php) -> add 22% tax -> save -> and i have parts/discount / price (notax) / price (withtax) / value (notax) / value(withtax) 2 / 0.00% / 43,11 EUR / 52,59 EUR / 86,22 EUR / 105,18 EUR Sub-Total 105,19 EUR Courier Shipping 24,00 EUR Order Total 110,22 EUR !!!!! As you see its not corect, do you know how to change it? [Ten temat był edytowany 2 razy. Ostatnio 10.11.2009 o 14:55.]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.