View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000814 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-04-21 09:56 | 2009-04-22 14:45 |
Reporter | henriks | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 4.1.0 revision 17976 | ||||
Summary | 0000814: order_package shows only one item per list | ||||
Description | No matter how many articles are ordered, only the first article will be shown on package list. | ||||
Additional Information | This can be easily fixed by adding to admin/order_package.php in line 91: if (!isset($aOrders[$key])) { # patch by HeSt 2009-04-21 $aOrders[$key] = new oxStdClass(); $aOrders[$key]->fields = $rs->fields; } | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
duplicate of | 0000711 | resolved | vilma_liorensaityte | Packing list only shows one product |
|
Reminder sent to: henriks Hi, Your described case was fixed in the OXID eShop version 4.1.0. But you marked the version for the bug "4.1.0", what means, that in 4.1.0 - the bug still exists. We also double checked this case and cannot reproduce this bug in eShop version 4.1.0. Are you sure that your shop, where you found this bug is version 4.1.0 ? Best regards, |
|
sorry, did not try 4.1.0 thank you |
|
Duplicate of 0000711 |