Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

modifying USPS shipping options


buyditto

Recommended Posts

Hello,

I'm trying to setup the USPS shipping to only dislay certain International shipping options. For example, the customer can only see Express Mail for their International shipping.

How can I do this?

Thank you.

Buy

Link to comment
Share on other sites

Hello,

I'm trying to setup the USPS shipping to only dislay certain International shipping options. For example, the customer can only see Express Mail for their International shipping.

How can I do this?

Thank you.

Buy

Inside the usps.php module you will see an array built with the shipping methods. Just remove the methods you will not use.

    $this->types = array('EXPRESS' => 'Express Mail',
                          'FIRST CLASS' => 'First-Class Mail',
                          'PRIORITY' => 'Priority Mail',
                          'PARCEL' => 'Parcel Post');

     $this->intl_types = array('Global Express Guaranteed',
                               'Global Express Guaranteed Non-Document Rectangular',
                               'Global Express Guaranteed Non-Document Non-Rectangular',
                               'Express Mail International (EMS)',
                               'Express Mail International (EMS) Flat Rate Envelope',
                               'Priority Mail International',
                               'Priority Mail International Flat Rate Envelope',
                               'Priority Mail International Flat Rate Box',
                               'First-Class Mail International');

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

Has something changed that I am not aware of ? crying.gif

 

I have always been able to turn on & off whatever USPS shipping options I want to offer right in my Admin Panel

 

Admin > Modules > Shipping > USPS > Edit

 

Tick (check mark) the options you want, untick (remove checkmark) the options you don't.

 

Lot easier than editing files. huh.gif

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Link to comment
Share on other sites

Has something changed that I am not aware of ? crying.gif

 

I have always been able to turn on & off whatever USPS shipping options I want to offer right in my Admin Panel

 

Admin > Modules > Shipping > USPS > Edit

 

Tick (check mark) the options you want, untick (remove checkmark) the options you don't.

 

Lot easier than editing files. huh.gif

The latest USPS does not have that (at least the one I have,) although the UPS XML still does. Don't know why USPS doesn't have that option.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

Hi,

I went into the usps module and removed the options that I don't want. It is still listing all the international shipping options when checking out.

Any ideas why this is happening?

Thanks for your help

Buy

Link to comment
Share on other sites

  • 6 months later...

Hi,

I went into the usps module and removed the options that I don't want. It is still listing all the international shipping options when checking out.

Any ideas why this is happening?

Thanks for your help

Buy

 

I am having the same issues, removing unwanted shipping options did nothing.

 

Does anyone know how to remove certain international shipping options in USPS?

Thanks!

Ex Mainframe Programmer, now learning osCommerce

Link to comment
Share on other sites

It seems as though the osCommerce community add-on Individual Product Shipping Prices - v1.0 could be of use to you. This feature will allow you to select an individual shipping price for each product. Here is the link to this specific add-on webpage: http://addons.oscommerce.com/info/1333. I hope this gives you some insight into your question. Best of luck.

Mailware - Multi Channel Manager

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...