View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002874 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2011-05-13 09:35 | 2012-12-07 14:28 |
Reporter | Spritje | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002874: rrp Price should only be shown, if $product->getFTPrice() > $product->getFPrice() | ||||
Description | in 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()}] | ||||
Tags | Products | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||