View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006113 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2015-04-07 12:55 | 2024-01-31 15:47 |
| Reporter | anton.fedurtsya | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0006113: getArticle method of oxbasketItem must be refactored | ||||
| Description | $blCheckProduct variable responsible parts can be skipped, if article data will be loaded earlier ($this->_oArticle ==! null) and $blDisableLazyLoading will be not set. So method must be refactored and need to review all places where method are used now with $blCheckProduct parameter value of "true". Some of usage places will require improvement in new errors handling (oxArticleInputException). | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
| related to | 0004935 | resolved | SvenBrunk | oxBasketItem::getArticle returns oxOrderArticle instance instead of oxArticle |
| related to | 0006114 | resolved | anton.fedurtsya | No errors shown in step 4 if ordering sold out item in Subshop. |