Paypal express not working on checkout page
Posted: Fri Dec 12, 2008 5:04 pm
I have my store set up to use paypal express. In the shopping cart there is a link for PayPal express and it works fine.
However, on the actual checkout page, then I chose PayPal for a payment method, i get the standard paypal method, not the express checkout method. Is this correct?
If this is correct, I have the following error, when I try to use it:
"We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at http://www.paypal.com.
I looked at the forums and saw that the file "CommerceBuilder.PayPal.dll" needs to be replaced. I have replaced this file a while ago. I taked to PayPal and they said the paypay pal button is linking to:
and it sould be going to:
I though the updated file was suposed to fix that. Anyhow, I keep getting orders that are authorization pending. Is there a way to just have the express checkout be the payment method on the checkout page, unstead of the standared PayPal checkout?
Thanks,
However, on the actual checkout page, then I chose PayPal for a payment method, i get the standard paypal method, not the express checkout method. Is this correct?
If this is correct, I have the following error, when I try to use it:
"We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at http://www.paypal.com.
I looked at the forums and saw that the file "CommerceBuilder.PayPal.dll" needs to be replaced. I have replaced this file a while ago. I taked to PayPal and they said the paypay pal button is linking to:
Code: Select all
<form name="PayPal_Button" action="https://www.paypal.com/xclick/" method="post">
<html><head><meta HTTP-EQUIV="Pragma" CONTENT="no-cache"></head><body onload="document.PayPal_Button.submit();">
<form name="PayPal_Button" action="https://www.paypal.com/xclick/" method="post">
<input type="hidden" name="amount" value="30.00">
<input type="hidden" name="handling" value="0.00">
<input type="hidden" name="shipping" value="8.13">
<input type="hidden" name="tax" value="0.00">
<input type="hidden" name="shipping2" value="0">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="david@trickconcepts.com">
<input type="hidden" name="bn" value="AbleCommerce 7.0">
<input type="hidden" name="item_name" value="Order No: 117">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="return" value="https://www.trickconcepts.com//ProcessPayPal.ashx?OrderId=117">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="cancel_return" value="https://www.trickconcepts.com//Members/MyOrder.aspx?OrderId=117">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="cs" value="0">
<input type="hidden" name="custom" value="117">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="handling_cart" value="0">
<input type="hidden" name="bn" value="ablecommerce">
<input type="hidden" name="mrb" value="R-4SH04028LF295822X">
<input type="hidden" name="pal" value="393Q5LFLKJUCU">
<input type="hidden" name="notify_url" value="https://www.trickconcepts.com//ProcessPayPal.ashx?OrderId=117">
<input type="hidden" name="paymentaction" value="authorization">
<input type="hidden" name="upload" value="1"></form></body></html>
Code: Select all
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
Thanks,