Ronny AcuNett Posted August 9, 2007 Share Posted August 9, 2007 How can we disable that so no fees are taken out in any of the statistics? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted August 9, 2007 WHMCS CEO Share Posted August 9, 2007 It's not a calculation - PayPal sends them back so WHMCS records it. They are the only gateway that does this. Matt 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted August 9, 2007 Share Posted August 9, 2007 Hey, I do not think that can happen. That is done via IPN url. Once a payment is sent to paypal, paypal contacts your WHMCS installations and WHMCS takes out the fees for that payment. This is useful as it gives a better number for the reports you may use in WHMCS. From, Adam 0 Quote Link to comment Share on other sites More sharing options...
alexrobonline Posted August 10, 2007 Share Posted August 10, 2007 Hello, This may well be useful for some, but it's also irritating for others. Can there be an option within the PayPal gateway setup on WHMCS itself to record or not record fees? Alex 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted August 10, 2007 Share Posted August 10, 2007 Hello, This may well be useful for some, but it's also irritating for others. Can there be an option within the PayPal gateway setup on WHMCS itself to record or not record fees? Alex Perhaps you should put up a poll for this feature. I could be wrong, but I don't see why anyone would not want to keep track of fees paid? 0 Quote Link to comment Share on other sites More sharing options...
alexrobonline Posted August 10, 2007 Share Posted August 10, 2007 Perhaps you should put up a poll for this feature. I could be wrong, but I don't see why anyone would not want to keep track of fees paid? Well, I don't see much need for a poll in this case - it's not a major thing to have to implement; just a tick box or two radio buttons where the administrator can indicate if they want the system to take notice of paypal fees, or not. We do keep track of our gateway fees, but do not want our billing system to do this for us. Cheers Alex 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted August 10, 2007 WHMCS CEO Share Posted August 10, 2007 You could run the below query every few days to set all the recorded fees to zero and thus take them out of calculations: UPDATE tblaccounts SET fees='0'; Matt 0 Quote Link to comment Share on other sites More sharing options...
alexrobonline Posted August 10, 2007 Share Posted August 10, 2007 You could run the below query every few days to set all the recorded fees to zero and thus take them out of calculations: UPDATE tblaccounts SET fees='0'; Matt Thanks for that Matt - very useful, but it would be nice to have an itsy witsy tickbox on the paypal gateway thingy ma bob 0 Quote Link to comment Share on other sites More sharing options...
Ronny AcuNett Posted September 4, 2007 Author Share Posted September 4, 2007 Seconded. I'd rather figure it out ourselves, or at least the option. Some of us want revenue figures, not profit. It also makes no sense to have paypal calculated, if we don't have fees set for CC transactions (which I don't) 0 Quote Link to comment Share on other sites More sharing options...
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.