View Issue Details

IDProjectCategoryView StatusLast Update
0005886OXID eShop (all versions)2.3. Extensions (modules, themes)public2015-02-25 17:30
Reporternerd Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.8.7 / 5.1.7 
Summary0005886: Unable to overwrite E-Mail Template Block...
DescriptionUnable 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'
         ),
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Version5.4
Database Versionany

Activities

andrius.silgalis

2014-10-27 15:23

reporter   ~0010277

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