View Issue Details

IDProjectCategoryView StatusLast Update
0004883OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2013-02-01 10:26
Reportermr_dimson Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.7.3 / 5.0.3 revision 54408 
Summary0004883: Wrong price calculation in getFVarMinPrice() or getFMinPrice()
Description1) Functions getFVarMinPrice and getFMinPrice() return prices without "from"-prefix, something like "99.99 € each" instead of "from 99.99 € each".

2) Block prices are ignored while price calculation. For example:

1 piece: 99.90 €
from 20 pcs: 94.90 € each
from 100 pcs: 89.90 € each

The lowest price is 89.90 €, but the getMin*-functions return 99.90 instead.
TagsNo tags attached.
ThemeBoth
BrowserFireFox 6.x, FireFox 5.x
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-02-01 09:51

reporter   ~0008361

from 4.7/5.0 "from -" prefix moved from logic to templates; there are additinal method isRangePrice(), which is true when to show "from".

block price do not included in min price calculation; they in list and details pages (in azure theme) shown as independent select.