Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with UPS choice1.8.3 and Paypal Express


Jmacsnow

Recommended Posts

The UPS shipping mod works well, until I try to checkout with paypal express. When I click to buy, I am given this page:

 

store/ext/modules/payment/paypal/express.php?osC_Action=retrieve&token=EC-5A513876UD259000R&PayerID=7DX67Z2RELAD2

 

And I receive this error:

 

Fatal error: Cannot instantiate non-existent class: httpclient in /home/vermonts/public_html/store/includes/modules/shipping/ups.php on line 265

 

 

Can someone help me?

 

Johnny Mac

To lose just a day...tragic.

Link to comment
Share on other sites

Fatal error: Cannot instantiate non-existent class: httpclient in /home/vermonts/public_html/store/includes/modules/shipping/ups.php on line 265

Try adding the fix that was added to USPS for that error:

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

  $http = new httpClient(); // line 265 in ups.php most probably

Link to comment
Share on other sites

Try adding the fix that was added to USPS for that error:

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

  $http = new httpClient(); // line 265 in ups.php most probably

 

 

Thank you very much. that took it home!

 

Johnny Mac

To lose just a day...tragic.

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.

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