New Zenner
- Join Date:
- Mar 2007
- Location:
- Hatch, NM
- Posts:
- 23
- Plugin Contributions:
- 0
usps.com Click-n-ship AutoFill Button Contrib
Try pming the creator, I think it was qhome.
Views: 224,996
New Zenner
Try pming the creator, I think it was qhome.
Totally Zenned
SPembleton:
Has anyone tested this with 1.3.9d? I can't even see a button to execute anything.
If you uploaded all files correctly AND edited your admin/orders.php like you were supposed to, the Auto Fill button will show on your Customers->Orders screen on the right hand side, along with the details and delete button.
gibow:
I was quite happy with click n' ship... and am willing to pay someone to fix this module for 1.3.9....
ANY TAKERS?
it would be good for others who may have used it and upgraded too. I'm sure there is just some tweaking of some code... but I'm not a coder.
As am I. This module has only worked off and on for me for the last year. And now it does not work at all, instead giving me this error message on the USPS side:
Internal Error : We've experienced an unexpected condition.
Error Tracking Number : 1282937947716
Zen Follower
This mod work just fine if you have the files installed correctly. It does have the one error where you have to set "Delivery: Default Shipping from Other ZipCode (If Radio Button set to Other) = 00000" If you are having trouble I suggest you purchase "Beyond Compare" and find your error, otherwise you will be chasing rabbits for a long time. Or contact "numinix" and they will install any modules you want for very little money.
Totally Zenned
EZorb:
This mod work just fine if you have the files installed correctly. It does have the one error where you have to set "Delivery: Default Shipping from Other ZipCode (If Radio Button set to Other) = 00000" If you are having trouble I suggest you purchase "Beyond Compare" and find your error, otherwise you will be chasing rabbits for a long time. Or contact "numinix" and they will install any modules you want for very little money.
I do have Beyond Compare and I manually edit every single file. When this mod worked, I never had the zipcode error. When it doesn't work, it either doesn't populate the fields with the customer info, or it just doesn't even go to the page.:blush:
Zen Follower
I may be wrong about this but as I have said in other post that the zip_code error is caused by something in the database. I have 7 different zencarts that none have this error even today and I have been using them over a year now. These carts were clones with fresh database. My main cart database is old and large and it started the error problem about 1 week after I started using it. The database was loaded with customers from another shopping cart.
I think if you will set the zip_code error to other = 00000 it will work.
I have just upgraded from 1.3.8a to 1.3.9a to 1.3.9b to 1.3.9c and just tested the cart and USPS works great. Should be up to 1.3.9f this Saturday.
Totally Zenned
If I enter a 10 digit phone number with no spaces or dashes I get an error on the USPS page. If I enter my phone with a 1 before it I get the same error.
If I enter the phone as: 1-222-333-4444 USPS takes it but gives me the message that number format is incorrect.
Thanks,
John
Totally Zenned
Okay, I've found another issue. When a customer uses Google Checkout and is in the US, they're order is set using US rather than United States.
I have found a few different ways to send United States when US is set in our DB but then it breaks the rest of their shipping info on arrival at USPS.
Is there a way to fix this for Google Checkout or a way to make Google Checkout orders work with this?
Thanks,
John
New Zenner
This mod is really useful and appreciated. My firm will be making a long-overdue donation today as thanks for the time you've saved us.
New Zenner
I wonder, has anyone ever thought about making a mod that integrates PayPal shipping? I realize if someone orders paying with PayPal, you can do this easily, but what about those that don't pay with PayPal and don't want Priority Mail?
This mod works AWESOME with Priority Mail packages (and quicker). However, USPS.com doesn't do First Class, Parcel Post or Media Mail (which is how I ship most of my stuff, mainly First Class).
I've tried the USPS Shipping Assistant program, however, it doesn't do postage... then you have to get hooked up with a meter company ($20/mo)... just to do what PayPal Shipping does at no charge.
Anyone have any thoughts on making this work?
Thanks,
Jake
New Zenner
owner of this module - please create an UNINSTALL SQL
Zen Follower
letsmod:
owner of this module - please create an UNINSTALL SQL
Are you not capable of making a backup of your database then scroll down and remove the few rows dealing USPS? Not that much to this module.
Totally Zenned
In admin/modules/usps_autofill_button.php, update the form action to:
action="https://sss-web.usps.com/cns/labelInformationView.do?deliveryCountry=1"
```This will correct the issue with the form data being lost.
Zen Follower
numinix:
In admin/modules/usps_autofill_button.php, update the form action to:
action="https://sss-web.usps.com/cns/labelInformationView.do?deliveryCountry=1"
I assume you mean admin/includes/modules/usps_autofill_button.php
and
Do you mean to change:
<form target="_blank" method="post" action="https://sss-web.usps.com/cns/labelInformation.do" name="labelInformationForm" id="labelInformationForm">
to read:
<form target="_blank" method="post" action="https://sss-web.usps.com/cns/labelInformationView.do?deliveryCountry=1"
Zen Follower
I assumed the same: admin/includes/modules/usps_autofill_button.php
I made the change, but now it tries to fill all international orders as USA orders and it still doesn't bring in the data from the paypalWPP orders.
To summarize the trouble:
It PERFECTLY fills in any PayPal orders and any international orders (no matter how they are processed). But it doesn't fill in the data if the order was processed with a credit card on site using paypalWPP.
I am thrilled with how the mod works for more than half my orders... But the other half... I still fill them in manually. Wish I knew how to fix it. :)
Zen Follower
am i missing something.....
zencart 1.3.9h, usps autofill is installed and working on IE but not Firefox.....how do i fix this?????
Totally Zenned
keystonewebworks:
am i missing something.....
zencart 1.3.9h, usps autofill is installed and working on IE but not Firefox.....how do i fix this?????It would help if you could provide details behind what "not working" means..
Zen Follower
not working means that when i click on the usps autofill button within IE it goes directly to usps website and does what is is supposed to do.
in Firefox, when i press the usps autofill button, it goes to a blank screen and just hands there, never gets to the usps website
any help with this?
Totally Zenned
keystonewebworks:
not working means that when i click on the usps autofill button within IE it goes directly to usps website and does what is is supposed to do.
in Firefox, when i press the usps autofill button, it goes to a blank screen and just hands there, never gets to the usps website
any help with this?Look in your Zen Cart log files (stored in the cache folder) what does the error log say??
Zen Follower
DivaVocals:
Look in your Zen Cart log files (stored in the cache folder) what does the error log say??
there were no logs for that day....
there are no errors that come up on firefox, it just sists there and trys to connect but cant
Totally Zenned
keystonewebworks:
there were no logs for that day....
there are no errors that come up on firefox, it just sists there and trys to connect but cantNot errors showing in the browser.. Your ZEN CART error logs.. they are in your store's cache folder.. What do the error log files say??
Fields marked required must be completed.
Tell staff why this post should be reviewed.