Please don't post entire file contents ... it almost always isn't necessary ... plus it's VERY hard to read code that way.
Please don't post entire file contents ... it almost always isn't necessary ... plus it's VERY hard to read code that way.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Something you've done has broken the normal operation of things.
Now you've got to do some ugly cleanup.
Start with this:
a) Admin->Tools->Install SQL Patches
b) Paste the following into the text field and click Send:c) Then go back to Admin->Modules->Shipping and click Install again.Code:delete from configuration where configuration_key like 'MODULE\_SHIPPING\_USPS%';
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Sorry about posting all the scripts.
I did the SQL Query and sent it. Went to install the USPS module again, and got the same response.
Last edited by serwachic; 30 Jul 2009 at 11:07 PM. Reason: confusing typo
I ended up reposting my original usps file in order to clean up whatever I did wrong. Then I downloaded the latest patch and published that. All is well. Apparently I was using an old patch.
Thanks for all your help, and Bunyip, I really appreciate your patience!
I had the same problem only my issue was that regardless of the choice picked, Priority would override it. I figured out that was because I didn't offer express. Thanks so much for this great post. It brings an end to more than 2 hours of debugging. I can only hope that others experiencing this problem find the same solution more quickly.