Skip to main content
Inspiring
January 26, 2007
Question

UPS Shipping Calculator

  • January 26, 2007
  • 2 replies
  • 1296 views
I am looking for a CFC that will calculate UPS shipping costs to both US and Canada using UPS's new shipping calculation. It should not use the oversize flags as UPS has done away with this. I am using ColdFusion 7 on a dedicated server.

Does anyone know of a company/person that has this component? I've searched forums and search engines to no avail.

Thanks for your help.
    This topic has been closed for replies.

    2 replies

    Participant
    June 7, 2013

    There's a simpler one here: ColdFusion UPS Shipping Rates

    It doesn't handle Canada postal codes as it stands, but you could easily just add a <cfargument> for the destination country, and that should do it.

    Participating Frequently
    January 26, 2007
    I saw this one: http://ray.camdenfamily.com/index.cfm/2007/1/5/Update-for-ColdFusion-UPS-Package
    but have never used it. I have a customtag for 6. Don't remember where I got it but is based off the code at easycfm.com.