View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006612 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2017-03-31 12:05 | 2017-06-26 15:25 |
Reporter | stroebjo | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.10.4 / 5.3.4 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006612: Missing Smarty block in admin Template | ||||
Description | In Admin view article_attribute.tpl and order_package.tpl are now Smarty blocks to overwrite article properties with own extensions. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
@stroebjo : The bug description is a little vague. Kindly elaborate on the bug description and if possible provide code snippets to clarify the bug. |
|
Sorry, this isn't a bug, more an enhancement/request. I use an extension to extend the article attributes in the backen. I want to add a new field inside the "Selection" (#article_attribute) tab. But inside the extension I cant extend the admin template with my fields because in the file article_attribute.tpl is no Smarty Block defined from wich I can extens inside my extension. Inside article_main.tpl are blocks like [{block name="admin_article_main_form"}] so an extension can extend the article fields. I would love to have a [{block name="admin_article_attribtues"}] (i.e.) in admin/tpl/article_attribute.tpl. Inside order_package.tpl are no blocks as well, in this case you probably would have to add multiple blocks to allow a meaningful extensibility? |