Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted
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'

);

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...