View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005886 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2014-09-17 17:03 | 2015-02-25 17:30 |
| Reporter | nerd | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 4.8.7 / 5.1.7 | ||||
| Summary | 0005886: Unable to overwrite E-Mail Template Block... | ||||
| Description | Unable to overwrite email template Block if there is a "_" in the filename. | ||||
| Steps To Reproduce | //Does not work array( 'template' => 'email/plain/order_owner.tpl', 'block' => 'email_html_order_owner_orderemail', 'file' => 'views/blocks/email/plain/order_owner.tpl' ), //work array( 'template' => 'email/plain/orderowner.tpl', 'block' => 'email_html_order_owner_orderemail', 'file' => 'views/blocks/email/plain/orderowner.tpl' ), | ||||
| Tags | No tags attached. | ||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | 5.4 | ||||
| Database Version | any | ||||
|
|
Reminder sent to: nerd Hi. I could not recreate this problem using file with and without underscore '_'. Have you tried deactivate and later activate your module to see if that helps? Please note in the example you are trying to extend non-existing block in files of that directory: in directory 'email/plain/' all blocks starts with 'email_plain_'. Regards, Andrius |