Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are the correct urls to connect to the test server for UPS Freight? The urls provided in the in the Developers Kit pdf do not work. Does anyone know which urls to use for testing purposes?

Here is the sample code from the plugin:

/**
     * Shipping method class
     * */
    class WC_Shipping_UPS extends WC_Shipping_Method {

        var $test_url = "https://wwwcie.ups.com/webservices/FreightRate";
        /* var $url = "https://onlinetools.ups.com/webservices/FreightShip"; */
        var $codes = array(
            "01" => "UPS Next Day Air",
            "02" => "UPS Second Day Air",
share|improve this question
Your code is not complete here. – JasonWyatt Oct 18 '12 at 20:37

1 Answer

There's already a pretty good UPS Shipping plugin for WooCommerce available here, if you need one:

http://ignitewoo.com/woocommerce-extensions-plugins/woocommerce-ups-shipping/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.