close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Powerstore 4 Paypal standard no pwID?

Thread began 12/02/2010 1:33 pm by info385819 | Last modified 12/03/2010 11:39 am by Jason Byrnes | 1441 views | 3 replies |

info385819

Powerstore 4 Paypal standard no pwID?

Hello,

We are setting up a store using paypal standard. The AIP supplies the ; username, password, signature.

When selecting ( PAYPAL Standard ) in the store the is no input field for the Username or password ?

When selecting pro or express thier is? How do I impliment the paypal standard into my account and wich credential should be used from the supplied API information I received from pay pal?

When attempting to check out user always is taken to: ( checkout_failure.php?shipping=fail

Thank you.

Sign in to reply to this post

Jason ByrnesWebAssist

For payPal Standard, enter the email address associated with your PayPal business Account.


the shipping=fail querystring variable on the end of the checkout failure page means that the failure is caused by the shipping rate lookup, what shipping rate provider do you select.

Sign in to reply to this post

info385819

RE: powerstore shipping rate failure

We are using federal express. A meter code was obtained and entered into the associated area.

In regards to the paypal standard. The email address was entered and a test purchase was attempted. The site would go to the cart failure page > c...?shipping=fail

And would not enter into paypal or show the cart. when API credentials are added to the " PAYPAL Express" the store flows through to the paypal site for payment. So, it will work for the Express but, not for the Standard . Is this due to the federal express information.?

following information was obtained for fed ex account:
Account#
Meter Number

* one additional note. I noticed an IPN Page: address. We did not find a place to enter this address in paypal. would this cause an issue?

Thank you.





How do we resolve that issue?

Sign in to reply to this post

Jason ByrnesWebAssist

the issue is the shipping failure, shipping is calculated at different times in the process using express or standard.

add the following code to the checkout failure page to write the full request and full response from fed ex to the screen for debugging:

php:
<?php

if(!session_id()) session_start();
 echo 
"<p>FedEX: <br />"
     echo 
"Full Request: ".(isset($_SESSION["WA_Store_Cart_FedEx_FullRequest"])?htmlentities($_SESSION["WA_Store_Cart_FedEx_FullRequest"]):"n/a")."<br />";  
     echo 
"Full Response: ".(isset($_SESSION["WA_Store_Cart_FedEx_FullResponse"])?htmlentities($_SESSION["WA_Store_Cart_FedEx_FullResponse"]):"n/a")."<br /></p>"
?>





from the poser store documentation for setting the IPN page:

PayPal Standard

If you are using PayPal Standard as your payment gateway, you will be provided with an IPN page URL. This URL will need to be added to your PayPal Standard account details on the PayPal website.

1. Copy the IPN page URL that appears on the Gateway Settings tab of the Settings page in your Store Manager.
2. Log into the PayPal website at paypal.com.
3. Choose the Profile link from the sub main navigation.
4. Under Selling Preferences, choose the Instant Payment Notification Preferences option.
5. Select Choose IPN Settings.
6. In the Notification field, paste the IPN page URL that is provided in the Store Manager.
7. Select the "Receive IPN messages" checkbox.
8. Click Save.

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