kalkal Posted June 25, 2010 Posted June 25, 2010 Hey every1! This forum is sooooo GREAT! Im using the USPS METHODS Contribution (the second most recent version as the most recent does not work for me) Its supposed to let me choose which shipping option are available to the customer in the admin area yet it does not. My question is: Can some please show me with an example how to comment out shipping methods in usps.php Ive put the slashes everywhere with no luck. Any help would be great! Kurt
kalkal Posted June 25, 2010 Author Posted June 25, 2010 Here is an example of how to comment out individual shipping methods in /includes/modules/shipping/usps.php $this->types = array( // Domestic Types 'Express Mail', // 'Express Mail Flat Rate Envelope', 'Priority Mail', // 'Priority Mail Flat Rate Envelope', // 'Priority Mail Small Flat Rate Box', // 'Priority Mail Medium Flat Rate Box', // 'Priority Mail Large Flat Rate Box', // 'Parcel Post', // 'Bound Printed Matter', 'Media Mail', // 'Library Mail', // International Types 'Global Express Guaranteed (GXG)', // 'Global Express Guaranteed Non-Document Rectangular', // 'Global Express Guaranteed Non-Document Non-Rectangular', // 'USPS GXG Envelopes', 'Express Mail International', // 'Express Mail International Flat Rate Envelope', 'Priority Mail International', // 'Priority Mail International Large Flat Rate Box', // 'Priority Mail International Medium Flat Rate Box', // 'Priority Mail International Small Flat Rate Box', // 'Priority Mail International Flat Rate Envelope', 'First-Class Mail International Package', // 'First-Class Mail International Large Envelope' );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.