Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dave_L

Archived
  • Posts

    80
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dave Lerner
  • Location
    Virginia, USA
  • Interests
    3D Computer Graphics
  • Website

Dave_L's Achievements

  1. I think that the PaPal IPN contribution already sends the callback URL to PayPal, so it's not necessary to configure your PayPal account to do that.
  2. The point of this contribution is that it will cause PayPal to notify your osCommerce script that the transaction has been performed.
  3. Thanks :) Are the bug fixes documented? There were several bugs in the previous version, and I was wondering whether they had all been addressed.
  4. I believe that you want those emails to be sent in paypal_notify.php, rather than checkout_paypalipn.php, so that the emails are only sent after the customer completes the payment process.
  5. [MS 2.2-MS1 + PayPal IPN 0.971] To fix those session errors, I copied catalog/includes/functions/sessions.php over admin/includes/functions/sessions.php. The two files are nearly identical, but the former appears to be a later version, and uses !empty instead of !='' in a few places.
  6. Hmmmm .... if that "define" is present in application_top.php, I don't know why you would be getting that error. When I have problems like that, I go in and add debug code that prints stuff out, so that I can track down the cause of the problem.
  7. You may be missing the following definition in admin/includes/application_top.php and catalog/includes/application_top.php: define('TABLE_PAYPALIPN_TXN', 'paypalipn_txn'); // PAYPALIPN Perhaps you didn't do the install correctly.
  8. A couple of us are working on it in this topic.
  9. Thanks for the explanation. :) Currently, I'm only planning on using PayPal (IPN), and possibly 2Checkout, so that problem shouldn't occur. Mu understanding is that the purchaser has to complete the stuff on the PayPal/2Checkout side, and then click the link to return to the osCommerce script before the order is complete, at which time the download link becomes available. But the Downloads Controller addon sounds useful for other reasons. :)
  10. Could you give an example of how that could happen?
  11. Just noting that I installed v.971 in 2.2-MS1 a couple of days ago, and it works correctly. Thanks. :) A few questions. 1) What's the easiest way to have customers see "PayPal" displayed, rather than "PayPal IPN", when selecting the payment option? I don't think the "IPN" is of interest to customers, and it will probably confuse them. I wonder if it would make sense to simply replace the core PayPal module with this one. 2) One of the config options for this modules is "Use cURL to communicate with PayPal? cURL has been DETECTED in your system". What iscURL? Do you recommend that I use it? 3) Why was the additional status 99999 - PayPal Processing added? None of the other payment modules require a special status.
×
×
  • Create New...