Contributions

Shipping Modules (Category Index)
Search: 

UPS XML Rates and Services v1.0

The long awaited UPS XML Rates and Services shipping module. You must obtain an access key and account from UPS before using this module.

This is relase 1.0 and should be considered very beta.

I will support any and all suggestions and bug fixes that come my way.

I hope you enjoy.


Torin...

Expand All / Collapse All

Bug fixed for 1.3.5 portafixe 3 Jan 2009

In upsxml.php, find (line 345) :

if ( ($this->manual_negotiated_rate > 0) && ($this->use_negotiated_rates != 'True') ) {
$cost = ($this->manual_negotiated_rate * $cost)/100;
}

and change 'True' to 'False' so it look like :

if ( ($this->manual_negotiated_rate > 0) && ($this->use_negotiated_rates != 'False') ) {
$cost = ($this->manual_negotiated_rate * $cost)/100;
}


Also, for some reason I was getting a rate from Canada to US without any name but with a quote. After this line :

// changed to make handling percentage based
if ($this->handling_type == "Percentage") {

you find 2 lines starting with $methods[] = array('id' .....

simply add at the beginning of those 2 lines (350 & 352) : if ($_type) so it look like :

// changed to make handling percentage based
if ($this->handling_type == "Percentage") {
if ($_type) $methods[] = array('id' => $type, 'title' => $_type, 'cost' => ((($this->handling_fee * $cost)/100) + $cost));
} else {
if ($_type) $methods[] = array('id' => $type, 'title' => $_type, 'cost' => ($this->handling_fee + $cost));
}

Full 1.3.5 package with bug fixed

Marc

UPS XML Rates and Services 1.3.5 benjaminbeazy 15 Feb 2008
UPS XML Rates and Services 1.3.4 Jan Zonjee 3 Feb 2008
UPS XML Rates and Services 1.3.3 Jan Zonjee 2 Jan 2008
UPS XML Rates and Services 1.3.2 Jan Zonjee 27 Dec 2007
UPS XML Rates and Services v1.3.1 Jan Zonjee 26 Dec 2007
UPS XML Rates and Services 1.3.0 Jan Zonjee 26 Dec 2007
Fix for Weight displayed as 0 if less than 1 sanam 18 Dec 2007
Missing line of code fabriccut100 14 Dec 2007
UPS XML Rates and Services 1.2.9 Jan Zonjee 22 Sep 2007
GoDaddy Fix tjmedeiros 7 Aug 2007
Something We Have Had To Deal With ctr17163 21 Jun 2007
UPS XML Rates and Services 1.2.8.1 wdepot 26 May 2007
UPS XML Rates and Services v1.2.8 Jan Zonjee 24 May 2007
UPS XML Rates and Services v1.2.7 Jan Zonjee 16 May 2007
UPS XML Rates and Services v1.2.6 Jan Zonjee 2 Feb 2007
UPS XML Rates and Services v1.2.5 Jan Zonjee 31 Jan 2007
UPS XML Rates and Services v1.2.4 Jan Zonjee 26 Dec 2006
UPS XML InsuredValue MonetaryValue Add-on haxor777 19 May 2006
UPS XML Rates and Services v1.2.3 DefelRadar 7 Feb 2006
UPS XML Rates and Services v1.2.2 DefelRadar 7 Feb 2006
UPS XML Rates and Services v1.2.2 Jan Zonjee 3 Feb 2006
UPS XML Rates and Services v1.2.1 mucter 2 Feb 2006
UPS XML Rates and Services v1.2 Jan Zonjee 1 Feb 2006
UPS xml R & S and Attr w/ weights fix HallMarc 21 Aug 2005
UPS XML Rates v1.1.5a Michiel Heeringa 11 Apr 2005
UPS XML Rates v1.1.5 Joe McFrederick 17 Mar 2005
UPS XML Rates and Services v1.1.4 Jan Zonjee 19 Dec 2004
UPS XML Rates and Services v1.1.3a Jackie Edwards 12 Dec 2004
UPS XML Rates and Services v1.1.3 Jan 27 Nov 2004
UPS XML Rates and Services v1.1.2 Jan Zonjee 26 Nov 2004
Transit time patch Greg MacLellan 15 Nov 2004
Transit time patch Greg MacLellan 15 Nov 2004
UPSXML Rates & Services v1.1.1 Stuart Owens 15 Nov 2004
UPSXML Rates & Services 1.1 Stuart Owens 14 Nov 2004
UPSXML Rates/Time In Transit v1.04.1 Stuart Owens 24 Oct 2004
UPSXML Rates/Time In Transit v1.04.1 Stuart Owens 24 Oct 2004
UPSXML Rates/Time In Transit v1.04 Stuart Owens 24 Oct 2004
1.03.02 Fox Morrey 17 Aug 2004
UPS XML Rates and Services 1.03 Donna Gordon 13 Jul 2004
UPS XML Update 1.03 Donna Gordon 8 Jul 2004
UPS XML Update 1.02 Torin Walker 22 Jul 2003
UPS XML 1.01 Update Torin Walker 11 Jul 2003
UPS XML Rates and Services v1.0 Torin Walker 27 Jun 2003

Note: Contributions are used at own risk.