View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000968 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-06-04 11:25 | 2010-03-25 07:45 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0000968: wrong net price on order overview (admin) | ||||
Description | Having a discount active with a Purchase Price >= 1, the calculation in checkout process runs well: The net price is calculated from the discounted article price. The wrong net price appears in admin area -> order overview where the net price is calculated from the NOT discounted article. In PDF fails as well. | ||||
Additional Information | From German forum: http://www.oxid-esales.com/forum/showthread.php?t=1412 | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 6 | ||||
Database Version | 6.0 | ||||
related to | 0000834 | resolved | dainius.bigelis | wrong calculation for shipping costs using discount |
related to | 0001008 | resolved | ralf_trapp | cart calculation: cash discount is calculated ignoring vouchers |
|
layout should be the same in admin as in front end. |
|
Reminder sent to: marco_steinhaeuser, ralf_trapp, Stefan_Werner The main problem is that from data kept in oxorder table we cannot calculate exact products netto price after discount. In oxorder we keep (according to example): - total products price (19.90 EUR); - total products netto price (16.80 EUR); - total discount (2.00 EUR). From this data we cannot calculate discounted total products netto price because products VAT for products may vary; so formula ( "total products price" - "total discount" ) / VAT cannot be applied. We need the decision here: - should we add another field in DB to store discounted netto price - or just start writing it in current netto price field; - change frontend layout (which is still not perfect yet) - or any other idea.. |
|
As this needs decision and probably changes in the basket layout (and template changes, which means - goes to Next Major release only) - it is postponed until we will get response from management. |
|
Relations added to the bug entries, which also are waiting for decision for changing Basket layout |
|
see http://www.oxid-esales.com/forum/showthread.php?t=4284 |
|
fixed by storing discounted net and 2 vat pairs in oxorder table |
|
Issue reopened, because some related bugs found after fix implemented |
|
fixed found issues, email and pdf layouts slightly changed. |