Phoca cart Paypal Issue

Phoca Cart - complex e-commerce extension
nconst92
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 20 Jan 2022, 12:10

Phoca cart Paypal Issue

Post by nconst92 »

Hi,
Having issue with paypal, i've added correct email but having this issue when placing the order. Any help with this please

see screenshot of error https://imgur.com/a/RQVSzrK
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca cart Paypal Issue

Post by Jan »

Hi, this error message of course does not say anything and nobody can know what is the problem.

Mostly, when there is some internal error on PayPal, this message is displayed.

But try to check Phoca Cart logs (enable logging before testing the PayPal)
Try to enable or disable "Verify SSL Certificate" parameter (can be found in payment edit in payment method options tab)

Jan
If you find Phoca extensions useful, please support the project
nconst92
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 20 Jan 2022, 12:10

Re: Phoca cart Paypal Issue

Post by nconst92 »

Hi Jan,
The error logs says this,

Payment - PayPal Standard - SENDING FORM TO PAYPAL

<form action="https://www.paypal.com/cgi-bin/webscr" name="phCartPayment" id="phCartPayment" method="post">
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="business" value="dan@homebuddy.co.uk" />
<input type="hidden" name="item_name" value="Order: 20220000000044" />
<input type="hidden" name="item_name_1" value="For Sale Sign" />
<input type="hidden" name="item_number_1" value="" />
<input type="hidden" name="amount_1" value="50" />
<input type="hidden" name="quantity_1" value="1" />
<input type="hidden" name="weight_1" value="0.0000" />
<input type="hidden" name="currency_code" value="gbp" />
<input type="hidden" name="first_name" value="Nathan" />
<input type="hidden" name="last_name" value="Constance" />
<input type="hidden" name="address1" value="67 Pen Y Dyffryn" />
<input type="hidden" name="address2" value="" />
<input type="hidden" name="city" value="Merthyr Tydfil" />
<input type="hidden" name="zip" value="CF48 1PL" />
<input type="hidden" name="country" value="United Kingdom" />
<input type="hidden" name="email" value="nathan@rhyswelsh.com" />
<input type="hidden" name="address_override" value="0" />
<input type="hidden" name="invoice" value="20220000000044" />
<input type="hidden" name="charset" value="UTF-8" />
<input type="hidden" name="rm" value="2" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="bn" value="PhocaCart_Cart_PPS" />
<input type="hidden" name="custom" value="44" />
<input type="hidden" name="return" value="https://www.homebuddy.co.uk/beta/index. ... dard&mid=1" />
<input type="hidden" name="notify_url" value="https://www.homebuddy.co.uk/beta/index. ... =component" />
<input type="hidden" name="cancel_return" value="https://www.homebuddy.co.uk/beta/index. ... dard&mid=1" />
<div class="ph-center">
<div>Your order has been successfully processed, thank you.</div>
<div>You are now being redirected to PayPal</div>
<div class="ph-loader"></div>
<div>If you are not redirected within a few seconds, please
<input type="submit" class="btn btn-primary" value="Click here to be redirected to Paypal" class="button" />
</div>
</div>
</form>, User: Nathan

Still shows the error page but order goes through which it shouldn't. Any ideas? Also
nconst92
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 20 Jan 2022, 12:10

Re: Phoca cart Paypal Issue

Post by nconst92 »

I also got this shortly after

Payment - PayPal Standard - ERROR (Listener Error)
Invalid HTTP request method., User: Nathan

incoming page
https://www.homebuddy.co.uk/beta/index. ... =component
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca cart Paypal Issue

Post by Jan »

Hi, do you get the Listener error, when you disable "Verify SSL Certificate" parameter?

Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply