View Issue Details

IDProjectCategoryView StatusLast Update
0002897OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 15:34
Reporterkazimieras 
PriorityhighSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.5.2 revision 38481 
Summary0002897: existing article not found in oxid order administration
Descriptionoxid admin -> orders -> articles -> search doesn't always find existing articles, because it searches in main 'oxarticles' table and not in oxarticles view.
Steps To ReproduceIf 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 Informationproblem in order_articles.php -> public function getMainProduct().
TagsNo tags attached.
Theme
Browser
PHP Version
Database Version

Activities

birute_meilutyte

2011-05-19 11:47

reporter   ~0004615

Last edited: 2011-05-19 11:47

View 2 revisions

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