[ic] UPS Order Tracking

Beriah Dutcher beriah@webuildpcs.com
Thu, 2 Nov 2000 18:22:48 -0600


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?

Beriah