ontiltcasinogear Posted October 12, 2006 Posted October 12, 2006 I have the FedEx module, and I can not offer next day or 2nd day shipping options. Is there a way to eliminate them? Thanks Quote
swamper8 Posted October 12, 2006 Posted October 12, 2006 I have the FedEx module, and I can not offer next day or 2nd day shipping options. Is there a way to eliminate them? Thanks If you look in the readme file that's included with the module there is a section that tells you how to remove certain options. It reads like this: In the file catalog/includes/modules/shipping/fedex1.php, you can comment out shipping method lines as you so choose, there are 2 arrays, and an example of the comments is shown below. In the example, 3 methods will never be quoted: 2 Day Air, First Overnight, and International First. If you comment out the last method for domestic or international, say 92 below, then please remove the trailing comma on the last non-commented line. $this->domestic_types = array( '01' => 'Priority', // '03' => '2 Day Air', '05' => 'Standard Overnight', // '06' => 'First Overnight', '20' => 'Express Saver', '90' => 'Home Delivery', '92' => 'Ground Service' ); $this->international_types = array( '01' => 'International Priority', '03' => 'International Economy', // '06' => 'International First', '90' => 'Home Delivery', '92' => 'Ground Service' ); Quote
ontiltcasinogear Posted October 12, 2006 Author Posted October 12, 2006 Thanks for the quick reply. Sorry I'm kind of a n00b to the programming side. Quote
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.
Note: Your post will require moderator approval before it will be visible.