View Single Post
  #33  
Old 03-05-2009, 02:05 AM
 
floyd_2 floyd_2 is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 69
 

Default Re: Ability to select shipping carrier for tracking numbers

Hi imexhouse,
this is potentially a very simple one. With TNT in Australia for example, you just need to separate your tracking numbers with a comma. For example:

ECN002206500,ECN002206501

When that string is passed in the $order.tracking variable, TNT parses each tracking number in turn in the tracking results page.

With Canada Post, by memory the tracking screen only accepts a single tracking number as input. I don't have any valid tracking numbers any more to test their site though. I know they have a second page for tracking multiple packages too.

For starters, it might be worth just substituting a comma separated list of two tracking numbers into $order.tracking and see if CA Post accepts it.

Are you still using CA Post?

Dean
__________________
X-Cart Gold v4.1.8
Reply With Quote