Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Fedex international shipping

    I want to offer the fedex international shipping but i don't want the overnight and express options available inside the USA how can it do this when i activate the federal express module it puts all the overnight and second day for within the USA

    Please help

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Fedex international shipping

    you can open the fedex module located at
    includes/modules/shipping/fedex files and actually remove the methods from the array,

    the top array is US the bottom array is international
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fedex international shipping

    Ok i did that and it worked but when someone starts to checkout it now shows the federal express and says No rate returned

    Now what do i for that

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Fedex international shipping

    please post the fedex code that you have
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fedex international shipping

    // You can comment out any methods you do not wish to quote by placing a // at the beginning of that line
    // If you comment out 92 in either domestic or international, be
    // sure and remove the trailing comma on the last non-commented line
    $this->domestic_types = array(//'01' => 'FedEx Priority Overnight<sup><font size="1">&reg;</font></sup> ',
    //'03' => 'FedEx 2Day<sup><font size="1">&reg;</font></sup> ',
    //'05' => 'FedEx Standard Overnight<sup><font size="1">&reg;</font></sup>',
    //'06' => 'FedEx First Overnight<sup><font size="1">&reg;</font></sup> '
    //'20' => 'FedEx Express Saver<sup><font size="1">&reg;</font></sup>'
    );
    $this->international_types = array(//'01' => 'FedEx International Priority<sup><font size="1">&reg;</font></sup>'
    '03' => 'FedEx International Economy<sup><font size="1">&reg;</font></sup>',
    //'06' => 'FedEx International First<sup><font size="1">&reg;</font></sup> '
    );

  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Fedex international shipping

    Since your not using fedex express at all for national just either comment out this entire section like this

    /*
    $this->domestic_types = array('01' => 'FedEx Priority Overnight<sup><font size="1">&reg;</font></sup> ',
    '03' => 'FedEx 2Day<sup><font size="1">&reg;</font></sup> ',
    '05' => 'FedEx Standard Overnight<sup><font size="1">&reg;</font></sup>',
    '06' => 'FedEx First Overnight<sup><font size="1">&reg;</font></sup> '
    '20' => 'FedEx Express Saver<sup><font size="1">&reg;</font></sup>'
    );
    */

    the issue that your having is your still telling it to LOOK for something but you have NOTHING for it to look for
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fedex international shipping

    It is still doing it

 

 

Similar Threads

  1. Replies: 0
    Last Post: 19 Dec 2012, 11:50 PM
  2. v138a Fedex web services does not work for International
    By adolgin in forum Addon Shipping Modules
    Replies: 0
    Last Post: 17 Jun 2012, 05:13 PM
  3. FedEx / Estimate Shipping Button Returns "Data Sent to FedEx fo Rating"
    By sportbiker in forum Addon Shipping Modules
    Replies: 7
    Last Post: 5 Aug 2010, 02:47 PM
  4. FedEx for international orders only
    By mvstudio in forum Addon Shipping Modules
    Replies: 0
    Last Post: 3 Feb 2009, 07:11 AM
  5. FedEx surcharge for international rates
    By gl330k in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 Nov 2007, 07:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg