close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Powerstore cart not getting to PayPal screen

Thread began 3/26/2014 7:51 am by Jared Lui | Last modified 3/26/2014 5:55 pm by Jason Byrnes | 1792 views | 9 replies |

Jared Lui

Powerstore cart not getting to PayPal screen

Out of the blue my clients site started showing this error when processing orders. He contacted PayPal and verified ntohing changed with his API credentials.

Any thoughts?

PS...I replaced the pass/sig with XXXxxx for this posting.

Transaction Not Completed
We're sorry



Debug Information
Disable debug mode in your admin settings before going live in order to hide this content.

array(11) {
["WAVT_ProductsResults_Errors"]=>
string(0) ""
["WADbSearch1_Products_Category_Results"]=>
string(0) ""
["orderAdd"]=>
string(81) " (INSTR(ProductName,'test') > 0) * 2 + (INSTR(ProductLongDesc,'test') > 0) DESC, "
["WA_Store_Cart_Items"]=>
string(270) "4235|WAECART|test|WAECART|
Test
|WAECART|-1|WAECART|1|WAECART|1|WAECART|t33002_thumb.jpg|WAECART|test|WAECART||WAECART|0|WAECART|0|WAECART|0|WAECART||WAECART||WAECART|1|WAECART|0|WAECART|1|WAECART|1 test (4235)|WAECART|0|WAECART|1|WAECART|0|WAECART|0|WAECART|1"
["WAEC_ContinueRedirect"]=>
string(35) "/products_detail.php?ProductID=4235"
["WA_Ecart_Coupon_ID"]=>
NULL
["eCart_PPECO_System"]=>
string(2) "US"
["PayPal_ECO_Token"]=>
string(0) ""
["ECO_Auth_Request"]=>
string(1391) "locksmo_api1.gmail.comXXXXXXXXxxxxxxxxx.0http://www.surplustechparts.com/pp_confirm.phphttp://www.surplustechparts.com/pp_cancel.phpSoleBilling11test114235Authorization"
["ECO_Auth_Result"]=>
string(0) ""
["WA_HTTPS_Redirect"]=>
int(0)
}

Your PayPal transaction could not be completed. Please return to checkout and try again.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Jared Lui

See PM

Sign in to reply to this post

Jason ByrnesWebAssist

see PM:

Sign in to reply to this post

Jared Lui

See PM

Sign in to reply to this post

Jared Lui

See PM

Sign in to reply to this post

Jared Lui

See PM

Sign in to reply to this post

Jason ByrnesWebAssist

Could be an issue with cURL

create a new php file with the following code in it:

<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
$c = curl_init();
curl_setopt($c, CURLOPT_URL, "https://api-3t.paypal.com/2.0/");
curl_setopt($c, CURLOPT_TIMEOUT, 90);
curl_setopt($c, CURLOPT_POST, 1);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_POSTFIELDS, "");
$result = curl_exec($c);

if(!curl_errno($c)){
$info = curl_getinfo($c);
echo 'Took ' . $info['total_time'] . ' seconds to send a request to ' . $info['url'];
} else {
echo 'Curl error: ' . curl_error($c);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>



upload that to the server to test that the server is able to make a cURL connection to the paypal server.

Sign in to reply to this post

Jared Lui

See PM

Sign in to reply to this post

Jason ByrnesWebAssist

see PM

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...