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 | 2022-01-28 11:28 |
Reporter | stroebjo | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.10.4 / 5.3.4 | ||||
Fixed in Version | 6.0.0 | ||||
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? |
|
Hi, thanks to contributors we already have such blocks in OXID eShop version 6.0 in article_attributes.tpl: https://github.com/OXID-eSales/oxideshop_ce/blob/master/source/Application/views/admin/tpl/article_attribute.tpl Is this enough? Regarding order_package.tpl: this template was removed completely in OXID eShop 6.0. |