Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WhoFlungPoo

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jason

WhoFlungPoo's Achievements

  1. Yes, I used my old ID which I've had forever and the new one. In the email sent with the new ID it now says: You have been granted standard production access including the below API functionality. Please note that you no longer need to contact the USPS for access to these services: Price Calculators Package Tracking Service Standards and Commitments I believe I found the issue though. In the file /includes/modules/shipping/usps.php under function usps() the last conditional is... if ( MODULE_SHIPPING_USPS_SERVER != '' ) { $this->usps_server = MODULE_SHIPPING_USPS_SERVER; } This line was resetting the usps_server to 'production' from the database so the URL was resolving to http://production//shippingapi.dll?API=RateV4&XML=%3CRateV4Request+USERID%3D%22372XXX7%22%3E%3CPackage+ID%3D%220%22%3E%3CService%3EPRIORITY+MAIL%3C%2FService%3E%3CZipOrigination%3E34667%3C%2FZipOrigination%3E%3CZipDestination%3E34654%3C%2FZipDestination%3E%3CPounds%3E2%3C%2FPounds%3E%3COunces%3E0%3C%2FOunces%3E%3CContainer%3EVariable%3C%2FContainer%3E%3CSize%3ERegular%3C%2FSize%3E%3CMachinable%3Etrue%3C%2FMachinable%3E%3C%2FPackage%3E%3C%2FRateV4Request%3E Once I removed this line it works fine. Not sure if this is the correct fix though. Any insight?
  2. I just installed this on OSC v2.2 RC2. Yes, I uninstalled old module first. Yes, I have and even registered for a new USPS ID. I'm not getting any response in the debug email (contents below from email). Request: API=RateV4&XML=<RateV4Request USERID="6***2"><Revision>2</Revision><Package ID="0"><Service>STANDARD POST</Service><ZipOrigination>34667</ZipOrigination><ZipDestination>34654</ZipDestination><Pounds>2</Pounds><Ounces>0</Ounces><Container>VARIABLE</Container><Size>REGULAR</Size><Machinable>TRUE</Machinable></Package><Package ID="1"><Service>PRIORITY COMMERCIAL</Service><ZipOrigination>34667</ZipOrigination><ZipDestination>34654</ZipDestination><Pounds>2</Pounds><Ounces>0</Ounces><Container>VARIABLE</Container><Size>REGULAR</Size><Machinable>TRUE</Machinable></Package><Package ID="2"><Service>EXPRESS COMMERCIAL</Service><ZipOrigination>34667</ZipOrigination><ZipDestination>34654</ZipDestination><Pounds>2</Pounds><Ounces>0</Ounces><Container>VARIABLE</Container><Size>REGULAR</Size><Machinable>TRUE</Machinable></Package></RateV4Request> Response: Errors:
  3. Thanks for the reply, but sadly I am not a PHP developer. I do mostly Microsoft stuff. I know enough PHP to be dangerous, but I manage this site for my parents' business and don't want to mess it up.
  4. Is there a module/add-on to not show the sale price in the list, but only show the sale price when you add the item to cart? There are a lot of vendors/manufacturers that don't allow me to advertise a product on sale, but can still sell it for cheaper. A lot of other sites have this and I've even seen some other osCommerce sites with this, but I can't find it. Best Buy is one of the sites that does this though it's clearly not osCommerce. Any help would be greatly appreciated.
×
×
  • Create New...