Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

RobertBarryTait

Banned
  • Posts

    4
  • Joined

  • Last visited

RobertBarryTait's Achievements

  1. First you need to register with usps at http://www.uspsprioritymail.com/et_regcert.html With osCommerce you can get them to bypass any testing as the code is already well tested. They will send you a user id and password. You plug this in your admin page under modules / shipping / United States Postal Service
  2. I have v2.2 Can I limit usps.php in /public_html/includes/modules/shipping by taking out the red lines below. Where else would I need to alter this? AND WHY IS THE DOMESTIC ARRAY STATIC AND THE INTERNATIONAL ONE DYNAMICALLY LOADED???? $this->types = array( 'PARCEL' => 'Parcel Post', 'FIRST CLASS' => 'First-Class Mail', 'PRIORITY' => 'Priority Mail', 'EXPRESS' => 'Express Mail' ); $this->intl_types = array( 'First-Class Mail International', 'Priority Mail International Flat Rate Box', 'Priority Mail International Flat Rate Envelope', 'Priority Mail International', 'Express Mail International (EMS) Flat Rate Envelope', 'Express Mail International (EMS)', 'Global Express Guaranteed', 'Global Express Guaranteed Non-Document Rectangular', 'Global Express Guaranteed Non-Document Non-Rectangular' ); $this->countries = $this->country_list();
  3. This is basically my problem too. I tried USPS connection and get so many options that are high. I would like Media Mail plus Priority Flat Rate ONLY!!! from USPS
×
×
  • Create New...