View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002053 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-08-20 12:17 | 2010-08-20 13:21 |
Reporter | aggrosoft | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.4.1 revision 28950 | ||||
Fixed in Version | 4.4.2 revision 29492 | ||||
Summary | 0002053: Updating amount of ordered article does not respect amount pricing | ||||
Description | If a user orders a certain item that has active amount pricing and the admin changes the amount of that item in the backend manually the order total does not take the amount pricing into account. | ||||
Steps To Reproduce | - Create an article that has amount prices - Order 1 piece of the item - Go to the admin backend and change the amount to something that should have a reduced item price - It will still calculate with the price that was actually stored in oxorderitem, not the amount price. | ||||
Additional Information | The amount price at the moment of the order should be persisted to the database (oxorderitem) to be able to use those prices for recalculation later. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Because ordered product can differ from actual (different price, discounts while ordering), we allow only amount modifications (price and all other information is loaded from oxorderarticle, not from oxarticle). In your case you SHOULD delete basket entry ([x] button) and add product as new one (enter "Prod.No.", press "Search", choose preferred variant, enter new amount and press "Add Product"). |