2 pay pal links in one pay button

Discussion in 'HTML & Website Design' started by lolada66, Jul 12, 2015.

  1. #1
    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?
     
    Solved! View solution.
    lolada66, Jul 12, 2015 IP
  2. #2
    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.
     
    PoPSiCLe, Jul 12, 2015 IP
  3. lolada66

    lolada66 Greenhorn

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    This should work. Do you have any examples of how that code should look like?
     
    lolada66, Jul 13, 2015 IP