close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Paypal Not processing and other errors

Thread began 3/16/2010 5:49 am by ronald_franklin366888 | Last modified 3/18/2010 8:13 pm by Dani Chankhour | 1879 views | 6 replies |

ronald_franklin366888

Paypal Not processing and other errors

I have been trying to test my store and it comes up with

"Transaction Not Completed
We're sorry
Your PayPal transaction could not be completed. Please return to checkout and try again."

This keeps happening on each item.

Also when i choose an item option from the drop down menu it says that item is not available online. Why is that?

www.driftbuildstore.com
I only have products in the Turbo's, Intercooler (Treadstone), and Blow Off Valves (TurboSmart).

Can someone please help?????

Also is there a way to set an item up so that it comes up in several categories?

Sign in to reply to this post

Dani Chankhour

make sure that you are using the right credentials in the setting tab in the admin area. and make sure to use the test credentials if you are testing or the live credentials if you are not using the sand box.

In PS3, on the product update page, you could select multiple categories for each item so it shows up under multiple categories.

Sign in to reply to this post

ronald_franklin366888

Originally Said By: Dani Chankhour
  make sure that you are using the right credentials in the setting tab in the admin area. and make sure to use the test credentials if you are testing or the live credentials if you are not using the sand box.

In PS3, on the product update page, you could select multiple categories for each item so it shows up under multiple categories.  



Thanks for your response. What do you mean test credentials and live credentials? When i set it up is just asked for my user and password Signature.

Sign in to reply to this post

i.edwards384429

error

Hi

I and others have had issues with paypal which in my case were resolved by modifying as follows.

It has been sent to the geeks to see if it's a bug ;-)

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/";
}

HTH

Ian

Sign in to reply to this post

Dani Chankhour

Originally Said By: ronald_franklin366888
  Thanks for your response. What do you mean test credentials and live credentials? When i set it up is just asked for my user and password Signature.  



When you set up you paypal account you are giving the user, pass, and signature for your live account. In addition, you can create a user, pass, and signature to test with.

Do you have the testing user, pass and signature or are you just using the live one?

Sign in to reply to this post

ronald_franklin366888

Originally Said By: Dani Chankhour
  When you set up you paypal account you are giving the user, pass, and signature for your live account. In addition, you can create a user, pass, and signature to test with.

Do you have the testing user, pass and signature or are you just using the live one?  


I am justing using the Live one. Is that a bad thing?

Sign in to reply to this post

Dani Chankhour

No, using live account should be OK.

It seems that this is a bug with PowerStore. To fix this issue, change this line in your checkout.php file from:

$WA_PP_ECO_Set_params[1][$nextIndex] = "".($WAGLOBAL_Paypal_Sandbox == 1)?"true":"false" ."";

to

$WA_PP_ECO_Set_params[1][$nextIndex] = "false";


and then change this line on your pp_confirm.php file from:

$WA_PP_ECO_GetResult = WA_PP_ECO_Get_Post("".$WAGLOBAL_Paypal_User ."", "".$WAGLOBAL_Paypal_Password ."", "".$WAGLOBAL_Paypal_Signature ."", ($WAGLOBAL_Paypal_Sandbox == 1)?"true":"false". "");

to

$WA_PP_ECO_GetResult = WA_PP_ECO_Get_Post("".$WAGLOBAL_Paypal_User ."", "".$WAGLOBAL_Paypal_Password ."", "".$WAGLOBAL_Paypal_Signature ."false");


This will make sure that powerstore is always using the right url to post to.

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