Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2011
    Posts
    2
    Plugin Contributions
    0

    Default 111286: Ontario is not a valid state for the specified shipment.

    We have installed UPS module for shipping and when we go to Step 1 of the checkout process we are getting this message.

    "United Parcel Service (XML)
    111286: Ontario is not a valid state for the specified shipment.
    If you prefer to use ups as your shipping method, please contact"


    When we do a shipping quote, everything works okay. I checked the UPS Module and it is active, green light is on. We are currently using Zencart v1.3.9b

    Any help would be great!

    Thanks.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: 111286: Ontario is not a valid state for the specified shipment.

    Not sure if it would apply for you, but around line 261 I customized the code for an obscure issue with:
    Code:
                    if (isset($this->servicesTimeintransit[$type]) && isset($this->servicesTimeintransit[$type]["date"])) {
                        $eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
                        $months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
                        $eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
                        $_type .= ", ETA: ".$eta_arrival_date;
                    }
    I do not have the original code off hand but you should see where the IF is added ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Mar 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: 111286: Ontario is not a valid state for the specified shipment.

    Which file would I find that code in?

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: 111286: Ontario is not a valid state for the specified shipment.

    I would look in the shipping module where you are having the problem in:
    /includes/modules/shipping/upsxml.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: 111286: Ontario is not a valid state for the specified shipment.

    I am having the same problem.

    "111286: ONT is not a valid state for the specified shipment."

    The above proposal did not help my situation.

 

 

Similar Threads

  1. v139h Coupon is not valid for items in cart
    By isaiah36 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 8
    Last Post: 17 Jan 2013, 03:06 AM
  2. Specified shipping for Specified products?
    By joshuaove in forum Built-in Shipping and Payment Modules
    Replies: 24
    Last Post: 17 Mar 2011, 12:38 AM
  3. Coupon valid for a specific day of the week
    By DamienDLSkinSolution in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 26 Nov 2010, 11:22 PM
  4. For element Expires is not valid (Sagepay problem)
    By freshcreativeukcom in forum Addon Payment Modules
    Replies: 5
    Last Post: 16 Nov 2010, 12:48 PM
  5. Change for Ontario Harmonized Taxes
    By janissaire in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 12 Apr 2010, 07:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg