View Issue Details

IDProjectCategoryView StatusLast Update
0002874OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:28
ReporterSpritje Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Fixed in Version4.5.1 revision 38045 
Summary0002874: rrp Price should only be shown, if $product->getFTPrice() > $product->getFPrice()
Descriptionin template e.g. details.tpl the recomended retail price should only be shown if rrp Price ist > purchase Price.

So in template
[{if $product->getFTPrice() }]

should be changed to
[{if $product->getFTPrice() > $product->getFPrice()}]
TagsProducts
Attached Files
details.jpg (147,482 bytes)   
details.jpg (147,482 bytes)   
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities