View Issue Details

IDProjectCategoryView StatusLast Update
0003071OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:27
Reportertabsl Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.5.0 revision 34568 
Fixed in Version4.6.0_RC1 
Summary0003071: getPriceFromPrefix in getFPrice()
DescriptiongetFPrice() is new in 4.5 (finally) ;-)

but getPriceFromPrefix is missing!

return oxLang::getInstance()->formatCurrency( $oPrice->getNettoPrice() );


Steps To Reproducelook to: getFPrice()

return $this->getPriceFromPrefix().oxLang::getInstance()->formatCurrency( $oPrice->getBruttoPrice() );
TagsProducts
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.