View Issue Details

IDProjectCategoryView StatusLast Update
0006539OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2018-10-29 15:05
Reporteralfredbez Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version6.1.2 
Summary0006539: Wrong behaviour from getOrderArticleSelectList when values from selectionlists and variantselections are selected
DescriptionYou can't get the selected value from a selectlist for an orderarticle, if that orderaricle has a selection from a selectlist and also selected variants.
Steps To Reproduce1. Create article with variants
2. Create and assign a selectlist to that article
3. select variant and a value from the selectlist and buy that article
4. \OxidEsales\Eshop\Application\Model\OrderArticle@getOrderArticleSelectList will not work properly for this article
Additional Information- https://github.com/OXID-eSales/oxideshop_ce/blob/55fc3fcc7c34fa41e42a490ffc70cfe555168c6f/source/Application/Model/OrderArticle.php#L449
- $sOrderArtSelValue will be something like this: 'selectlistname : selectlistvalue varselectvalue1 | varselectvalue2'
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

alfredbez

2016-11-10 12:25

reporter   ~0011863

Merge Request (with failing unit test as a patch in first comment): https://github.com/OXID-eSales/oxideshop_ce/pull/507

anton.fedurtsya

2018-10-24 16:18

administrator   ~0012661

Pull request tested and merged