close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Checkout Options

Thread began 3/06/2010 5:57 pm by gkjpease399719 | Last modified 3/08/2010 3:22 pm by Jason Byrnes | 1328 views | 4 replies |

gkjpease399719

Checkout Options

PS3, Mac
PayPal Express

Does anyone know if it is possible to have your customer go directly to the checkout page which contains both the "paypal" and "pay by credit card" options when first checking out?

I am wanting to bypass the "Transaction Not Completed" page I get after selecting the paypal logo when first checking out.

Sign in to reply to this post

anonymous

I have set up my stores using the Pay Pal Pro method - where you need to enter your Pay Pal API information (such as user, password, and signature which are granted when you request an api in your account)

If you use Pay Pal Pro, it will accept credit cards and use Pay Pal as the gateway to process. The user also has a choice at the top to just use the Pay Pal express method as well.

Regards,

Brian

Sign in to reply to this post

gkjpease399719

Thanks for the advise. PayPay Pro requires both a $30 monthly fee as well as a merchant account. Both I am doing my best to avoid at this time.

There must be a way to change the code so that instead of being taken to the "Transaction Not Completed" page - after selecting "Check Out with PayPal" from the "Your Shopping Cart" page - the customer is instead taken to the "Checkout" page which has both the pay by PayPal or pay by credit card selections.

Or, stated another way, I want the customer going from "Your Shopping Cart" to "Checkout" with one click.

Finally is there a way to add a "pay by credit card" option on the "Your Shopping Cart" page which already includes the "Checkout with PayPay" option. This would solve everything right off.

Thanks again for any ideas!

Sign in to reply to this post

anonymous

Good question... because I know that even Pay Pal express can handle credit card purchases without the need for an actual Pay Pal account.

I will do some poking around as I have to make some changes to the store I set up for my wife this afternoon. I will play with the settings and let you know what I come up with if I can find a better alternative for you.

Regards,

Brian

Sign in to reply to this post

Jason ByrnesWebAssist

the "Transaction Not Completed" page you are getting is the checkout failure page. top find out why the transaction is failing, add the following code to that page:

php:
<?php  

 
if(!session_id()) session_start(); 
     echo 
"Direct Pay: <br />"
     echo 
"Full Request: ".isset($_SESSION["PP_DirectPayment_postedValues"])?htmlentities($_SESSION["PP_DirectPayment_postedValues"]):"n/a"."<br />";  
     echo 
"Full Response: ".isset($_SESSION["PP_DirectPayment"])?htmlentities($_SESSION["PP_DirectPayment"]):"n/a"."<br />";  
     echo 
"Express Authorize <br />"
     echo 
"Full Request: ".isset($_SESSION["ECO_Auth_Request"])?htmlentities($_SESSION["ECO_Auth_Request"]):"n/a"."<br />"
     echo 
"Full Response: ".isset($_SESSION["ECO_Auth_Result"])?htmlentities($_SESSION["ECO_Auth_Result"]):"n/a"."<br />"
     echo 
"Express Process: <br />"
     echo 
"Full Request: ".isset($_SESSION["ECO_Process_Request"])?htmlentities($_SESSION["ECO_Process_Request"]):"n/a"."<br />"
     echo 
"Full Response: ".isset($_SESSION["ECO_Process_Result"])?htmlentities($_SESSION["ECO_Process_Result"]):"n/a"."<br />"
 
   
 if(
$WAGLOBAL_Shipping == 1) { 
     echo 
"UPS: <br />"
     echo 
"Full Request: ".isset($_SESSION["WA_Store_Cart_UPS_FullRequest"])?htmlentities($_SESSION["WA_Store_Cart_UPS_FullRequest"]):"n/a"."<br />";  
     echo 
"Full Response: ".isset($_SESSION["WA_Store_Cart_UPS_FullResponse"])?htmlentities($_SESSION["WA_Store_Cart_UPS_FullResponse"]):"n/a"."<br />";  
 } 
 if(
$WAGLOBAL_Shipping == 2) { 
     echo 
"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 />";  
 } 
 if(
$WAGLOBAL_Shipping == 3) { 
     echo 
"USPS: <br />"
     echo 
"Full Request: ".isset($_SESSION["WA_Store_Cart_USPS_FullRequest"])?htmlentities($_SESSION["WA_Store_Cart_USPS_FullRequest"]):"n/a"."<br />";  
     echo 
"Full Response: ".isset($_SESSION["WA_Store_Cart_USPS_FullResponse"])?htmlentities($_SESSION["WA_Store_Cart_USPS_FullResponse"]):"n/a"."<br />";  
 } 
?>




PowerStore supports either Paypal Payments Pro (Payments Pro includes 2 services 1) Direct Pay 2) Express Checkout) or Express Checkout.

My understanding of express checkout is that PayPal does not support paying with a credit card with out a paypal account.

The only supported way to accept payment using a credit card or PayPal in PowerStopre is to use Payments Pro.

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