View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000821 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-04-23 12:09 | 2009-06-30 13:06 |
Reporter | heikereuter | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.0 revision 17976 | ||||
Fixed in Version | 4.1.4 revision 21266 | ||||
Summary | 0000821: delete article from shop causes error message in Bestellungen->Stamm | ||||
Description | When an article is deleted from shop oxarticles via shop admin but there is an order where that articled was ordered before delete, Bestellungen->Stamm shows oxNoArticleException-oxArticleException---!--NOT CAUGHT--!--oxException (time: 2009-04-22 18:47:25): [0]: EXCEPTION_ARTICLE_ARTICELDOESNOTEXIST ... | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0000819 | resolved | arvydas_vapsva | Impossible to update order (admin interface) if one of ordered products were deleted from eshop |
related to | 0000820 | resolved | arvydas_vapsva | recalculateOrder in Shop-Admin for existing order |
|
In case if such product "cannot be deleted" because the loss of information - the appropriate message should be displayed for user in this case (when he tries to delete the article, which is already bought for someone)), like "This product cannot be deleted as order information is already in Order history. Please disactivate it instead of deleting." .. Just one of solutions... |
|
For me the lower frame is shown as "Page Not Found", and the error displayed in FireFox is: oTransfer is null [Break on this error] oTransfer.oxid.value=sID; index.php (line 164) |
|
Fix needs important changes in the core places, what causes a high risk. So fix will be implemented in Next Major release. |
|
improved order recalculation now solves this problem. |