hansblaauw Posted January 23, 2015 Share Posted January 23, 2015 Does anyone know how to get access to the tracking number by code? I have a module which hooks to ActionOrderStatusUpdate and in that module I need to be able to read the tracking number for a package. Cheers. Link to comment Share on other sites More sharing options...
tuk66 Posted January 24, 2015 Share Posted January 24, 2015 $order = new Order($id_order); echo $order->shipping_number; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now