Ich richte mein erstes Magento-System mit 1.8.0.0 auf einem HostGator-Windows-Server ein.
Ich habe IPN in unserem PayPal-Konto konfiguriert. Die Zahlungen werden jedoch niemals an Magento übermittelt, und alle Bestellungen bleiben bei "Ausstehende Zahlung" hängen.
Derzeit ist System-> Konfiguration-> Zahlungsmethoden -> PayPal-Zahlungsstandard mit der Business Sandbox-E-Mail verknüpft. Die Zahlungsaktion ist auf "Verkauf", Sandbox-Modus = "Ja" und Debug-Modus = "Ja" festgelegt.
Auf der PayPal-Seite zeigt der IPN-Verlauf jede Transaktion (die ich sowohl in Sandbox als auch in Production versucht habe) als "Wiederholung" an. Für keinen von ihnen ist ein HTTP-Antwortcode aufgeführt.
Die Benachrichtigungs-URL in PayPal zeigt http://www.mydomain.com:/shop/Index.php/paypal/ipn/ an , was mir korrekt erscheint.
Nach dem Aktivieren der Fehlerprotokolle und des Debug-Modus für die Zahlungsmethode erhalte ich eine Protokolldatei für meinen Sandbox-Versuch mit dem Titel payment_paypal_standard.log.
Der Inhalt der Datei spiegelt die tatsächliche Sandbox-Reihenfolge wider:
2014-01-02T18:19:13+00:00 DEBUG (7): Array
(
[request] => Array
(
[business] => ****
[invoice] => 100000006
[currency_code] => USD
[paymentaction] => sale
[return] => https://www.mydomain.com/shop/Index.php/paypal/standard/success/
[cancel_return] => https://www.mydomain.com/shop/Index.php/paypal/standard/cancel/
[notify_url] => http://www.mydomain.com:/shop/Index.php/paypal/ipn/
[bn] => Varien_Cart_WPS_US
[item_name] => My Shopping Cart
[lc] => en_US
[charset] => utf-8
[amount] => 7.99
[tax] => 0.00
[shipping] => 5.00
[discount_amount] => 0.00
[item_number_1] => Bacon4NFHS
[item_name_1] => Bacon - Nitrate Free Hickory Smoked 4 oz.
[quantity_1] => 1
[amount_1] => 2.99
[item_number_2] => Flat Rate - Fixed
[item_name_2] => Shipping
[quantity_2] => 1
[amount_2] => 5.00
[cmd] => _cart
[upload] => 1
[tax_cart] => 0.00
[discount_amount_cart] => 0.00
[city] => recipient_city
[country] => US
[email] => sandbox_customer_email@test.com
[first_name] => customer_fname
[last_name] => customer_lname
[zip] => customer_zip
[state] => customer_state
[address1] => customer_address1
[address2] =>
[address_override] => 1
)
[__pid] => 5440
)
Ich bin sowohl für PayPal IPN als auch für Magento neu, daher mache ich möglicherweise einen offensichtlichen Fehler, aber ich hatte auch eine Menge Probleme mit der Magento-Installation, die durch Probleme mit dem bereitgestellten Auto-Installer-Paket HostGator verursacht wurden.
Warum werden meine Zahlungen nicht von Magento erfasst?