-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Doesn't work with Mailchimp integration by Ebizmarts #4
Comments
Hi Hugh, Thanks for interest. Unfortunately both my extension and the Mandril extension override the same model "Mage_Core_Model_Email_Template". The only solution is to merge the two classes... Chuck |
Hi Chuck, I do not know how to do that! I do not actually use the Mandrill functionality, just the Mailchimp Can you tell me how to make yours work please? Thanks, Hugh ------ Original Message ------
|
Hi Hugh, I believe the Mandril extension is separate from the MailChimp extension so completely disabling Mandril should not cause any issues. To do this, rename this file app/etc/modules/Ebizmarts_Mandrill.xml to: app/etc/modules/Ebizmarts_Mandrill.xml.DISABLED Hope that helps :) Chuck |
Hi Chuck, Mandrill disabled and cache flushed but no joy sadly. Do you have any other ideas? Thanks, Hugh On 12 May 2016 22:02, at 22:02, Charles Drew notifications@github.com wrote:
|
Hi Hugh, Were you able to install and configure the MailGun module? When sending emails do you see anything in the logs: Magento Admin > Customers > Email Tracking? Are you familiar with n98-magerun? It has a command to find extension conflicts: $ n98-magerun.phar dev:module:rewrite:conflicts If there is a conflict with another extension, n98 will help point us in the right direction. Thanks! Chuck |
No working with my installation as well. Have disabled the Mandrill Extension. Flushed Cache. Did every possible thing. What would be the solution? |
@arjun2503 Did you try running the n98 command I listed above? |
I've run the n98 command as i'm currently running both systems. There is a conflict with the models Ebizmarts_Mandrill_Model_Email_Template and FreeLuchLabs_MailGun_Model_Email_Template |
Hi @clivewalkden , Since my extension and the Mandrill extension are using the same class and method you'll need to implement some logic in the shared method to direct the requests to the appropriate module... |
It doesn't seem to play nice if Ebizmarts Mailchimp module is being used, even if using Mandrill is set to no.
The text was updated successfully, but these errors were encountered: