Page 40 of 83 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 827
  1. #391
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Quote Originally Posted by Varisha View Post
    Thanks for the help before :)

    Now I'm getting the following error



    so any idea what I did wrong?
    You appear to have not uploaded the totalweight function file. be sure you upload all files to their corresponding locations

  2. #392

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Quote Originally Posted by qhome View Post
    You appear to have not uploaded the totalweight function file. be sure you upload all files to their corresponding locations

    I assume the file your talking about is "functions_ordertotalweight.php" if so I uploaded it to ..... ok I messed up and clicked the wrong "functions" folder... LOL I thought I had it under admin/ect.. folder but I clicked the wrong function folder (aka not the one under admin).

    Ok anouther question I have a USPSID for thier webtools do I need a different account to use with this addon?

  3. #393
    Join Date
    Jul 2008
    Posts
    116
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    I've installed the USPS Click-n-ship Auto Fill mod.

    I installed the sql patch and have the 19 configuration settings under the configuration > USPS Auto-fill Config menu.

    I have edited these with my name, address etc.

    I uploaded the files to my server.

    However I don't see the button that I'm supposed to click that will launch the Click-n-ship page with all the pre filled values.

    Any help would be much appreciated

  4. #394
    Join Date
    Jul 2008
    Posts
    116
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Further research revealed that I'm not to smart

    I had not renamed orders.php_USPS ONLY to orders.php and uploaded it to zencart/admin

    It is now working just fine. Thank you

  5. #395
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Quote Originally Posted by Varisha View Post
    I assume the file your talking about is "functions_ordertotalweight.php" if so I uploaded it to ..... ok I messed up and clicked the wrong "functions" folder... LOL I thought I had it under admin/ect.. folder but I clicked the wrong function folder (aka not the one under admin).

    Ok anouther question I have a USPSID for thier webtools do I need a different account to use with this addon?
    Webtools is completely separate from click-n-ship. You need a clicknship account

  6. #396

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Quote Originally Posted by qhome View Post
    Webtools is completely separate from click-n-ship. You need a clicknship account
    Thanks again qhome :) I got to thinking on my drive to work and thought that be the case I can't wait for my first order that I get to use this new tool on!

  7. #397
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    I just installed this mod and have a problem. When I click the Auto Fill button it takes me to USPS login page and I login with no problems. After login I get taken to https://sss-web.usps.com/cns/labelInformation.do which is the page asking which destination I want to ship to. In the upper left corner of that page there is an error in bold red that says

    Internal Error : We've experienced an unexpected condition.
    Error Tracking Number : 1233640623439
    The page still loaded even with the error so I chose United States and clicked Go. The next page is where all of the shipping information should be prefilled, well it isn't. My return address is filled in with my click-n-ship account info (not what I have set in my Zen admin) and the delivery address fields are all blank.

    I downloaded and installed the newest version from the downloads section and have went through the installation 3 times. All of the files are in the proper places and I renamed the orders.php file so I have no clue what to try next.

    Any ideas?

  8. #398
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    yes in the admin setup page for the mod goto Delivery: Default Weight (Pounds) and set it to a letter instead of a number.
    You need to throw an error on the page for it to load correctly. There was a conversation about this farther back in the thread. Some people throw the error in the email but I find it easier to throw the error in the weight since I have to change it anyway.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #399
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    Quote Originally Posted by barco57 View Post
    yes in the admin setup page for the mod goto Delivery: Default Weight (Pounds) and set it to a letter instead of a number.
    You need to throw an error on the page for it to load correctly. There was a conversation about this farther back in the thread. Some people throw the error in the email but I find it easier to throw the error in the weight since I have to change it anyway.
    Thank you so much! I read back 5 or 6 pages and either missed the discussion or didn't go far enough back. It's working great now, thanks again!

  10. #400
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: usps.com Click-n-ship AutoFill Button Contrib

    I am receiving the following errors on the USERSIDE of my store, making my site unusable!! Please Help!

    Like a complete idiot, I did not back up my sql database prior to applying the sql patch. Which what I beleive the problem to be. Is there a uninstall sql patch available?

    I am using Zen 1.3.6 on www.bellirosa.com. I am getting the following errors on the store front page:
    Warning: Variable passed to each() is not an array or object in /home/####/public_html/store/includes/classes/db/mysql/query_factory.php on line 114

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/wicked8/public_html/store/includes/classes/db/mysql/query_factory.php:114) in /home/####/public_html/store/includes/functions/sessions.php on line 102

    Warning: Cannot modify header information - headers already sent by (output started at /home/wicked8/public_html/store/includes/classes/db/mysql/query_factory.php:114) in /home/####/public_html/store/includes/init_includes/init_templates.php on line 78

    1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLA
    in:
    [select p.products_id, pd.products_name, products_date_available as date_expected from zen_products p, zen_products_description pd where p.products_id = pd.products_id and p.products_status = 1 and pd.language_id = '1' and p.products_date_available >=20090207 order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]

    PLEASE HELP!

 

 
Page 40 of 83 FirstFirst ... 30383940414250 ... LastLast

Similar Threads

  1. v139h Fill the total_weight table without having to click on the USPS click-in-Ship Mod
    By bradlawson25 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Dec 2013, 06:11 PM
  2. Replies: 1
    Last Post: 11 Jun 2010, 05:46 PM
  3. autoclick usps click-n-ship button missing?
    By fattyfat in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 24 Sep 2009, 02:52 AM
  4. usps.com Click-n-ship AutoFill stopped working?
    By EZorb in forum Addon Shipping Modules
    Replies: 1
    Last Post: 12 Jul 2009, 09:38 AM

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