I am having trouble implementing ZenCart PayPal IPN payment module on my store.
Ordering goes smoothly. user is directed to PayPal order section. After the user completes his order he is directed stright back to the store's success page. The user's Paypal account is being charged with the exact amount and the store receive the payment. However, I cannot see the order in the store's admin section (either on Orders, PayPal IPN.)
Moreover, when user is directed to the success page there is no "Order ID".
Also, Paypal order description is "zenid=qs519uteiiebgrpheov4co9ij1". Shouldn't it be the complete order description?
After checking the log files I encountered with the following error :
Aug 20 2008 11:14 -- IPN INFO - Confirmation/Validation response
FAIL
After going through the forum I have tested the communication with IPNcheck.php, Curltest.php. Both seems to be working well.
Hope you could assist me resolving the issue.
Tzachi
Complete Logs .
Aug 20 2008 11:08 -- IPN INFO - POST VARS to be sent back for validation:
To: www.paypal.com:80
POST /cgi-bin/webscr HTTP/1.1
Host: www.paypal.com
Content-type: application/x-www-form-urlencoded
Content-length: 84
Connection: close
Array
(
[cmd] => _notify-sync
[tx] =>
[at] => 38uHK**********NUj3u
)
Aug 20 2008 11:08 -- IPN INFO - Confirmation/Validation response
FAIL
Aug 20 2008 11:08 -- IPN WARNING :: PDT Transaction was not marked as SUCCESS. Keep this report for potential use in fraud investigations.
IPN Info =
FAIL
Aug 20 2008 11:14 -- Keys for submission: Array
(
[charset] => iso-8859-1
[lc] => IL
[page_style] => Primary
[custom] => zenid=qs5l9uteiiebgrpheov4co9ij1
[business] => [stores paypal account]
[return] => http://office.slavgroup.co.il/checko...referer/paypal
[cancel_return] => http://office.slavgroup.co.il/checkout_payment
[shopping_url] => http://office.slavgroup.co.il/shopping_cart
[notify_url] => http://office.slavgroup.co.il/ipn_main_handler.php
[redirect_cmd] => _xclick
[rm] => 2
[bn] => zencart
[mrb] => R-6C7952342H795591R
[pal] => 9E82WJBKKGPLQ
[first_name] => Tzachi
[last_name] => Slav
[address1] => [user address]
[city] => [user address]
[state] => 0
[zip] => [user address]
[country] => IL
[email] => [user paypal account]
[H_PhoneNumber] => [user tel]
[night_phone_b] => [user tel]
[day_phone_b] => [user tel]
[no_shipping] => 1
[upload] => 1
[currency_code] => USD
[cmd] => _ext-enter
[item_name] => Slavchess Purchase
[item_number] => Store Receipt
[amount] => 0.01
[shipping] => 0.00
[tax] => 0.00
[tax_cart] => 0.00
)
Bookmarks