MindTwist
10-09-2007, 05:37 PM
Here is a strange one in case someone wants to give it a try and check it out on a plain OSCMAX installation.
When I am looking at an order (edit) from the admin section, and the field "payment_method" for that order on the DB is set exactly to "Paypal" (not case sensitive), I get an error ... ?¿?
I hadn't found out before because until now I the info that was being stored there was "PayPal (Recargo de 0.35E + 4%)" , which is the full name of the payment method customers are seeing. But I changed it to just Paypal (so it would look nicer on invoices), and this is the error I get:
http://img233.imageshack.us/img233/1034/10102007032643qh8.th.jpg (http://img233.imageshack.us/my.php?image=10102007032643qh8.jpg)
http://img233.imageshack.us/img233/8710/10102007032724oh1.th.jpg (http://img233.imageshack.us/my.php?image=10102007032724oh1.jpg)
So, the first one has payment method "PayPal (Recargo de 0.35E + 4%)" and can be seen ok, the second one has payment method "Paypal" and breaks.
There is a table "paypal_ipn" on my database, but it is empty. Also, I checked my /admin/includes/database.php , and there was no reference there to TABLE_PAYPAL_IPN , so I added the following line:
define('TABLE_PAYPAL_IPN', 'paypal_ipn');
Reload, and now the error is:
http://img468.imageshack.us/img468/4174/10102007033356dz6.th.jpg (http://img468.imageshack.us/my.php?image=10102007033356dz6.jpg)
So what is TABLE_PAYPAL_IPN_TXN_TYPE ...???
I am quite lost here. I am not sure I have paypal_ipn working right now, since my table paypal_ipn contains no information about payments received. But, orders done with paypal_ipn are stored ok, I get the payments done, and they do seem to be working ok. So I might be missing some of the features on this module maybe...?
Since my problem was just a cosmetic one, now the Paypal payments are stored with the "payment_method" PaypaI (yeah, that is a capital i) so this problem is gone for me.
:confused:
When I am looking at an order (edit) from the admin section, and the field "payment_method" for that order on the DB is set exactly to "Paypal" (not case sensitive), I get an error ... ?¿?
I hadn't found out before because until now I the info that was being stored there was "PayPal (Recargo de 0.35E + 4%)" , which is the full name of the payment method customers are seeing. But I changed it to just Paypal (so it would look nicer on invoices), and this is the error I get:
http://img233.imageshack.us/img233/1034/10102007032643qh8.th.jpg (http://img233.imageshack.us/my.php?image=10102007032643qh8.jpg)
http://img233.imageshack.us/img233/8710/10102007032724oh1.th.jpg (http://img233.imageshack.us/my.php?image=10102007032724oh1.jpg)
So, the first one has payment method "PayPal (Recargo de 0.35E + 4%)" and can be seen ok, the second one has payment method "Paypal" and breaks.
There is a table "paypal_ipn" on my database, but it is empty. Also, I checked my /admin/includes/database.php , and there was no reference there to TABLE_PAYPAL_IPN , so I added the following line:
define('TABLE_PAYPAL_IPN', 'paypal_ipn');
Reload, and now the error is:
http://img468.imageshack.us/img468/4174/10102007033356dz6.th.jpg (http://img468.imageshack.us/my.php?image=10102007033356dz6.jpg)
So what is TABLE_PAYPAL_IPN_TXN_TYPE ...???
I am quite lost here. I am not sure I have paypal_ipn working right now, since my table paypal_ipn contains no information about payments received. But, orders done with paypal_ipn are stored ok, I get the payments done, and they do seem to be working ok. So I might be missing some of the features on this module maybe...?
Since my problem was just a cosmetic one, now the Paypal payments are stored with the "payment_method" PaypaI (yeah, that is a capital i) so this problem is gone for me.
:confused: