sgtbash Posted November 13, 2010 Share Posted November 13, 2010 Hi All.Don't know if there is anyone else out there that has the same annoyance with this as me but if you do, can you bump my bug please?Basically I use the 'Track the shipment' link a LOT every day to track the nights shipments which by default opens in the same window/tab/page and you have to use the back button to go back into your PS store.Much easier to sit there and click, look for 'Delivered' and use the keyboard short cut to close the page and PS is there ready waiting for you to change the status (no load time, just waiting there for you)If you agree - a much appreciated bug bump would be great.Bug Url: http://www.prestashop.com/bug_tracker/view/6006/ThanksP.S I've edited the page myself (core edit) but it is obviously overwritten on every new update or release. Link to comment Share on other sites More sharing options...
mytheory. Posted November 13, 2010 Share Posted November 13, 2010 Yes I agree this should be fixed, especially since it's an easy fix. We haven't upgraded so a one time fix (by editing a core file) has fixed this issue for us. So can't help with frequent updaters but for a quick fix this is what we did:Around line 519 (1.2.5) of /admin/tabs/AdminOrders.php... change this line: echo $this->l('Tracking number:').' '.$order->shipping_number.' (shipping_number, $carrier->url).'">'.$this->l('Track the shipment').')'; and change it to: echo $this->l('Tracking number:').' '.$order->shipping_number.' (shipping_number, $carrier->url).'" target="_blank">'.$this->l('Track the shipment').')'; HTH! Link to comment Share on other sites More sharing options...
sgtbash Posted November 13, 2010 Author Share Posted November 13, 2010 Hey, thanks for the post and code to fix it - I lost my code due to the upgrade and not in the office to fix it yet =) Link to comment Share on other sites More sharing options...
jolvil Posted February 27, 2011 Share Posted February 27, 2011 In PS 1.3.7 this admin link is now "target blank" but the tracking number link in order detail in customer account is still "target self" ! Link to comment Share on other sites More sharing options...
glsnkb Posted June 15, 2011 Share Posted June 15, 2011 Edit/themes/yourtheme/order detail.tplThis line:{$followup|escape:'htmlall':'UTF-8'}Replace with:{$followup|escape:'htmlall':'UTF-8'} Link to comment Share on other sites More sharing options...
Koo Posted September 16, 2011 Share Posted September 16, 2011 Hi All, I am using EMS speed post as shipper. Their tracking url is http://services.ptcmysore.gov.in/speednettracking/. After configuring the carrier, I put @ symbol after the url. The tracking numbers do not go to correct box (article number). Any suggestions? Regards, 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