View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006539 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2016-11-10 12:05 | 2018-10-29 15:05 |
Reporter | alfredbez | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 6.1.2 | ||||
Summary | 0006539: Wrong behaviour from getOrderArticleSelectList when values from selectionlists and variantselections are selected | ||||
Description | You 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 Reproduce | 1. 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' | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Merge Request (with failing unit test as a patch in first comment): https://github.com/OXID-eSales/oxideshop_ce/pull/507 |
|
Pull request tested and merged |