Forum Replies Created
-
AuthorPosts
-
aceSpectator
Thanks for your help, unfortunately this is not the problem. Return url is good, /download/ page with the proper domain.
Additionally:
ipn_handle_debug.log – no records about purchase
eStore_post_payment_debug.log – just one line with generating download link message.
aceSpectatorYes I am.
aceSpectatorIs it a technical issue or just their terms? I am asking because they are now allowing more than one website with one account.
Admin, sorry for a duplicate question, I used search but didn’t find anything similar.
April 9, 2014 at 8:46 am in reply to: WP eStore general email settings – email spoofing with Yahoo email address #62187aceSpectatorThanks for additional info and suggestion. I will follow it.
OK so this topic is useful for everybody who uses Yahoo email in ‘FROM’ field.
April 9, 2014 at 8:19 am in reply to: WP eStore general email settings – email spoofing with Yahoo email address #62185aceSpectatorAfter researching this is the problem (probably)
Yahoo added some new features that now makes troubles.
You might have the same problem that you haven’t realized yet. Pay attention to it.
February 20, 2014 at 3:47 pm in reply to: Payment Verification Failed, digital goods, payment_status=Pending #60073aceSpectatorTo all those who wants for some reason all IPN pending message purchases to make and show them as successfull purchases (instead of failed – ‘Funds have not been cleared yet.’), here are steps:
Note, it’s not always very smart option! Do not do it if you are not sure what you are doing! I have a problem with Paypal, all my purchases are categorized as ‘Pending’ so this was my only option.
You need to edit three files:
eStore_includes3.php, paypal.php and paypal_ipn.php
eStore_includes3.php
if ($payment_status != “Completed” && $payment_status != “Processed”)
to
if ($payment_status != “Completed” && $payment_status != “Processed” && $payment_status != “Pending”)
Paypal.php
if ($payment_status != “Completed” && $payment_status != “Processed” && $payment_status != “Refunded” && $payment_status != “Reversed”)
to
if ($payment_status != “Completed” && $payment_status != “Processed” && $payment_status != “Refunded” && $payment_status != “Reversed” && $payment_status != “Pending”)
paypal_ipn.php
if ($myPaypal->ipnData == ‘Completed’)
to
if ($myPaypal->ipnData == ‘Completed’ && $myPaypal->ipnData == ‘Pending’)
January 19, 2014 at 8:25 pm in reply to: Payment Verification Failed, digital goods, payment_status=Pending #60071aceSpectatorThey admitted.
Your country is a Paypal Zero country. In these countries the Paypal balance is supposed to be zero by auto sweeping to bank or credit card.
Your issue regarding the IPN message, the message will come as “Payment_status=completed” will come if Payment has been settled. As payment is not settled, you are not receiving IPN message.
It seems to be a problem from Paypal side. We apologize for this. We will soon make a change and provide the correct IPN message for this situation so that you can track your records on the basis of IPN messages received.
one more
Its nothing like we downgraded something or some changes have been made and this issue started coming.
The issue is only with the the IPN messages for Unsettled payments.
There should be an IPN message saying payment_status = complete before settlement.
We understand this, and we are working on it.
So, this is a general issue and is not started just now. We will update you once it gets resolved.
So I will not get it to work soon. Tell me, is it possible to edit these lines
eStore_includes3.php
if ($payment_status != “Completed” && $payment_status != “Processed”)
Paypal.php
if ($payment_status != “Completed” && $payment_status != “Processed” && $payment_status != “Refunded” && $payment_status != “Reversed”)
{
paypal_ipn.php
if ($myPaypal->ipnData == ‘Completed’)
and to add “Pending” along with “Completed” to make the purchase successful even when IPN send pending message?
Thanks
January 8, 2014 at 1:43 am in reply to: Payment Verification Failed, digital goods, payment_status=Pending #60070aceSpectator“The plugin doesn’t request the IPN.”
OK this was important info!!! So now it’s obvious it’s something on Payapal side.
There is a few reasons why a purchase is payment_status=”Pending”, I will try all them and let you know. I think I am close to the end of this problem.
And yes, his answer to the 2nd question is so useless, even “it’s pending because it’s not completed” is better answer
Thanks
January 7, 2014 at 12:51 pm in reply to: cannot create new products in estore,products not saved after 19th item #60172aceSpectatorYou probably deleted one of your products, so you have one product id dedicated to non existing item.
January 7, 2014 at 9:09 am in reply to: Payment Verification Failed, digital goods, payment_status=Pending #60068aceSpectatorTo me it looks like… in my case… paypal payment script it is not adjusted the best way to meet paypal rules.
It was working one full year without any fail and it started for no reason, so it is obvious they changed something. Then, a few months ago it happend again from the 1st to 31th I didn’t received any failed purchase and started to fail again right after 31th.
These days I receive 1 of 10 as successful purchase. I use 2CO with this plugin as well and all purchases are 100% successful.
In my two years work nobody tried to cheat me this way so I will be happy to turn of this “Funds have not been cleared yet” security feature.
My conclusion is that the plugin is requesting IPN message too early while the purchase is still under review (10 to 15 seconds).
This is my latest conversation with paypal merchant service help:
1. It takes around 60 seconds for funds to appear at my paypal profile once the payment is made. Why?
2. It causes IPN giving “pending” payment message and problem with my web cart’s triggering digital download.
Why is that happening? Please investigate my paypal profile.
Thank you for contacting Merchant Technical Services. For 1 quest, Normally, maximum it will take 10 – 15 seconds for fund to appear on your profile but due to server down it might take a bit longer. For your 2nd quest, I’ve checked on your paypal profile in IPN history and seem to be all the message showed sent. I’ve checked on this url wp-content/plugins/wp-cart-for-digital-products/paypal.php and it shows HTTP Response 200. In this case, I can’t see there is any issue or error on your paypal profile.Therefore, In this case, I’ll proceed to close the ticket from our end and in future if you have any inquiries, please revert to us.
Thanks for your answers. Unfortunately your missed the point in the 2nd question.
My question is:
Why is IPN giving “payment_status=Pending” instead of “payment_status=Completed” in 90% of messages?
I attached an example.
Hi,
For your 2nd question, you can get the answer from the attachment* a self that you have sent. The reason being because the IPN Type shows Transaction Under Review and that’s the reason it shows “payment_status=”Pending”. Once the review completed the payment_status will show completed. I hope I’ve answered your queries. In future if you have any queries, feel free to contact us.
*The screenshot shows:
IPN Type: Transaction Under Review
aceSpectatorYou need to update it in one of your CSS files. For more info post the link here.
January 2, 2014 at 5:16 pm in reply to: WP eStore – Customizing the buttons (changing the button images) #45100aceSpectatorLet me help,
In …/plugins/wp-custom-css/wp-custom-css.css
update
.eStore_button {
margin: 5px 0;
padding: 3px 10px 3px 400px;
}
to
.eStore_button {
margin: 5px 0;
}
…/plugins/wp-cart-for-digital-products/wp_eStore_style.css
update
.footer-left-content {
float: left;
vertical-align: middle;
}
to
.footer-left-content {
float: right;
vertical-align: middle;
}
update
.eStore-product-fancy2-footer .footer-right {
float: right;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
}
to
.eStore-product-fancy2-footer .footer-right {
float: left;
font-size: 16px;
font-weight: bold;
margin-top: 11px;
vertical-align: middle;
}
-
AuthorPosts