Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nventa

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Oliver Passe

Nventa's Achievements

  1. Change line 64 in includes/modules/shipping/USPS.php From 'FIRST-CLASS MAIL INT' => 'First-Class Mail International'); To 'FIRST-CLASS MAIL INT' => 'First Class Mail International Large Envelope'); In the future, use the following code to troubleshoot (Change email address to your current email address and remove // at beginning of line) around line 286 if ($http->Get('/' . $api_dll . '?' . $request)) $body = $http->getBody(); // USPS Test Response Email BOA // mail('[email protected]','USPS rate quote response',$body,'From: <USPS Methods Test eMail>'); // USPS Test Response Email EOA if ($transit && is_array($transreq) && ($order->delivery['country']['id'] == STORE_COUNTRY)) { while (list($key, $value) = each($transreq)) { if ($http->Get('/' . $api_dll . '?' . $value)) $transresp[$key] = $http->getBody(); } } Best regards, OJP www.Nventa.com
  2. For all those interested in a link directory with SEO friendly URLs, I have modified/added the following two contributions. Ultimate SEO Friendly URLs v2.2 (Original contribution & programming credits to Chemo) http://www.oscommerce.com/community/contributions,2823 and Links Manager for OSC v1.2 http://www.oscommerce.com/community/contributions,1256 Together, they allow Links Manager for OSC to display SEO friendly link page URLs in the form www.yourdomain.com/directory-page-name-links-##.html where ## is the directory number. View the contribution live (and please feel free to submit your site) at http://www.nventa.com/links.php
×
×
  • Create New...