View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002897 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2011-05-19 09:27 | 2012-12-10 15:34 |
Reporter | kazimieras | Assigned To | |||
Priority | high | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.5.2 revision 38481 | ||||
Summary | 0002897: existing article not found in oxid order administration | ||||
Description | oxid admin -> orders -> articles -> search doesn't always find existing articles, because it searches in main 'oxarticles' table and not in oxarticles view. | ||||
Steps To Reproduce | If in different EE shops there are few articles with same artnum, search could find article from different shop and then it will not be loaded and will not be shouwn for admin. | ||||
Additional Information | problem in order_articles.php -> public function getMainProduct(). | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||
|
i was not able to reproduce the case, when wrong product is found, however, it still does not work correct in version 4.5.0 1) create subshop (supershop with main shop as parent, but do not inherit its products) 2) create product in subshop 3) create product with same product.no in main shop 4) in main shop Administer Orders -> orders -> products this new created product is found 5) in subshop Administer Orders -> orders -> products this product (created in subshop) can not be found |