View Issue Details

IDProjectCategoryView StatusLast Update
0002053OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-08-20 13:21
Reporteraggrosoft Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.4.1 revision 28950 
Fixed in Version4.4.2 revision 29492 
Summary0002053: Updating amount of ordered article does not respect amount pricing
DescriptionIf 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 InformationThe 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.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2010-08-20 13:19

reporter   ~0003418

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").