Results 1 to 10 of 10

Fedex Tracking

This is a discussion on Fedex Tracking within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; How do I omit the following from showing up on the page when someone wants to track their shipment?: fedexdc: ...

      
  1. #1
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default Fedex Tracking

    How do I omit the following from showing up on the page when someone wants to track their shipment?:

    fedexdc: setData: build FedEx string (0.00039911270141602)
    fedexdc: Sending to FedEx with data length: 49
    fedexdc: found proper headers and document
    fedexdc: remove headers, body length: 460
    fedexdc: Got response from FedEx (0.8365330696106)
    fedexdc: _splitData: Parse FedEx response (0.8374240398407)


    Array
    (
    [0] => 503
    [1584] => 1
    [29-1] => xxxxxxxxx
    [3025-1] => FDXE
    [15-1] => xxxxxxxxxxx
    [16-1] => xx
    [17-1] => xxxxxx
    [50-1] => US
    [24-1] => 2xxxxx
    [1166-1] => 4
    [1705-1] => Residence
    [1704-1] => FedEx 2Day Service
    [1718-1] => Your Packaging
    [1706-1] => xxxxxxx
    [116-1] => 1
    [1117-1] => 1
    [1401-1] => 7.0
    [75-1] => LBS
    [1720-1] => xxxxx
    [1707-1] => xxxxxx
    [1536-1] => 1
    [1538-1-1] => 2
    [1537-1-1] => xxxxxxxx0
    [1715-1] => 1
    [1171-1-1] => 20
    [1159-1-1] => Delivered
    [1160-1-1] => Gxxxxxx
    [1161-1-1] => xx
    [1164-1-1] => US
    [1162-1-1] => xxxxx
    [1163-1-1] => xxxxxx
    )


    I put in the xxxxxxx for security reasons on this post. the actual data shows up in place of the xxxxx.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Fedex Tracking

    Set debug mode to false in the fedex configuration...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default RE: Fedex Tracking

    It is already set to false. Anything else that may cause this to show up?

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Fedex Tracking

    If you have the page cache on clear the cache.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default RE: Fedex Tracking

    Page cache is not on. Still shows debug info

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Fedex Tracking

    Hmmmm.... is the page giving problems track_fedex.php?

    If so, make sure you set this:
    Code:
    	// debugging? 
    // LINE CHANGED: Bugfix 0000070
    	$debug [] = 0; // 1 for yes, 0 for no
    This is set to 0 by default in osCMax 2.0RC2...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default RE: Fedex Tracking

    There are no errors showing and the above code matches what I have. Like you, I am saying hmmmmmmm.

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Fedex Tracking

    Can you post a tracking number? I want to test this on my development shop, but I don't have a tracking number...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  9. #9
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Fedex Tracking

    Found the problem...

    in /tempates/fallback/content/track_fedex.tpl.php change line 46 to this:

    Code:
    if ($debug==1) {
    That will fix it.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  10. #10
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default RE: Fedex Tracking

    YES! You rock Michael! Thanks!

Similar Threads

  1. Affiliate Not Tracking
    By toddw in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 04-11-2006, 12:49 PM
  2. FedEx tracking in order pages (AABox template)
    By DigitalPimp in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 07-06-2005, 03:33 PM
  3. User Tracking v1.4.2
    By barrowj in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 06-27-2005, 06:36 PM
  4. Bug Tracking
    By nefertari7 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-21-2005, 08:35 AM
  5. 'Package Tracking' vs. MS1
    By Petter in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-22-2003, 06:09 AM

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
  •