View Issue Details

IDProjectCategoryView StatusLast Update
0003624OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:27
Reporterjansass 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.7 revision 41909 
Target VersionFixed in Version4.6.0_RC2 
Summary0003624: Rebate Articles (ITM) list without price ("") during checkout
DescriptionWhenever rebate articles are added to the basket, they are (of course) free of charge. During checkout, when calling eg. getNetPrice(), the price for such articles is "" (none, empty string). It should be 0.00 because some payment systems such as german billsafe require every article to have price, even if its 0.00. "" (empty) is not allowed.
Steps To ReproduceAdd a rebate based on ITM, add any article, parametrize in any way, go to front end and add an article eligible for such a rebate. After adding, you'll have two articles in cart: 1x your product and 1x ITM-Rebate article. form now on in any step of eg. checkout, the ITM-article will have price of "" (none). Not 0.00. Not only in frontend (the table cell is empty) but also in internal variables.
TagsProducts
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2012-03-07 08:59

reporter   ~0005896

@Developers: please check from the source code if it returns empty string. If so - please fix it to return "0.00"