View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004859 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2013-01-17 08:46 | 2013-01-17 10:28 |
Reporter | nerd | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.2 / 5.0.2 revision 53018 | ||||
Fixed in Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Summary | 0004859: wrong var type | ||||
Description | Values ??behind the comma does not work | ||||
Steps To Reproduce | If your minorderprice is 10.50€ and you put 10€ in the basket you're able to checkout. That is not correct. | ||||
Additional Information | The Problem seem to be in the isBelowMinOrderPrice funktion of oxbasket. original: $dMinOrderPrice = oxPrice::getPriceInActCurrency( ( integer ) $sConfValue ); must be: $dMinOrderPrice = oxPrice::getPriceInActCurrency( ( double ) $sConfValue ); | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||