We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core_email
core_email_template
A few frequently used email modules like Ashroder_Smtp, mailchimp and dotmailer rewrite the core_email and core_email_template models.
Ashroder_Smtp
Is there any other way to do the profiling on emails than a rewrite or maybe make it optional?
https://github.com/madalinoprea/magneto-debug/blob/master/code/Debug/etc/config.xml#L27
The text was updated successfully, but these errors were encountered:
Hi @sandermangel,
I'm going to think about it. I agree that this extension shouldn't have this side effect.
Currently I'm going to see if we can apply this solution https://github.com/Danack/intahwebz-examples/tree/master/src/Intahwebz/Examples/DynamicInheritance
Or add the rewrites dynamically only if we can handle core/email_template implementation.
Sorry, something went wrong.
Great! Thanks for that. Looks like a nice option to fix the issue
@madalinoprea wasn't this fixed in the latest version?
No branches or pull requests
A few frequently used email modules like
Ashroder_Smtp
, mailchimp and dotmailer rewrite thecore_email
andcore_email_template
models.Is there any other way to do the profiling on emails than a rewrite or maybe make it optional?
https://github.com/madalinoprea/magneto-debug/blob/master/code/Debug/etc/config.xml#L27
The text was updated successfully, but these errors were encountered: