cancel
Showing results for 
Search instead for 
Did you mean: 

carrier tracking info is pushed to Magento by some third party system and want to send shipment emai

carrier tracking info is pushed to Magento by some third party system and want to send shipment emai

when Shipping and Tracking Information added,it should be send a email to Customer  email,i cant not find Observer sales_order_shipment_track_save_after,What should I use to build an observer event? Magento ver. 1.9.3.1

 

1 REPLY 1

Re: carrier tracking info is pushed to Magento by some third party system and want to send shipment

Hi @lijiuri 

 

I believe this event sales_order_shipment_track_save_after will work for you. You need to create an observer for this event. You need to create a Module inside your app/local directory.

 

You can create a observer file like this:

 

\app\code\local\vendorNamr\packageName\Model\Observer.php

Here is an example for create an observer in Magento 1.9

 

I hope it will help you.

 

Thanks

--

If my answer is useful, please Accept as Solution & give Kudos