Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayPal IPN


cdi-buy.com

Recommended Posts

In the ipn.php file their are three fields that need to be manually set.

 

$paypal_debug_email - set this to the same whatever you want accordingly.

 

$paypal_debug_test - set this to 0 to overide all unqualified tests.

 

$paypal_debug - this has three levels, 0,1 and 2. Which are none,light and

strict. Use the light to have emails that might be pertinent to have, like

unkown transactions. Use 2 to debug everything (whilst in live or test mode)

you should recieve an email identifying which tests failed.

 

I believe these are the only things I need help with. I just don't know where to set these fields. If it's referring to in Admin, I already did it. If it's referring to the file itself, I'm not sure where to do it.

 

I also get this error when clicking on PayPal IPN in the Tools box of my Admin:

1054 - Unknown column 'o.paypal_ipn_id' in 'where clause'

 

select count(*) as total from paypal_ipn as p, paypal_ipn_orders as po, orders as o where p.paypal_ipn_id = po.paypal_ipn_id AND po.paypal_ipn_id = o.paypal_ipn_id AND o.paypal_ipn_id = p.paypal_ipn_id

 

[TEP STOP]

 

I'm running:

PayPal_Shopping_Cart_IPN for oscommerce-2.2ms2

Author: Gregory Baboolal

Version: 1.1

Last Modified: 2004/01/1

 

Any and all help is appreciated beyond words. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...