[ic] UPS Order Tracking

TheBee beriah@webuildpcs.com
Thu, 2 Nov 2000 19:03:02 -0600


OK, but what if I am using the customers number as a reference number to
track shippments....will i have to put the tracking number int he status
field everytime I place an order?


----- Original Message -----
From: "Mike Heins" <mikeh@minivend.com>
To: <interchange-users@minivend.com>
Sent: Thursday, November 02, 2000 6:46 PM
Subject: Re: [ic] UPS Order Tracking


> Quoting Beriah Dutcher (beriah@webuildpcs.com):
> > Hey Everybody,
> >
> > I was looking into getting UPS tracking to work on my new interchange
web
> > and I was lloking into it and saw that in the
> > products/query/check_orders.html file there is this line:
> >
> > if($hash{status} =~ /\d/) {
> > my @ids = grep /\S/, split /\s+/, $hash{status};
> > $hash{status} = '';
> > for(@ids) {
> > $hash{status} .= <<EOF;
> > <A
> >
HREF="http://wwwapps.ups.com/etracking/tracking.cgi?InquiryNumber1=$_&TypeOf
> > InquiryNumber=T">UPS $_</A>
> > EOF
> > }
> > }
> >
> > I was wondering where do I have to enable this feature. I didnt find
> > anything in the help on the web. Any comments? Suggestions?
>
> Try just putting the tracking number in the status field.
>
> --
> Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
> phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>
> If you like what you're gettin', keep doin' what you're doin'. -- Hector
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www.minivend.com/mailman/listinfo/interchange-users
>