Sending tracking code to customer via email
-
Hi there!
I’d like to implement the functionality to send the tracking code to the customers via email. However, from what I can see, the only way to generate the tracking code currently is manually via order actions. I checked the code base and the functionality to generate the tracking code is hard coupled to printing it: Dpd_Baltic_Admin->order_shipment_creation() is a private function and in addition to that, the functionality to actually contact the API is inside the print_order_parcel_label() function.
Is there a way to generate the tracking code without printing that I’m currently not seeing? If not, could you possibly modify the plugin code and provide a simple public API to get the order tracking number?
Thanks!
- The topic ‘Sending tracking code to customer via email’ is closed to new replies.