osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-07-2006, 03:14 PM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 08-09-2006, 01:42 PM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
Default RE: Fedex Quotes But Won

No one has had this issue?? Any suggestions are totlay appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-15-2006, 06:32 PM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
Default RE: Fedex Quotes But Won

Does anyone know who I could ask about this issue?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-18-2006, 12:38 PM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 09-05-2006, 09:51 PM
Lurker
 
Join Date: Aug 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alfinator
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 09:51 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax