lweinlan Posted February 23, 2017 Share Posted February 23, 2017 (edited) When I generate multiple UPS labels and I want to track them by clicking on the link in the BO , I am redirected to the UPS website but UPS tracking on UPS.com gives me an error because the tracking numbers sent by the BO are separated by a comma . UPS.com does not understand comma separated tracking numbers. If sending multiple tracking numbers from the BO to UPS.com, the tracking numbers should not be comma separated. The same issue appears in the email that is automatically sent to the customers after their purchase. The UPS link in the email sent from Prestashop to the customer contains multiple tracking numbers but they are comma separated and looks like http://wwwapps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1=1ZJTU3710300010815,1Z2FA502YW21125019,1Z677247YW03444372 ( http://wwwapps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1=1ZJTU3710300010815,1Z2FA502YW21125019,1Z677247YW03444372 ) The correct link should look like this (for example for 3 tracking numbers) : https://wwwapps.ups.com/WebTracking/processRequest?InquiryNumber1=1ZJTU3710300010815&InquiryNumber2=1Z2FA502YW21125019&InquiryNumber3=1Z677247YW03444372&track.x=0&track.y=0%22# (https://wwwapps.ups.com/WebTracking/processRequest?InquiryNumber1=1ZJTU3710300010815&InquiryNumber2=1Z2FA502YW21125019&InquiryNumber3=1Z677247YW03444372&track.x=0&track.y=0%22#) Which Prestashop modification is necessary so that the correct link sent per email looks like the corrrect link http://wwwapps.ups.com/etracking/tracking.cgi?InquiryNumber1=1ZJTU3710300010815&InquiryNumber2=1Z2FA502YW21125019&InquiryNumber3=1Z677247YW03444372&track.x=0&track.y=0%22 and not the wrong link http://wwwapps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1=1ZJTU3710300010815,1Z2FA502YW21125019,1Z677247YW03444372 The above examples are for 3 tracking numbers, but how to make it also work with any numbers of tracking numbers ? I am running Prestashop 1.6.1.4 Thanks - Luc Edited February 23, 2017 by lweinlan (see edit history) Link to comment Share on other sites More sharing options...
JeredBolton Posted February 24, 2017 Share Posted February 24, 2017 Is this related to a UPS module? Link to comment Share on other sites More sharing options...
lweinlan Posted February 24, 2017 Author Share Posted February 24, 2017 I am using the UPS module from Presto-Changeo (www.presto-changeo.com). I opened a case with them regarding this issue but the support team at Presto-Changeo told me that this is a Prestashop issue and not an issue with their UPS module. I have added a picture here to show the issue 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