Skip to content
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

Send a Tracking email automatically #56

Open
yohha opened this issue Jun 14, 2018 · 1 comment
Open

Send a Tracking email automatically #56

yohha opened this issue Jun 14, 2018 · 1 comment
Assignees

Comments

@yohha
Copy link

yohha commented Jun 14, 2018

I’m using on my magento 1.9.1 shipping extensions from DPD.
DPD is not sending Tracking Information when order is complete, i need to go for each order to shipment and to send manually the "Send Tracking Information" we have 50-40 packages a day and it take us a lot of time to send the shipment mail.
is there any option to it should send automatically the "Send Tracking Information"??
UPDATE: i found a code
if($shipment){ if(!$shipment->getEmailSent()){ $shipment->sendEmail(true); $shipment->setEmailSent(true); $shipment->save(); } }
add the code in /app/code/community/DPD/Shipping/Model/Adminhtml/Dpdgrid.php after line 93

@dpdplugin
Copy link
Contributor

Dear Yohaa,

Thanks for the update and we are going to test this in our demo enviroment, if this works perfectly we will use this in one of our releases as wel.

kind regards,
DPD plugin support team

@dpdplugin dpdplugin self-assigned this Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants