View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003873 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2012-04-16 23:57 | 2015-05-04 14:15 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Product Version | 4.5.9 revision 43186 | ||||
Summary | 0003873: wrong amount after editing order when used coupon is no longer present | ||||
Description | Customers have ordered some items and have used a coupon/voucher so they got some discount. Now after some time the voucher is not valid any longer and was deleted. If customers send back parts of their order and those orders are edited (delete items which where sent back) the total amount is wrong as it does not take note of the discount which was granted formerly. | ||||
Steps To Reproduce | - create a discount coupon - make an order with three or four items using that discount - delete discount coupon - edit order and delete one item -> new amount is wriong without the discount | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
It's not an issue, but expected behavior. In any case, when you do update of existing order in admin - it always recalculates all order according to current circumstances. Means - if any detail is changes since the date when order was placed - it will take latest values of that and apply to the order. So in this case we suggest to not delete the vouchers which are expired already, but leave it for history purposes and cases like that. |
|
as one more solution for that case also would help this feature: http://oxid.uservoice.com/forums/31940-feature-requests/suggestions/2904314-allow-manual-editing-of-total-discount-and-additio |