Guest Posted June 10, 2009 Posted June 10, 2009 HELP, Please! I am using the membership discount add-on and have it working exactly right up to and including the confirmation screen. All numbers are correct and match the values in the Order_Total table in the database. Also, the confirmation email has the same correct numbers. In fact all is good EXCEPT the numbers which are sent to PayPal. It appears as if those numbers originate from the Orders_Products tables and then manipulated before transfer to PayPal. Thus the discount is missing and the shipping has been taxed. I have tried to muddle my way through the IPN module but... Thanks, in advance, for any help offered. Don Quote
Guest Posted June 11, 2009 Posted June 11, 2009 HELP, Please!I am using the membership discount add-on and have it working exactly right up to and including the confirmation screen. All numbers are correct and match the values in the Order_Total table in the database. Also, the confirmation email has the same correct numbers. In fact all is good EXCEPT the numbers which are sent to PayPal. It appears as if those numbers originate from the Orders_Products tables and then manipulated before transfer to PayPal. Thus the discount is missing and the shipping has been taxed. I have tried to muddle my way through the IPN module but... Thanks, in advance, for any help offered. Don ----------------------------------UPDATE------------------------------------ It seems that the PayPal IPN payment module was causing the problem in that I had the Transaction Type set to "Per Item". Changing it to "aggregate" solved the problem. Obviously, this option causes the module to take information from different tables. BAD design! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.