Jump to content

bleemster

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by bleemster

  1. I have searched a lot for the answer to "how to create a friends and family paypal button" (not a paypal service button) with no success. I've now emailed Paypal to ask how to create a F&F button, still waiting on their response. I have looked through some of the paypal forums and the ones i found were people from 2013 saying "you cant" but i cannot believe that with the scripting available now-a-days that this is an impossibility! I think the closest i have come is using paypal.me but each of my users will need to create a paypal.me account which i dont think is the way to go.
  2. lol im 37 years old and a Microsoft Technical Consultant, so certainly not a "homework project" This is the actual code that PayPal provides with the hidden values etc. Im actually making something for a forum group I belong to and wanted this done and dusted. The reason I 'strenuously' asked for help (which I didn't receive) is that every where i searched in google (yes I did search - a lot) because I started to panic that "friends and family" option is not an option and that I wondered if a PHP help forum might know about this already and have the answer. But i guess the answer is "carry on googling it as help is not provided here" So PHPMillion i will even give you the "best answer" vote as it was the most helpful post i've ever received and surely its not to just help bump your post count. Strange way to run a help forum - tell people to go away lmfao
  3. Hi all This part is integral to my site and im panicking as i cant seem to find an answer... When someone clicks a link on my page with the below code it only does it as services... how can i create a paypal link to charge as friends and family PLEASE PLEASE PLEASE HELP <form id="payid" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="<?php echo $row1['EMAIL']; ?>"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="item_name" value="BALL"> <input type="hidden" name="amount" value="<?php echo preg_replace( '/[^0-9,"."]/', '', $row['PRICE'] ); ?>"> <!--<input type="hidden" name="return" value="http://www.theeasypc.co.uk/lottery/heandal.php">--> <input type="hidden" name="return" value="http://www.theeasypc.co.uk/lottery/heandal.php?success=1"> <input type="hidden" name="cancel_return" value="http://www.theeasypc.co.uk/lottery/heandal.php?error=1"> <!-- Where to send the PayPal IPN to. --> <input type="hidden" name="notify_url" value="http://www.theeasypc.co.uk/lottery/heandal.php" /> <input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> I can see the its set to business in one flag but ive tried to change thie to f&f, personal, friends, family, nothing works also tried "_donations"
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.