Page 1 of 2

Phoca Cart Payment - PayPal Standard

Posted: 20 Feb 2019, 22:30
by Btaylor24
Phoca Cart Payment - PayPal Standard plugin is not working on my site. When I add an item to the cart and go through the checkout process the payment option is there but shows a 0.00 dollar amount. When I click on confirm order I get redirected to a PayPal page with this error, (Things don't appear to be working at the moment. Please try again later.). What can I do to fix this issue?

Re: Phoca Cart Payment - PayPal Standard

Posted: 22 Feb 2019, 12:29
by Jan
Hi, which version of Phoca Cart do you use?

Try to enable debug mode in Options and let me know which logs do you get from PayPal.

Jan

Re: Phoca Cart Payment - PayPal Standard

Posted: 22 Feb 2019, 22:40
by Btaylor24
Hi, Thanks for getting back to me. I'm using Phone Cart ver 3.1.7. Heres the log I get. I removed actual personal info and put the word null in place. Don't want personal info on public site.

<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=“null” />
<input type="hidden" name="item_name" value="Order: 20190000000008" />
<input type="hidden" name="item_name_1" value="Jillian's Journey Tee" />
<input type="hidden" name="item_number_1" value="8000-JILLIANS-TEE" />
<input type="hidden" name="amount_1" value="0" />
<input type="hidden" name="quantity_1" value="1" />
<input type="hidden" name="weight_1" value="1.0000" />
<input type="hidden" name="on0_1" value="Choose Size:" />
<input type="hidden" name="os0_1" value="Adult LG" />
<input type="hidden" name="tax_cart" value="0" />
<input type="hidden" name="item_name_2" value="Shipping - Price" />
<input type="hidden" name="amount_2" value="0" />
<input type="hidden" name="quantity_2" value="1" />
<input type="hidden" name="currency_code" value="" />
<input type="hidden" name="first_name" value="Brian" />
<input type="hidden" name="last_name" value=“null” />
<input type="hidden" name="address1" value=“null.” />
<input type="hidden" name="address2" value="" />
<input type="hidden" name="city" value="Crest Hill" />
<input type="hidden" name="zip" value="60403" />
<input type="hidden" name="country" value="United States" />
<input type="hidden" name="email" value=“null” />
<input type="hidden" name="address_override" value="0" />
<input type="hidden" name="invoice" value="20190000000008" />
<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="8" />
<input type="hidden" name="return" value="https://3rddegreedesigns.com/index.php? ... entrecieve" />
<input type="hidden" name="notify_url" value="https://3rddegreedesigns.com/index.php? ... =component" />
<input type="hidden" name="cancel_return" value="https://3rddegreedesigns.com/index.php? ... 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>

Brian

Re: Phoca Cart Payment - PayPal Standard

Posted: 25 Feb 2019, 17:35
by Jan
Hmmm, does the product include the price? Did you add the price in number format there?

There should be 3 messages - one when sent to paypal and two getting information from paypal

Re: Phoca Cart Payment - PayPal Standard

Posted: 17 Mar 2019, 01:41
by doopz
I'm having the same issue.

Re: Phoca Cart Payment - PayPal Standard

Posted: 23 Mar 2019, 16:26
by Jan
Ok, does the product include the price? Did you add the price in number format there?

There should be 3 messages - one when sent to paypal and two getting information from paypal

Jan

Re: Phoca Cart Payment - PayPal Standard

Posted: 25 Mar 2019, 00:45
by doopz
I have prices in dollar format for the products, when processing through Paypal the result is $0.

Re: Phoca Cart Payment - PayPal Standard

Posted: 31 Mar 2019, 22:07
by Jan
Hi, in products, currency is not defined, there the standard number is added (without any formatting). Are you adding some prefixes/suffixes to the prices in product edit?

Jan

Re: Phoca Cart Payment - PayPal Standard

Posted: 31 Mar 2019, 22:16
by doopz
No, I haven't added any prefixes or suffixes.
Is that required?

Re: Phoca Cart Payment - PayPal Standard

Posted: 31 Mar 2019, 22:19
by Jan
Hi, no, there should be raw number. But when there is raw number, the right number (not zero) should be sent to PayPal.

Can I see the site where this occurs?

Jan