View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000763 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-04-02 09:39 | 2009-04-02 17:17 |
| Reporter | d3 | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 4.0.1.0 revision 15990 | ||||
| Summary | 0000763: order => main tab throws exception, if bought article has got an out-of-stock-status | ||||
| Description | If customer bought an article with a stock of 1. After these shopping stock is updated to 0. When the admin page order_main is called, it tries to rebuild the customers basket, to get the shipping set list. But the affected article with stock of 0 throws an out-of-stock-exception. The admin classes performs an redirect to shop main page. | ||||
| Additional Information | The execution queue: admin/order_main.php (line 68): $oOrder->getShippingSetList(); => core/oxorder.php (line 1248): $this->_addOrderArticlesToBasket(...); => core/oxorder.php (line 1594): $oBasket->addToBasket(...); => core/oxbasket.php (line 297): ... catch( oxOutOfStockException $oEx ) => core/oxbasket.php (line 334): if ( $oEx ) {throw $oEx;} | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
| duplicate of | 0000470 | resolved | arvydas_vapsva | "Not found" error in orders_main |
| has duplicate | 0001252 | resolved | dainius.bigelis | admin/order_main.php gives 404 File not Found if product out of stock |