Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

braclark

Pioneers
  • Posts

    102
  • Joined

  • Last visited

About braclark

  • Birthday 05/03/1977

Profile Information

braclark's Achievements

  1. Did you delete your old usps.php or just rename it. You HAVE to delete the old one before you install a new one. I think this is why it is trying to redeclare class usps.php since two files are trying to declare it.
  2. Actually, I also having problems trying to create labels with click and ship. I'm getting: I'm getting this no matter what I put in for an address. Anyone else?
  3. Thank you for the detailed fix here in the forums. Most people like to spend their time telling others that the information is somewhere else instead of saying where or what it is. I was wondering why I was getting so many UPS and Express orders yesterday. I disabled express which made priority the only USPS option, and got it to work until I was able to look into this fix.
  4. First, USPS does not offer the option of hiding the shipping price. For some reason it is an offer when you create a label using paypal, but not using click-n-ship. Second, you can't use click-n-ship for first class shipping. The cheapest option is Priority which starts at $4.60. I only charge $1.00 over cost for handling fee and the profit is built into the product price.
  5. It worked for me too. Thanks for the find. I thought I was subscribed to this thread, but it didn't email me to tell me there were new posts.
  6. I'm still using it too without any problems.
  7. Thanks SteveDallas. Both modifications have been added to the latest revision: http://www.oscommerce.com/community/contributions,1498 11/14/06 - v2.0.3 (both mods thanks to SteveDallas) usps_ship.php - line 23 Replaced package ID equation to make packages show up in order at USPS usps_ship.php - lines 49 -52 Replaced to retreive actual values since "it breaks on amounts of $1000 and over, if you use commas as the thousands separator"
  8. Yeah, USPS can be picky. I have a repeat customer who I give a free upgrade to UPS every order because USPS won't accept their address, "US HWY 25E". There is no street number, and I can't find a different mailing address in the yellow pages, white pages, google, or anywhere. They are larger orders, so I don't mind spending the couple extra buck for it.
  9. The update.sql is for if you installed a version that uses the configuration panel to set your return address. If your version is very old, then you were probably editing the first few lines of differentshipping.php to set your return address. If you don't have these settings in Admin Panel - Configuration - Shipping/Packaging, then just run the other sql.
  10. I think you are the only one who wants this "Feature", so it probaby wouldn't make it into a release. In the current version (2.0.2) Change Line 1867 from: <input name="deliveryZipcode" maxlength="10" size="19" tabindex="40" value="<?php echo ($country_code == 1 ? (USPS_SHIP_ADDRESS == 'Shipping' ? $order->delivery['postcode'] : $order->billing['postcode']) : '');?>" id="deliveryZipcode" style="width: 175px;" title="Delivery Address Zip Code" type="text"> To: <input name="deliveryZipcode" maxlength="10" size="19" tabindex="40" value="" id="deliveryZipcode" style="width: 175px;" title="Delivery Address Zip Code" type="text">
  11. No, but you could modify your version to do that. Just out of curiosity, why would you want to do that?
  12. USPS Labels 2.0.2 Short answer: I fixed it. Long answer: USPS uses two different fields for Zip Code and Postal Code. Only the one that needs to be filled in is visible, and they hide the other input. It was easier to just populate the values of both fields, since USPS worked when both values were there. I guess they have just changed their code, and now it probably uses the Postal Code by default, and if it is empty then it uses Zip Code. Now, with a few extra lines of code, it only sends the needed values.
  13. Yeah, I'm getting it too. I had to do 9 labels this morning like that. I'll do some testing to see if it can be fixed.
  14. You don't need to, but it would leave your site cleaner if you undid the previous version first. You wouldn't have unused files left on your system. Other than that, there are two different sql's depending on if it's an upgrade or a new install.
  15. Thank you very much. I use it daily, so I also needed to streamline my shipping. I just hope it can be useful to you guys too.
×
×
  • Create New...