Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS Methods HELP


mysalon

Recommended Posts

I noticed in my USPS methods version 4.3.2 that the remove button option isn't there when I click install and the install button doesn't work. I can install the program by clicking United States Postal Service in the module section twice and turning on the module that way.

 

Can anyone provide guidance as to what file is affected by this button? When I run updates I can not really completely remove that usps shipping module

 

Right now my US domestic Shipping is messed up too. I am not sure if it is the array or some other file

 

I can get flat rate envelope to display with this code in usps.php

 

$this->types = array('Express Mail' => 'Express Mail',

'Priority Mail',

 

=> 'Priority Mail',

'Priority Mail Flat-Rate Envelope' => 'Priority Mail Flat-Rate Envelope',

'Priority Mail Flat-Rate Box' => 'Priority Mail Flat-Rate Box',

'First-Class Mail' => 'First Class Mail',

'Parcel Post' => 'Parcel Post',

'Bound Printed Matter' => 'Bound Printed Matter',

'Media Mail' => 'Media Mail');

 

OTHERWISE if I have this code nothing displays but a USPS error message

 

United States Postal Service

An error occured with the USPS shipping calculations.

If you prefer to use USPS as your shipping method, please contact the store owner.

 

$this->types = array('Express Mail' => 'Express Mail',

'Priority Mail', => 'Priority Mail',

'Priority Mail Flat-Rate Envelope' => 'Priority Mail Flat-Rate Envelope',

'Priority Mail Flat-Rate Box' => 'Priority Mail Flat-Rate Box',

'First-Class Mail' => 'First Class Mail',

'Parcel Post' => 'Parcel Post',

'Bound Printed Matter' => 'Bound Printed Matter',

'Media Mail' => 'Media Mail');

 

 

 

Thank you

 

I hope someone can help me fix this. I have spent two days trying to fix

Edited by mysalon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...