View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004998 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2013-03-15 14:56 | 2013-03-15 15:22 |
Reporter | saulius.stasiukaitis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0004998: Block footer_main cannot be used correctly in module. | ||||
Description | There is difference if debug mode is turned on in config with iDebug. If debug mode is on, then "footer_main" block could be overwritten by adding information on top and on bottom: Some information on top. [{$smarty.block.parent}] Some information on bottom. If debug mode is turned off than only information added on top will be visible. This is wrong as all information must be visible independent on parent information place. | ||||
Steps To Reproduce | Overwrite block with custom template: 'blocks' => array( array('template' => 'layout/footer.tpl', 'block'=>'footer_main', 'file'=>'sometemplate.tpl'), ), Inside sometemplate.tpl add code: Some information on top. [{$smarty.block.parent}] Some information on bottom. Turn on and turn off debug mode. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||