 |
Developer Name: |
Joseph DeVore |
 |
Company Name: |
VeloxWeb Technologies |
 |
Email Developer: |
Email Developer |
 |
Latest Version: |
1.0 |
 |
Price: |
$45 |
 |
License: |
One Copy per Server. |
 |
Encrypted: |
No |
 |
Average Rating: |
 |
 |
Times Rated: |
12 |

Tag Comments
Your script is awesome...
"Your script is awesome. I bought it from cftagstore.com and it is running like a champ. Thank you very much."
Posted on: Friday 30 Jan 2004
By Nick
Excellent Implementation
This is an excellent implementation for UPS shipping - both US and international. It's actually very simple in use, and the code is clean and understandable. All shipping information is returned as accessible CF query variables.
I had some initial problems in getting the tag up and running -- in part due to the relative lack of documentation (which the author has been working on), in part due to downloading an older copy of the tag, and in part due to some things I did incorrectly. The author was readily available for support via E-mail, however, and went out of his way to make sure I eventually was able to implement the tag on my system. Highly recommended.
Posted on: Wednesday 17 Mar 2004
By Tom Tedeschi
awesome
This is a great tag, and i highly recommend it. For part of one of our projects i was supposed to build a UPS tag for a site were building. I looked around to see what was out there to try and save us quite a few dev hours. I found this tag and amazed at how well the demo worked and how it could do everything we needed it to do.
We bought it and put into action right away. After working through a little bit of config problems related to using linux and cfmx and realizing that he had to import the live and test ups ssl certs into the java cert db using keytool, we were off and running.
The tag intergrated perfectly into our site and it saved us a ton of time. thanks again. :D
Posted on: Thursday 16 Jun 2005
By Sean Sidelko
Great Tag, Very Impressed. Easy to Implement
This tag works perfectly. I was able to implement it into my shopping cart in 30 minutes from start to finish. The results that it returns are prefect too. I verfied them at www.ups.com and they all matched with the online rate quotes the website provides.
I highly recommend this tag.
Posted on: Tuesday 06 Sep 2005
By Jake Scott
fast and effective tool
Best implementation of the UPS API in CF that I've ever seen. So easy to get up and running - took me all of ten minutes.
Posted on: Saturday 11 Nov 2006
By JJB
Meh.
The version you buy is not up to date with the version you preview on the developer's site. The download includes no quickstart instructions (such as how to get requisite developer keys from UPS). Obviously an old app that doesn't get much attention.
But with some tweaking it does what it claims to do, and it beats the heck out of writing it myself.
Posted on: Thursday 06 Nov 2008
By Paul
|
Related ColdFusion Applications
Developers who purchased CF_UPSMX also purchased:
- CFX_HTTP5
- CF_ProFlashUpload V1.7
- CFX_EXEC
- CF_FileManager V3.2 (Unencrypted)
- Excel Read/Write v3.2
- CF_FileManager V3.2 (Cross Browser)
- CFBB Forums
- CFX_JZip
- CFX_Excel2Query
- CF_TreeControl
|
What Is CF_UPSMX? |
This custom tag allows registered developers of UPS to query the UPS Rates & Services database from within their applications. This tag uses the most recent UPS XML API (Volume 3, Number 3/Revision Date: July 12, 2003), XML and native ColdFusion MX XML functions.
To use this tag all you do is pass in the shippers zipcode, the destination zipcode, the weight of the package and the type of package; the custom tag will post the information to the UPS server and return a (user-defineable) query recordset for you to display in your pages any way you'd like.
You can specify the package type, pickup type, handling charge, weight and more. |
This custom tag allows registered developers of UPS to query the UPS Rates & Services database from within their applications. This tag uses the most recent UPS XML API (Volume 3, Number 3/Revision Date: July 12, 2003), XML and native ColdFusion MX XML functions.
To use this tag all you do is pass in the shippers zipcode, the destination zipcode, the weight of the package and the type of package; the custom tag will post the information to the UPS server and return a (user-defineable) query recordset for you to display in your pages any way you'd like.
You can specify the package type, pickup type, handling charge, weight and more.
*** CF_UPSMX supports International shipping rates as well ***
<cf_upsmx AccessLicenseNumber="TEST" UserId="TEST" Password="TEST" RequestAction="Rate" RequestOption="Shop" PickupTypeCode="03" ShipmentShipperAddressPostalCode="97201" ShipmentShipToAddressPostalCode="10010" ShipmentShipToAddressCountryCode="US" PackagePackagingTypeCode="02" PackageDescription="My packaging" PackageWeight="23" Mode="test" Variable="results">
|
|