Guest Posted September 20, 2005 Posted September 20, 2005 Okay, I'm stumped. I want to take away some USPS shipping options. $this->types = array('Express' => 'Express Mail', 'First Class' => 'First-Class Mail', 'Priority' => 'Priority Mail'); // 'Parcel' => 'Parcel Post'); $this->intl_types = array('GXG Document' => 'Global Express Guaranteed Document Service', 'GXG Non-Document' => 'Global Express Guaranteed Non-Document Service', 'Express' => 'Global Express Mail (EMS)', 'Priority Lg' => 'Global Priority Mail - Flat-rate Envelope (large)', 'Priority Sm' => 'Global Priority Mail - Flat-rate Envelope (small)', 'Priority Var' => 'Global Priority Mail - Variable Weight Envelope (single)', 'Airmail Parcel' => 'Airmail Parcel Post'); It works fine on domestic options, but the dang Global options won't disappear. As u see above, I even tried simply deleting the lines right out and those options still show up in checkout. Where are the little buggers hiding? PS: Cache is disabled :P
Recommended Posts
Archived
This topic is now archived and is closed to further replies.