PDA

View Full Version : Multiple bug report & questions


John
17th November 2005, 01:12 PM
- When user email address and paypal adress are different Post Affiliate will pay the username instead of the email in paypal account.

- When deleting a commission it won't delete 2nd tier commission for that transaction.

- when i click on the backup of database it won't go trought (no able to find the file) is it because i installed on a secure server ?

- is it possible to auto approuve all VISA and MASTERCARD transaction and manually approuve the Paypal transaction?

- Is it possible to create the full process of Paypal... this way when the transaction is approuve then it's returning to the website with a thank you page that appouve the transaction. At this very moment when they use paypal it's a sale pending.... even if they never access Paypal.

- When i'm using the report.... it's all 0 value (visit, click, etc.) why? is it a bug or i need to configure the template with some other value?

rchalmers
18th November 2005, 11:15 PM
In response to: "When user email address and paypal adress are different Post Affiliate will pay the username instead of the email in paypal account."

I'm having the same problem too. The bug is that when you define the button to perform a payment via paypal, there are only a certain number of predefined fields that you can choose from. You CANNOT specify the PPEMAIL field (created for using Paypal payments) as a parameters. This makes defining additional fields for payments pointless. If anyone can help please post! :oops:

Also: It is possible to perform the whole PayPal process. Just google for examples. I recommend using a single PHP page to perform all the processing. You might need to configure your PHP with Curl to do this. (Curl allows PHP to connect via HTTPS)