osCmax v2.5 User Manual
Results 1 to 5 of 5

Fedex Quotes But Won't Print Label

This is a discussion on Fedex Quotes But Won't Print Label within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I can get the Fedex mod to give customers a valid quote so the system is able to communicate with ...

      
  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    60
    Rep Power
    0


    Default Fedex Quotes But Won't Print Label

    I can get the Fedex mod to give customers a valid quote so the system is able to communicate with the Fedex Machines but for some reason when I try to use the Fedex Label maker I get the following error after selecting service and confirming package details:

    This transaction could not be completed. Please note the error message below.

    ERROR: FedEx Return Error 8024 : Invalid account or meter number

    I spoke with Fedex and when I ran it in debug they said everything looked fine. Is there something that I need to change in the code. Please help this would save me tons of time and $$$.

    --Josh

  2. #2
    Member
    Join Date
    Oct 2005
    Posts
    60
    Rep Power
    0


    Default RE: Fedex Quotes But Won

    No one has had this issue?? Any suggestions are totlay appreciated.

  3. #3
    Member
    Join Date
    Oct 2005
    Posts
    60
    Rep Power
    0


    Default RE: Fedex Quotes But Won

    Does anyone know who I could ask about this issue?

  4. #4
    Member
    Join Date
    Oct 2005
    Posts
    60
    Rep Power
    0


    Default RE: Fedex Quotes But Won

    Can someone at least tell me who the original author of this mod was. Maybe I can contact them directly.

  5. #5
    Lurker
    Join Date
    Aug 2005
    Posts
    1
    Rep Power
    0


    Default RE: Fedex Quotes But Won

    Hi Josh,
    I just went throught this headache myself. Here is what you need to do to get this working. The main source of the problem(s) seem to be in the following file:

    admin/includes/fedexdc.php

    The top of the file needs to have

    Code:
        $server = 'production'
    and the right after this,

    Code:
        $request_referer = yourdomain.com
    This is the source of message you are seeing:

    ERROR: FedEx Return Error 8024 : Invalid account or meter number


    Once we got past this, though, we ran into a couple of other problems. The first dealt with broken images (i.e. empty images) for the labels. To fix this, try the following:

    around line 226, find the line

    Code:
        if (empty($match[1])) continue;
    and comment it out:

    Code:
        //if (empty($match[1])) continue;


    The final error we had dealt with some messages about fedex/post.txt not being found. To correct this , try the following:

    around line 315, find the line

    Code:
        $fp=fopen(DIR_WS_IMAGES . 'fedex/post.txt', 'w');
    comment it out or delete it and replace with

    Code:
        $fp=fopen('../images/fedex/post.txt', 'w');

    I hope this helps. The forums don't seem to be too active here, so if you have problems in the future, you might want to try the oscommerce forums and search for the contrib/file with which you need help.

    Alfredo



    The next thing that bit us is that you need to create a directory for the label images. This should be admin/images/fedex

Similar Threads

  1. No FedEx Shipping Label
    By torweb in forum osCMax v2 Features Discussion
    Replies: 4
    Last Post: 08-25-2006, 02:34 PM
  2. how do i setup Fed-X Real Time Quotes 2.02 ::
    By ChampionN84@hotmail.com in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-15-2005, 09:06 PM
  3. USPS Label Contribution/Program
    By stewj1 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-02-2005, 10:34 PM
  4. Postal code label and input box shifted left after move
    By cvc505 in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 06-09-2003, 07:56 PM
  5. Custom Label Store
    By haribole in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-26-2003, 02:02 PM

Bookmarks

Posting Permissions

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