PayPal Website Payment Pro doesn't work.
PayPal Website Payment Pro doesn't work.
I have several PayPal accounts: live one and a few ones on SandBox for testing. AbleCommerce was settuped according to your help instructions - http://help.ablecommerce.com/mergedProj ... paypal.htm
My website uses order process with several pages (I turned off 1-page process). Eveything goes smoothly untill Checkout/Payment.aspx page. But when I enter all neccessary data about my credit card there and press PayWithCreditCard it hungs with request timeouts. It should send some requests to PayPal website but it doesn't, I checked with Fiddler.
What am I doing wrong? I tested ablecommerce paypal integration with both sandbox and live paypal accounts, the behavior was the same. Also I tried locally and on my dev server. Please help!
My website uses order process with several pages (I turned off 1-page process). Eveything goes smoothly untill Checkout/Payment.aspx page. But when I enter all neccessary data about my credit card there and press PayWithCreditCard it hungs with request timeouts. It should send some requests to PayPal website but it doesn't, I checked with Fiddler.
What am I doing wrong? I tested ablecommerce paypal integration with both sandbox and live paypal accounts, the behavior was the same. Also I tried locally and on my dev server. Please help!
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: PayPal Website Payment Pro doesn't work.
Did you test it with the one page checkout?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: PayPal Website Payment Pro doesn't work.
No since I do need checkout with several pages. Why?jmestep wrote:Did you test it with the one page checkout?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: PayPal Website Payment Pro doesn't work.
That would just narrow down the problem to help you see if some setting is wrong or the code in the other checkout pages is wrong.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: PayPal Website Payment Pro doesn't work.
I've just tried to use 1-page checkout on my dev server and the result is the same. It shows Processing and then request timeouts.jmestep wrote:That would just narrow down the problem to help you see if some setting is wrong or the code in the other checkout pages is wrong.
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: PayPal Website Payment Pro doesn't work.
I haven't worked with a Paypal setup that didn't work, so maybe mazhar can help. Are there any errors in your site admin error log?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: PayPal Website Payment Pro doesn't work.
Where can I find it? Never looked to it...jmestep wrote:I haven't worked with a Paypal setup that didn't work, so maybe mazhar can help. Are there any errors in your site admin error log?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: PayPal Website Payment Pro doesn't work.
On your admin dashboard, the link to the error log shows up in the My Alerts section.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: PayPal Website Payment Pro doesn't work.
Unbelievable, I've just found an issue! In admin error log there was an error "Error sending email with subject 'Confirmation - Order Number 9'". My SMTP was setupped in wrong way. I fixed that and timeouts disapeared.jmestep wrote:On your admin dashboard, the link to the error log shows up in the My Alerts section.
But in general it seems not so clear where to find error. The error appeared when I pressed Process with credit card button. But the real reason was in SMTP settings.
Anyway thank you for the help.
Re: PayPal Website Payment Pro doesn't work.
Also I want to mention that was definitely a bug. Just imagine that you loose your 100% ready client at the end of checkout process (when he's PRESSED Pay button already) just because your SMTP doesn't work. I suppose you should catch such errors and let customers to finish checking out irrespective of SMTP is working or not. Thanks.
Re: PayPal Website Payment Pro doesn't work.
Just found that it was a known problem and is fixed for 7.2 version.sv-555 wrote:Also I want to mention that was definitely a bug. Just imagine that you loose your 100% ready client at the end of checkout process (when he's PRESSED Pay button already) just because your SMTP doesn't work. I suppose you should catch such errors and let customers to finish checking out irrespective of SMTP is working or not. Thanks.