Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Add-ons for VP-ASP
 UPS Tracking
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

cvelzke
Starting Member

12 Posts

Posted - August 14 2007 :  17:03:07  Show Profile  Visit cvelzke's Homepage  Reply with Quote
I am getting the following error when trying to track a package through the 'shopa_ups_track.asp' page on our site.

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'shipcity'

/shopa_ups_track.asp, line 356

It is preceded by the tracking information of the package but in multiple lines of xml code.

support
Administrator

4679 Posts

Posted - August 14 2007 :  20:12:22  Show Profile  Visit support's Homepage  Reply with Quote
Hi,

In shopa_ups_track.asp, locate the following line -

'VP-ASP 6.09 - dim shipcity

Change to -

dim shipcity

In your UPS configuration (VP-ASP Admin > Occasional Tasks > Shipping > Configure UPS Realtime), do you have Test mode set to YES?

If you do, then it will show the debugging text.

Once you go live, this text will disappear.

Alternatively, you could find the following lines in shopa_ups_track.asp -

If getupsconfig("xtrace", false, myconn) ="Yes" then
Debugwrite Server.HTMLEncode(result)
end if


And change them to -

If getupsconfig("xtrace", false, myconn) ="Yes" then
'Debugwrite Server.HTMLEncode(result)
end if


Regards,
Claire
VP-ASP Support
Go to Top of Page

cvelzke
Starting Member

12 Posts

Posted - August 15 2007 :  08:25:27  Show Profile  Visit cvelzke's Homepage  Reply with Quote
Thanks so much Claire! I changed the 'dim shipcity' line and it worked.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00