Results 1 to 10 of 21

Hybrid View

  1. #1
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    Hi,

    Working on a new store (tired of eBay) and I got soo much to learn,,,

    Right now I get (in red on the shipping modules admin page) "Nothing has been selected for Quotes" after the USPS entry

    and when adding something to my cart,,, -2147221202 - The element 'RateV4Request' has incomplete content. List of possible elements expected: 'RateClientType, Package'.

    any help appreciated

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

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    Check that you have the current USPS September 7, 2014 K5 version of the USPS shipping module ...
    http://www.zen-cart.com/showthread.p...014-Version-K5

    NOTE: You should signup for the News & Announcements forum at:
    http://www.zen-cart.com/forumdisplay...-Announcements

    Once you have the new USPS shipping module installed, ensure that you have checked the shipping methods that you want to use for USPS for both Domestic and International shipping ...

    You can also test what version of USPS you have installed on your Server ...

    Go to your Zen Cart Admin and go to Tools ... Developers Tool Kit ...

    In the bottom input box enter:
    usps.php

    Then, select Catalog ... click SEARCH ...

    What comes up on the paths to the files and the lines for:
    * @version $Id: usps.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!

  3. #3
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    Line #12 : * @version $Id: usps.php 2014-09-07 ajeh Version K5 $

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

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    If you turn on the Debug to Logs, down at the bottom of the USPS shipping modules when you edit this in your Admin and try a quote, could you Zip the shipping log that is created in your /logs directory (/cache in older versions of Zen Cart) and attach it to your post?
    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
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    LAST LINE of CODE

    if ((MODULE_SHIPPING_USPS_VERSION != '2014-09-07') || (sizeof($chk_keys) != $chk_sql->RecordCount())) {
    $this->title .= '<span class="alert">' . ' - Missing Keys or Out of date you should reinstall!' . '</span>';
    $this->enabled = FALSE;
    }
    $new_version_details = plugin_version_check_for_updates(1292, '2014-09-07 K5');
    if ($new_version_details !== FALSE) {
    $this->title .= '<span class="alert">' . ' - NOTE: A NEW VERSION OF THIS PLUGIN IS AVAILABLE. <a href="' . $new_version_details['link'] . '" target="_blank">[Details]</a>' . '</span>';
    }

    if ($this->enabled) {
    // insert checks here to give warnings if some of the configured selections don't make sense (such as no boxes checked)
    // And in those cases, set $this->enabled to FALSE so that the amber warning symbol appears. Consider also adding more BRIEF error text to the $this->title.

    // verify checked boxes
    $usps_shipping_methods_domestic_cnt = 0;
    $usps_shipping_methods_international_cnt = 0;
    foreach($this->typeCheckboxesSelected as $requested_type)
    {
    if(is_numeric($requested_type) || preg_match('#(GXG|International)#i', $requested_type)) continue;
    $usps_shipping_methods_domestic_cnt += 1;
    }
    foreach($this->typeCheckboxesSelected as $requested_type)
    {
    if(is_numeric($requested_type) || !preg_match('#(GXG|International)#i' , $requested_type)) continue;
    $usps_shipping_methods_international_cnt += 1;
    }
    if (($usps_shipping_methods_domestic_cnt + $usps_shipping_methods_international_cnt) < 1) {
    $this->title .= '<span class="alert">' . ' - Nothing has been selected for Quotes.' . '</span>';
    }

    }
    }

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

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    I was referring to going to Modules ... Shipping ... and clicking on USPS shipping module and hit the EDIT button, then scroll to the bottom and set Debug to Log ...

    This will cause the USPS shipping module to generate a debug shipping log in the /logs directory on the server that you can then download to your computer and Zip so that you can attach it to your post ...
    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!

  7. #7
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    I found the last post before I realized that you responded and thought it might help.

    <Error><Number>-2147221202</Number><Source>Common:XmlParse</Source><Description>The element 'RateV4Request' has incomplete content. List of possible elements expected: 'RateClientType, Package'.</Description><HelpFile/><HelpContext/></Error>

  8. #8
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: Added USPS RateV4 Intl RateV2 - and get nothing has been selected for quotes

    Found it,,, thanks,,,
    ensure that you have checked the shipping methods that you want to use for USPS for both Domestic and International shipping ...

 

 

Similar Threads

  1. v139h USPS Shippe messager: Nothing has been selected for Quotes.
    By jgold723 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 Apr 2021, 05:10 PM
  2. v155 USPS says "Nothing has been selected for Quotes"
    By HeleneWallis in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 17 Jun 2016, 01:34 AM
  3. Replies: 6
    Last Post: 6 Sep 2014, 12:49 AM
  4. v139h mods to USPS RateV4 Intl RateV2
    By kehrli in forum Addon Shipping Modules
    Replies: 13
    Last Post: 1 Apr 2014, 04:22 PM
  5. v139h What changed for USPS RateV4 Intl RateV2 Mar 7, 2014 Version K3
    By WiccanWitch420 in forum Addon Shipping Modules
    Replies: 1
    Last Post: 10 Mar 2014, 01:56 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