Let me explain a bit more.##
First problem:
I usually use website payments standard which is what I have had issues arising with. I had an order not complete only payment taken so I manually resent the IPN twice. This did nothing, so on your advice I enabled debugging and resent the IPN. This is what I got:
----
IPN PROCESSING INITIATED.##
*** Originating IP: 173.0.81.1 ##notify.paypal.com
----
IPN ERROR :: Could not find stored session
{05fda2a2b64bc03b5d485a0457788bb4} in DB; thus cannot validate or re-create
session as a transaction awaiting PayPal Website Payments Standard
confirmation initiated by this store. Might be an Express Checkout or eBay
transaction or some other action that triggers PayPal IPN notifications.
-----
IPN ERROR :: No saved Website Payments Standard session data available. Must
be an Express Checkout or Direct Pay transaction.
Could be a test notification, or the incoming IPN notification is not
actually a bonafide PayPal transaction.
NOTE: It is likely that all the following log content is meaningless or
irrelevant.
------
Breakpoint: 0 - Initializing debugging.
-----
Breakpoint: Flag Status:
isECtransaction = 0
isDPtransaction = 0
-----
IPN INFO - POST VARS received (sorted):
Array
(
## ##[address_city] =>##REMOVED FOR PRIVICY
## ##[address_country] => United Kingdom
## ##[address_country_code] => GB
## ##[address_name] =>##REMOVED FOR PRIVICY
## ##[address_state] =>##REMOVED FOR PRIVICY
## ##[address_status] => confirmed
## ##[address_street] =>##REMOVED FOR PRIVICY
## ##[address_zip] => REMOVED FOR PRIVICY
## ##[business] => [email protected]
## ##[charset] => windows-1252
## ##[custom] => zenid=05fda2a2b64bc03b5d485a0457788bb4
## ##[first_name] => REMOVED FOR PRIVICY
## ##[ipn_track_id] => REMOVED FOR PRIVICY
## ##[item_name1] => PRODUCT
## ##[item_name2] => PRODUCT
## ##[item_name3] => PRODUCT
## ##[item_name4] => PRODUCT
## ##[item_number1] => 9241
## ##[item_number2] => 3493
## ##[item_number3] => 2286
## ##[item_number4] => 9975
## ##[last_name] =>##REMOVED FOR PRIVACY
## ##[mc_currency] => GBP
## ##[mc_fee] => 0.91
## ##[mc_gross] => 20.96
## ##[mc_gross_1] => 2.76
## ##[mc_gross_2] => 5.44
## ##[mc_gross_3] => 4.35
## ##[mc_gross_4] => 8.41
## ##[mc_handling] => 0.00
## ##[mc_handling1] => 0.00
## ##[mc_handling2] => 0.00
## ##[mc_handling3] => 0.00
## ##[mc_handling4] => 0.00
## ##[mc_shipping] => 0.00
## ##[mc_shipping1] => 0.00
## ##[mc_shipping2] => 0.00
## ##[mc_shipping3] => 0.00
## ##[mc_shipping4] => 0.00
## ##[notify_version] => 3.7
## ##[num_cart_items] => 4
## ##[payer_email] =>##REMOVED FOR PRIVACY
## ##[payer_id] => REMOVED FOR PRIVACY
## ##[payer_status] => unverified
## ##[payment_date] => 12:45:03 Nov 25, 2012 PST
## ##[payment_fee] =>##
## ##[payment_gross] =>##
## ##[payment_status] => Completed
## ##[payment_type] => instant
## ##[protection_eligibility] => Eligible
## ##[quantity1] => 1
## ##[quantity2] => 1
## ##[quantity3] => 1
## ##[quantity4] => 1
## ##[receipt_id] => REMOVED FOR PRIVACY
## ##[receiver_email] => [email protected]
## ##[receiver_id] => REMOVED FOR PRIVACY
## ##[resend] => true
## ##[residence_country] => GB
## ##[tax] => 0.00
## ##[tax1] => 0.00
## ##[tax2] => 0.00
## ##[tax3] => 0.00
## ##[tax4] => 0.00
## ##[transaction_subject] => zenid=05fda2a2b64bc03b5d485a0457788bb4
## ##[txn_id] => REMOVED FOR PRIVACY
## ##[txn_type] => cart
## ##[verify_sign] => REMOVED FOR PRIVACY
)
-----
IPN INFO - POST VARS to be sent back (unsorted) for validation (using CURL):
To: www.paypal.com:80
Array
(
## ##[cmd] => _notify-validate
## ##[mc_gross_1] => 2.76
## ##[mc_gross_2] => 5.44
## ##[mc_gross_3] => 4.35
## ##[mc_gross_4] => 8.41
## ##[mc_handling1] => 0.00
## ##[mc_handling2] => 0.00
## ##[mc_handling3] => 0.00
## ##[mc_handling4] => 0.00
## ##[num_cart_items] => 4
## ##[payer_id] =>##REMOVED FOR PRIVACY
## ##[address_country_code] => GB
## ##[ipn_track_id] =>##REMOVED FOR PRIVACY
## ##[address_zip] =>##REMOVED FOR PRIVACY
## ##[charset] => windows-1252
## ##[payment_gross] =>##
## ##[address_status] => confirmed
## ##[address_street] =>##REMOVED FOR PRIVACY
## ##[receipt_id] =>##REMOVED FOR PRIVACY
## ##[verify_sign] =>##REMOVED FOR PRIVACY
## ##[tax1] => 0.00
## ##[tax2] => 0.00
## ##[tax3] => 0.00
## ##[tax4] => 0.00
## ##[mc_shipping] => 0.00
## ##[txn_type] => cart
## ##[receiver_id] =>##REMOVED FOR PRIVACY
## ##[payment_fee] =>##
## ##[item_number1] => 9241
## ##[item_number2] => 3493
## ##[item_number3] => 2286
## ##[mc_currency] => GBP
## ##[item_number4] => 9975
## ##[transaction_subject] => zenid=05fda2a2b64bc03b5d485a0457788bb4
## ##[custom] => zenid=05fda2a2b64bc03b5d485a0457788bb4
## ##[protection_eligibility] => Eligible
## ##[quantity1] => 1
## ##[quantity2] => 1
## ##[quantity3] => 1
## ##[address_country] => United Kingdom
## ##[quantity4] => 1
## ##[payer_status] => unverified
## ##[first_name] =>##REMOVED FOR PRIVACY
## ##[item_name1] => PRODUCT
## ##[item_name2] => PRODUCT
## ##[item_name3] => PRODUCT
## ##[address_name] =>##REMOVED FOR PRIVACY
## ##[item_name4] => PRODUCT
## ##[mc_gross] => 20.96
## ##[mc_shipping1] => 0.00
## ##[mc_shipping2] => 0.00
## ##[mc_shipping3] => 0.00
## ##[mc_shipping4] => 0.00
## ##[payment_date] => 12:45:03 Nov 25, 2012 PST
## ##[payment_status] => Completed
## ##[business] => [email protected]
## ##[mc_handling] => 0.00
## ##[last_name] =>##REMOVED FOR PRIVACY
## ##[address_state] =>##REMOVED FOR PRIVACY
## ##[txn_id] =>##REMOVED FOR PRIVACY
## ##[mc_fee] => 0.91
## ##[resend] => true
## ##[payment_type] => instant
## ##[notify_version] => 3.7
## ##[payer_email] =>##REMOVED FOR PRIVACY
## ##[receiver_email] => [email protected]
## ##[address_city] =>##REMOVED FOR PRIVACY
## ##[tax] => 0.00
## ##[residence_country] => GB
)
-----
CURL OPTS: Array
(
## ##[10002] => https://www.paypal.com/uk/cgi-bin/webscr
## ##[47] => 1
## ##[10015] =>
cmd=_notify-validate&mc_gross_1=2.76&mc_gross_2=5.44&mc_gross_3=4.35&mc_gross_4=8.41&mc_hand ling1=0.00&mc_handling2=0.00&mc_handling3=0.00&mc_handling4=0.00&num_cart_items= 4&payer_id=removedforprivicy&address_country_code=GB&ipn_track_id=removedforpriv icy&address_zip=Removedforprivacy&charset=windows-1252&payment_gross=&address_status=confirmed&address_street=removedforprivicy&re ceipt_id=removedforprivicy&verify_sign=removedforprivicy&tax1=0.00&tax2=0.00&tax 3=0.00&tax4=0.00&mc_shipping=0.00&txn_type=cart&receiver_id=removedforprivicy&pa yment_fee=&item_number1=9241&item_number2=3493&item_number3=2286&mc_currency=GBP &item_number4=9975&transaction_subject=zenid%3D05fda2a2b64bc03b5d485a0457788bb4& custom=zenid%3D05fda2a2b64bc03b5d485a0457788bb4&protection_eligibility=Eligible& quantity1=1&quantity2=1&quantity3=1&address_country=United+Kingdom&quantity4=1&p ayer_status=unverified&first_name=removedforprivicy&item_name1=Product&item_name 2=Product&item_name3=Product&address_name=removedforprivicy&item_name4=Product&m c_gross=20.96&mc_shipping1=0.00&mc_shipping2=0.00&mc_shipping3=0.00&mc_shipping4 =0.00&payment_date=12%3A45%3A03+Nov+25%2C+2012+PST&payment_status=Completed&busi ness=payments%40mysite.com&mc_handling=0.00&last_name=removedforprivicy&address_ state=removedforprivicy&txn_id=removedforprivicy&mc_fee=0.91&resend=true&payment _type=instant¬ify_version=3.7&payer_email=
removedforprivicy&receiver_email=payments%40mysite.com&address_city=removedforpr ivicy&tax=0.00&residence_country=GB
## ##[13] => 45
## ##[78] => 30
## ##[41] => 0
## ##[42] => 0
## ##[52] => 0
## ##[19913] => 1
## ##[64] => 0
## ##[81] => 2
## ##[75] => 1
## ##[74] => 1
## ##[84] => 2
## ##[10018] => Zen Cart(tm) - IPN Postback
)
----
CURL response: VERIFIED
----
IPN INFO (cl) - Confirmation/Validation response VERIFIED
----
Breakpoint: 1 - Collected data from PayPal notification
----
IPN INFO :: Transaction email details.
From IPN = [email protected] | [email protected]
From CONFIG = [email protected]
----
Breakpoint: 2 - Validated transaction components
----
Breakpoint: 3 - Communication method verified
----
IPN NOTICE :: Could not find matched txn_id record in DB. Therefore is new
to us.##
---
Breakpoint: 4 - Details: ##txn_type=unique ## ##ordersID = 0 ##IPN_id=0
## Relevant data from POST:
## ## txn_type = unique
## ## parent_txn_id = None
## ## txn_id = REMOVED FOR PRIVACY
----
##
IPN NOTICE :: IPN pausing: waiting for PDT to process. Sleeping 10 seconds
...
IPN ERROR :: Could not find stored session
{05fda2a2b64bc03b5d485a0457788bb4} in DB; thus cannot validate or re-create
session as a transaction awaiting PayPal Website Payments Standard
confirmation initiated by this store. Might be an Express Checkout or eBay
transaction or some other action that triggers PayPal IPN notifications.
----
IPN ERROR :: No pending Website Payments Standard session data available.##
Might be a duplicate transaction already entered via PDT.
-----
I am wanting to know if you can see what has gone wrong with this order so it doesn't create?##
Is there something wrong with my site/server to cause this? Would switching to express checkout resolve this?
Second problem:
As I said before when I switched to express the line numbers didn't show, you mentioned discounts cause this, does that include sale items? I ask because I noticed in payment standard that when a coupon is applied the total is consolidated but not with sales, does express do the same with sales too?
Thanks


Reply With Quote

