Posted - 09/02/2020 : 11:49:19
On clientlogin.asp, there's a section where you can view your order history. There's a function getcarrierfromtrack() that get's called to generate a link at which you can track the shipment. That function looks like it does some kind of matching to determine who the carrier is based on the format of the tracking number.
For us it seems to not quite function correctly. We've in the past shipped an order to Switzerland via USPS, and were given the tracking number LM985319605US. If I plug this into the USPS website, it correctly gives me info indicating it was delivered in Switzerland, but this getcarrierfromtrack() function matches this number to Canada Post, generating a link to what I think must be a completely different package.
We're hoping that future cart updates can update that function to more accurately generate the tracking links.
|