View Issue Details

IDProjectCategoryView StatusLast Update
0001440OXID eShop (all versions)3.1. Design, GUI, UXpublic2010-03-25 10:17
Reportermartinb Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001440: Consistency in templates / function calls
DescriptionThere 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) }]
TagsNo tags attached.
Theme
BrowserAll
PHP Version
Database Version

Activities

rimvydas_paskevicius

2009-11-20 14:03

reporter   ~0002110

Cleaned up and updates templates and code. Now only isFieldRequired() and getImageUrl() are used in templates.