View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001440 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2009-11-03 10:02 | 2010-03-25 10:17 |
Reporter | martinb | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001440: Consistency in templates / function calls | ||||
Description | There are two different ways to get Icon URLs and only one of them works per template: - basket.tpl: [{ $basketproduct->getIconUrl() }] - inc/product.tpl: [{$product->getIconUrl() }] - dyn/mini_basket.tpl: [{$_product->getImageUrl()}]/[{$_product->getIcon()}] Same goes for MustFillField: - account_user.tpl: [{if $oView->isFieldRequired(oxuser__oxfname) }] - register.tpl: [{if isset($aMustFillFields.oxuser__oxfname)}] - user.tpl: [{if isset($aMustFillFields.oxuser__oxfname) }] | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | |||||
Database Version | |||||