close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem with Checkout in Power Store 3

Thread began 4/01/2010 6:34 am by Gabriel Tiviroli | Last modified 4/05/2010 3:31 pm by Eric Mittman | 2709 views | 6 replies |

Gabriel Tiviroli

Problem with Checkout in Power Store 3

Hello friends, I have a problem with PowerStore 3, everything is fine except that when I press the add to cart button to take me to the page where supposedly makes the checkout button missing precisely checkout, not listed, only below the paypal button but when pressed to a page where it says error! . what can i do?

Sign in to reply to this post

Gabriel Tiviroli

Attachments with Screenshots

Here is the attachments with screenshot about the problem! thanks

Attached Files
problemwithcheckout.zip
Sign in to reply to this post

i.edwards384429

update

Hi

Not sure if it's the same problem because that screen seems to be generic.

However the solution that worked for me was to change the code that follows:-

function WA_PP_ECO_CallSOAP($sXML, $useSB) {
$soapObj = new WAPPECOSOAPObject;
$soapObj->soapURL = "https://api-3t.paypal.com/2.0/";
if ($useSB) {
$soapObj->soapURL = "https://api-3t.sandbox.paypal.com/2.0/";
}

I changed them to this (I commented out the PayPal sandbox URL, and the URL is now universally set to the PayPal non-sandbox URL):
function WA_PP_ECO_CallSOAP($sXML, $useSB) {
$soapObj = new WAPPECOSOAPObject;
$soapObj->soapURL = "https://api-3t.paypal.com/2.0/";
if ($useSB) {
$soapObj->soapURL = "https://api-3t.paypal.com/2.0/";
// $soapObj->soapURL = "https://api-3t.sandbox.paypal.com/2.0/";
}


In my case for some reason the second api call was not being sent.

HTH

Ian

Sign in to reply to this post

Gabriel Tiviroli

Checkout don´t work and Paypal Button don´t work

Friend edwards, has not worked! and I'm really worried because I insist is not listed or the checkout button in the order summary page. In addition, the paypal button does not work when I send it I get the same "we're sorry ....".. What I can do?

Sign in to reply to this post

Eric Mittman

You should add in the following code to your checkout failure page that you are getting the error message on. This code should detail any of the errors that are occurring with the transaction.

php:
<?php  

if(!session_id()) session_start();   
echo(
"Direct Pay Full Request :<br />");  
echo(
"<code>".isset($_SESSION["PP_DirectPayment_postedValues"])?$_SESSION["PP_DirectPayment_postedValues"]:""."</code><br /><br />");  
echo(
"Direct Pay Full Response :<br />");  
echo(
"<code>".isset($_SESSION["PP_DirectPayment"])?$_SESSION["PP_DirectPayment"]:""."</code><br /><br />"); 
echo(
"PayPal Express Checkout requests and responses :<br />");   
echo(
"Auth request: ".isset($_SESSION['ECO_Auth_Request'])?$_SESSION['ECO_Auth_Request']:""."<br /><br />");  
echo(
"Auth Result: ".isset($_SESSION['"ECO_Auth_Result'])?$_SESSION['ECO_Auth_Result']:""."<br /><br />");  
echo(
"Get Request: ".isset($_SESSION['ECO_Get_Request'])?$_SESSION['ECO_Get_Request']:""."<br /><br />");  
echo(
"Get Result: ".isset($_SESSION['ECO_Get_Result'])?$_SESSION['"ECO_Get_Result']:""."<br /><br />");  
echo(
"Preocess request: ".isset($_SESSION['"ECO_Process_Request'])?$_SESSION['ECO_Process_Request']:""."<br /><br />");  
echo(
"Process Result: ".isset($_SESSION['ECO_Process_Result'])?$_SESSION['ECO_Process_Result']:""."<br /><br />");  
?>



Please post back with the details, remove any private info that you see in the output.

Sign in to reply to this post

Gabriel Tiviroli

Problem with Shopping cart Page and Checkout button and Paypal.

Hi Eric, here I attach the file where you can see on the screen that comes with the code you told me to put on the page.
Anyway, I reiterate, there are two problems: first, missing the checkout button once entered the shopping cart. The second, using paypal button directly leads to a page where you get the message: We're sorry
Your PayPal transaction Could not be completed. Please return to checkout and try again.
That is, dual problem and no solution yet. Thank you.
I hope to soon because my client resolverl me running.

Sign in to reply to this post

Eric Mittman

The code was not added to the correct page. You need to add this to your checkout failure page that you are getting the error on.

On your checkout failure page select a portion of the page you would like to see the information, then go into split or code view and add in the php code. When you save the page and get to it after failing the checkout it should give you the full details of the request and response. We can use these details to help understand what the error is and why it is occurring.

Sign in to reply to this post

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