Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jiv

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    jiv

jiv's Achievements

  1. on paypal sandbox, If I set autoreturn, no matter what site I put in, it always returns to checkout_success. If autoreturn is off it still returns to checkout_success when I press back to merchant. The order status is never updated. So Downloads are never available unless manual override. Everything else works ok. It always tells me SUCCESS! notify_url gets set to ext/modules/payment/paypal_ipn/ipn.php in includes/modules/payment/paypal_ipn.php but, My ext/modules/payment/paypal_ipn/ipn.php never gets called. This is the only bit of code that checks if ($result == 'VERIFIED') Which module updates the order_status. It's set to 3 (verified email - no) before and 3 (verified email - yes) after.
  2. In Paypal..... Profile -> Selling Preferences -> Website Payment Preferences in Website Payments Preferences set your Automatic Return URL to: e.g... _http://www.????.com/catalog/index.php?main_page=checkout_process I just tried it, seems to work ok, delays a few seconds before it takes you back.
  3. jiv

    PAYPAL IPN DUMMIES GUIDE

    I set "Enable Encrypted Web Payments" to true. The checkout_confirmation.php totally hanged (for minutes - it never came back - no errors - just blank oscommerce screen). Is there a log file somewhere??? (nothing to do with internet connection - definite php hang - probably calling openssl.exe) I set "Enable Encrypted Web Payments" to false. The whole process worked ok, the ssl part was only done at the paypal end. It looks like the "enable encrypted web payments" just encrypts the info between the web server and paypal (e.g encrypts the item details, amount, email etc - not credit card details). i.e. I don't think you 100% need it.
×
×
  • Create New...