Results 1 to 10 of 827

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Posts
    24
    Plugin Contributions
    0

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

    When I click the auto fill button Everyting gets filled n except for my adress information. I am using zen version 1.27 I am in the process of upgrading if that makes a difference. I am also using super orders 2.0 but have applied all of the changes to the super orders.php file. Otherwise this is a great add on.

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

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

    Quote Originally Posted by stevens157 View Post
    When I click the auto fill button Everyting gets filled n except for my adress information. I am using zen version 1.27 I am in the process of upgrading if that makes a difference. I am also using super orders 2.0 but have applied all of the changes to the super orders.php file. Otherwise this is a great add on.
    Readme :)

    You need to setup your address information in the admin->configurations->usps config area.

  3. #3
    Join Date
    Mar 2006
    Posts
    24
    Plugin Contributions
    0

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

    All I have in the admin -> Configuration -> USPS Auto Fill Config screen is an entry for full name

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

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

    Quote Originally Posted by stevens157 View Post
    All I have in the admin -> Configuration -> USPS Auto Fill Config screen is an entry for full name
    Run the "Alternative SQL for USPS.sql" (something like that). You should have 16 entries IIRC

  5. #5
    Join Date
    Mar 2006
    Posts
    24
    Plugin Contributions
    0

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

    I actually went in to the database and the fields where there but not showing in admin so I just entred the appropriate values directly into the databse and it works perfectly. This will save me a ton of time.

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

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

    Quote Originally Posted by stevens157 View Post
    I actually went in to the database and the fields where there but not showing in admin so I just entred the appropriate values directly into the databse and it works perfectly. This will save me a ton of time.
    Ya i see i made a mistake in that file too.

    Corrected SQL (This will remove any existing errored tables and repopulate with fixed tables):
    Code:
    DELETE FROM configuration_group WHERE configuration_group_title LIKE '%USPS Auto-Fill Config%';
    DELETE FROM configuration WHERE configuration_key LIKE 'USPS%';
    DELETE FROM configuration WHERE configuration_key LIKE 'USPS%';
    INSERT INTO configuration_group VALUES ('', 'USPS Auto-Fill Config', 'USPS Auto-Fill Config', '1', '1');
    SELECT @gid := configuration_group_id 
    FROM configuration_group where configuration_group_title LIKE 'USPS Auto-Fill Config';
    UPDATE configuration_group SET sort_order = @gid WHERE configuration_group_id = @gid;
    INSERT INTO configuration VALUES ('', 'Return: Full Name', 'USPS_RETURN_FULLNAME', '', 'Set this to your return address Full Name', @gid, '5', now(), now(), NULL, NULL),
                                     ('', 'Return: Company Name', 'USPS_RETURN_COMPANY_NAME', '', 'Set this to your return address Company Name', @gid, '10', now(), now(), NULL, NULL),
                                     ('', 'Return: Address 1', 'USPS_RETURN_ADDRESSONE', '', 'Set this to your return address street 1', @gid, '15', now(), now(), NULL, NULL),
                                     ('', 'Return: Address 2', 'USPS_RETURN_ADDRESSTWO', '', 'Set this to your return address street 2', @gid, '20', now(), now(), NULL, NULL),
                                     ('', 'Return: City', 'USPS_RETURN_CITY', '', 'Set this to your return address city', @gid, '25', now(), now(), NULL, NULL),
                                     ('', 'Return: State', 'USPS_RETURN_STATE', '', 'Set this to your return address state. NOTE: THIS MUST BE IN A 2 LETTER ABBREVIATED FORMAT (i.e. AZ, KY, MI)', @gid, '30', now(), now(), NULL, NULL),
                                     ('', 'Return: ZipCode', 'USPS_RETURN_ZIPCODE', '', 'Set this to your return address zipcode', @gid, '35', now(), now(), NULL, NULL),
                                     ('', 'Return: Phone Number', 'USPS_RETURN_PHONENUMBER', '', 'Set this to your company phone number for International Shipping. (no dashes: 4041234567)', @gid, '40', now(), now(), NULL, NULL),
                                     ('', 'Delivery: Default Notify via Email', 'USPS_DELIVERY_DEFAULT_EMAIL_NOTIFY', 'true', 'Set this to true if you want the Notify By Email checkbox checked by default', @gid, '45', now(), now(), NULL, "zen_cfg_select_option(array('true', 'false'),"),
                                     ('', 'Delivery: Default Contents Value', 'USPS_DELIVERY_DEFAULT_CONTENTS_VALUE', '15.00', 'Set this if you want a default contents value for International shipping', @gid, '50', now(), now(), NULL, NULL),
                                     ('', 'Delivery: Default Weight (Pounds)', 'USPS_DELIVERY_DEFAULT_WEIGHTS_POUNDS', '1', 'Set this to the default weight in pounds. Useful if you sell only one type of item. Leave blank if using the order total weight', @gid, '55', now(), now(), NULL, NULL),
                                     ('', 'Delivery: Default Weight (Ounces)', 'USPS_DELIVERY_DEFAULT_WEIGHTS_OUNCES', '', 'Set this to the default weight in ounces. Useful if you sell only one type of item. Leave blank if using the order total weight', @gid, '60', now(), now(), NULL, NULL),
                                     ('', 'Delivery: Default Shipping from Same ZipCode (Radio Button)', 'USPS_DELIVERY_SAME_ZIPCODE', 'same', 'Set this to same if you want to have your Return Address Zipcode as the default Ship-From zipcode. If set to Other, then enter in your default Ship-From zipcode in the next setting', @gid, '65', now(), now(), NULL, "zen_cfg_select_option(array('same', 'other'),"),
                                     ('', 'Delivery: Default Shipping from Other ZipCode (If Radio Button set to Other)', 'USPS_DELIVERY_OTHER_ZIPCODE', '00000', 'Set the default ZipCode you would like as your Ship-From zipcode. Only if the above setting is set to Other', @gid, '70', now(), now(), NULL, NULL),
                                     ('', 'Delivery: Default Non-Delivery Checkbox (Return-to-Sender)', 'USPS_DELIVERY_DEFAULT_NONDELIVERY', 'Y', 'Set this to Y if you want the checkbox for Return-To-Sender to be checked by default (International Packages Only)', @gid, '75', now(), now(), NULL, "zen_cfg_select_option(array('N', 'Y'),"),
                                     ('', 'Delivery: Default Privacy Acknowledge Checkbox', 'USPS_DELIVERY_DEFAULT_ACKNOWLEDGE', 'on', 'Set this to on if you want the Acknowledge checkbox to be checked by default (International Packages Only)', @gid, '80', now(), now(), NULL, "zen_cfg_select_option(array('off', 'on'),");
    Remember, if you are using a db prefix,
    change
    configuration_group to prefix.configuration_group
    configuration to prefix.configuration
    Last edited by qhome; 14 Nov 2006 at 05:40 PM.

  7. #7
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

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

    Is there any reason the most recent version of this contribution shouldn't work on ZC 1.3.6? It was working great in 1.3.5, but just wanted to double-check before I try with 1.3.6. Thanks!

 

 

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