How to put 2 pay pal links in one pay button. Eg. I have 2 pay pal links from difrent accaunts every 3rd click on pay button second will activate. So how to do that?
When anyone clicks on the button (ie, for every time a user with a number dividable by three) or whenever the SAME user clicks on it for the third time? Regardless, if it's the first one, you can just have a counter that counts clicks (however, if you want it to change only when you actually receive a payment, you need to update the counter only when you receive a success-message from Paypal) and then switch the paypal ID whenever that number on the counter is dividable by three? Should work, but will require a bit of coding.