View Issue Details

IDProjectCategoryView StatusLast Update
0004859OXID eShop (all versions)1.03. Basket, checkout processpublic2013-01-17 10:28
Reporternerd 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.2 / 5.0.2 revision 53018 
Target VersionFixed in Version4.7.3 / 5.0.3 revision 54408 
Summary0004859: wrong var type
DescriptionValues ??behind the comma does not work
Steps To ReproduceIf your minorderprice is 10.50€ and you put 10€ in the basket you're able to checkout. That is not correct.
Additional InformationThe Problem seem to be in the isBelowMinOrderPrice funktion of oxbasket.

original:
$dMinOrderPrice = oxPrice::getPriceInActCurrency( ( integer ) $sConfValue );

must be:
$dMinOrderPrice = oxPrice::getPriceInActCurrency( ( double ) $sConfValue );
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-01-17 10:05

reporter   ~0008290

changed type

marco_steinhaeuser

2013-01-17 10:28

reporter   ~0008291

http://forum.oxid-esales.com/showthread.php?t=17890