bikiniduck Posted October 17, 2008 Share Posted October 17, 2008 My current issue is that there are too many shipping options given to international customers. I just want them to see the flat rate envelopes, and First class mail options. I went in and commented out the file like shown below, but when an international customer goes to check out, every single option is shown to them. This used to work in the past, I dont know why its not working now. Did USPS update something server side? If I need to update my shipping module to work again, what contribution should I use? I havent had to mess with shipping modules for 2-3 years now, I cant even remember what I installed in the first place <_< Any help is welcome, as I am at a loss as to why its not working. Thanks for the help, --Martin-- $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' ); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.