View Issue Details

IDProjectCategoryView StatusLast Update
0004957OXID eShop (all versions)1.03. Basket, checkout processpublic2014-03-31 10:22
Reporterdominik_ziegler Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version4.6.6 revision 54646 
Target Version4.8.5 / 5.1.5 
Summary0004957: oxOrderArticle;;getOrderArticleSelectList() returns empty array for select lists with absolute price change
DescriptionThe method above returns an empty array when selected value of the select list has absolute price change (+ XXX EUR) instead of the correct index for the selected value.

Order articles with selectlist values which refer to a percentage change of price (+ XXX %) are not affected and returned correctly.
Steps To Reproduce0. Set performance settings to load and display select lists and let them change prices in shop.
1. Create a select list.
2. Add a percentage and a absolute price change value.
3. Assign an article to this select list.
4. Order the article by selecting once with percentage and once with absolute price change.
5. Load both oxOrderArticle objects and let them return the values for getOrderArticleSelectList()

The order article with selected value for percentage change will return a filled array correctly, the one with absolute price change returns an empty array.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2014-03-31 10:22

reporter   ~0009790

when in EUR currency is used EUR sign not just "EUR" text it store in non utf db not correctly; so use utf data base or instead of sign use text;