vivajj Posted December 23, 2009 Share Posted December 23, 2009 I am using the version 1.2.5.A tracking number is not displayed although URL {followup} is in Package in transit (in_transit.html).I want to insert a tracking number in the mail alert (in_transit.html) to a customer.Which portion should be edited?Please advise.Thanks. Link to comment Share on other sites More sharing options...
sm3004 Posted January 31, 2010 Share Posted January 31, 2010 Hi,I also would like to know how this is done?Thanks. Link to comment Share on other sites More sharing options...
sm3004 Posted January 31, 2010 Share Posted January 31, 2010 Nevermind, I figured it out on my own.Ok, here we go:1. Go to your admin folder --> tabs -->and look for: 'AdminOrders.php'2. Find the line containing the following code (for me it is line 83): '{followup}' => str_replace('@', $order->shipping_number, $carrier->url), 3. Add a new line of code below that line: '{shipping_number}' => $order->shipping_number, 4. Save the AdminOrders.php file5. Go to the mails folder and open in_transit.html6. Add somewhere in the file: Your tracking number is: {shipping_number} 7. Save the in_transit.html file!Voila, your tracking numbers are now sent in the emails when you enter the tracking number in the backend!Tested it and it is working 100%.You're welcome. Link to comment Share on other sites More sharing options...
vivajj Posted January 31, 2010 Author Share Posted January 31, 2010 It is wonderful!I also checked operation completely.Thank you very much. Link to comment Share on other sites More sharing options...
sm3004 Posted January 31, 2010 Share Posted January 31, 2010 No worries, might want to close this topic and add [solved] Link to comment Share on other sites More sharing options...
mooshi Posted January 31, 2010 Share Posted January 31, 2010 Thanks! very much...super!! Link to comment Share on other sites More sharing options...
Site Posted February 8, 2010 Share Posted February 8, 2010 Hi,I can only "set shipping number" once selected "shipped"By then the 1st email "shipped" has been sent without the number, then if you selected "shipped" again, you can then enter the "set shipping number"How is it possible to alow the "set shipping number" when "payment accepted" ?Followed on over at http://www.prestashop.com/forums/viewthread/43706/configuring___using_prestashop/entering_tracking_number_before_selecting_shipping Link to comment Share on other sites More sharing options...
ghostq Posted March 11, 2010 Share Posted March 11, 2010 i have a problem that the tracking number is on the end of carrier website, when click the link it shows Sorry! We could not find the page.here is the content , any boy know how to solve this problem? Your order is currently in transit. Your tracking number is: em2348902834 You can track your package by clicking on the following link: http://app3.hongkongpost.com/CGI/mt/enquiry.jspem2348902834 Link to comment Share on other sites More sharing options...
Recommended Posts