Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have tried installing the shipping modules from the contributions. UPS and FEDEX when installed makes getting to the checkout impossible. The browser gets a page cannot be displayed error.

 

I am using Godaddy hosting and they say that cURL is installed. Has anyone that is using Godaddy gotten this to work?

Posted

More info

 

I added this code in the fedex1.php

 

// additional Proxy code

curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);

curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);

curl_setopt ($ch, CURLOPT_PROXY, 'http://64.202.165.130:3128'); // GoDaddy Proxy Server Address curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

// end of Proxy code

 

Now I get this error;

 

Fatal error: Cannot redeclare class fedex1 in /home/content/m/g/a/mgamber/html/catalog/includes/modules/shipping/fedex1.php on line 15

Posted

YA!!! It works

Be sure to add the above code to the right place in the fedex1.php file. And do it before installing the module.

 

Now to see if I can get UPS and USPS to work.

Posted

OK, all of you that are having trouble with the USPS module need to get USPS to change you to the production server. They did that and now it works.

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...