Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dduncan

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Doug Duncan

dduncan's Achievements

  1. When having to specify Ste B (Suite B) or Apt 10, does Fedex require this to be on a 2nd line, or can you just place a comma after the street name (eg 13 Elm St, Apt 10)? Should I get rid of the "suberb" and replace it with Address 2? Thanks!
  2. I figured it out! I just put the word test in top part of the file instead of the actually virtual server domain name.
  3. For each order that I try to ship, I get this error message: (this URL) mydomain.com/admin/ship_fedex.php?cPath=&cID=&oID=11&action=ship ------------------------------------------------------- This transaction could not be completed. Please note the error message below. ERROR: cURL ERROR: 6: Couldn't resolve host 'FEDEX_URI' unable to process ship_ground ------------------------------------------------------- I have gotten it to go to the screen where I can input how much weight per box (only twice), but haven't been able to get past that screen. It has been several days since I've made it to the individual box weight screen. The following is my admin/includes/fedexdc.php (part of the file). I have the test server enabled, have a meter number from the test server, and have pulled rates from the test server. // check for test or production gateway if ($server == 'test') { define('FEDEX_URI', 'https://gatewaybeta.fedex.com/GatewayDC', true); define('FEDEX_HOST', 'gatewaybeta.fedex.com', true); } elseif ($server == 'production') { define('FEDEX_URI', 'https://gateway.fedex.com/GatewayDC', true); define('FEDEX_HOST', 'gateway.fedex.com/GatewayDC', true); } define('REQUEST_REFERER', $request_referer, true); define('REQUEST_TIMEOUT', 10, true); define('REQUEST_TYPE', 'CURL', true); On the first two orders that i have gotten to the box weight screen, it doesn't show the button to ship anymore. Thanks for any help that anyone can give me!
×
×
  • Create New...