Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ups xml version?


zpupster

Recommended Posts

Hello support,

I am testing oscommerce 2341Ce -frozen using php 7.1

I am looking for UPSXML latest version that works.

I tried UPSXML 1.5 and tried trouble shooting the errors but could not succeed.

I tried UPS Choice 1.83 with this error:

Fatal error: Uncaught Error: Class 'httpClient' not found in ........../includes/modules/shipping/ups.php on line 265

I tried the this fix but no success:

if ($http->Connect('www.ups.com', 80)) {
To....
if ($http->Connect('ssl://www.ups.com', 443))

Has anyone had success with UPS addon for oscommerce 2341Ce -frozen using php 7.1

Link to comment
Share on other sites

3 hours ago, zpupster said:

I tried UPS Choice 1.83 with this error:

Find this line in the includes/modules/shipping/ups.com file

$http = new httpClient();

and add this above it if it isn't there

      if (!class_exists('httpClient')) {
         include('includes/classes/http_client.php');
      } 

Then make sure the include('includes/classes/http_client.php is there. 

The latest UPS XML module should work but it a much more difficult installation than UPS Choice so you may have made a mistake in the installation.

 

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

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