NameSilo

PayPal & Credit Card Payments with PayPal

Spaceship Spaceship
Watch
Impact
11,350
I need a module which I can incorporate into my website which permits payments into my PayPal account when the buyer is paying by either PayPal or Credit Cards. Preferably free. Does PayPal have such a module? I couldn't find it.

These are for individual items, so I don't think I need a shopping cart.
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
1
•••
At the simplest level you can just create HTML links manually to Paypal yourself for each item - their website tells you how.

Or do you want a script that creates those links for you automatically and inserts the price? Or do you want something more complex than that? There are several levels to what Paypal offers and so there are different ways to access them from your site.
 
0
•••
Yep. That's all I need. A script which does this automatically. I tried reading the instructions on PayPal, but couldn't get my head around them.
 
0
•••
Hmm it is really easy to setup the paypal buttons.

Code:
<a href='https://www.paypal.com/xclick?business=YOUR-PAYPAL-EMAIL-HERE&item_name=ITEM-NAME-HERE&email=-USERS-EMAIL-ADDRESS-HERE-OPTIONAL&item_number=SOME-AUTO-GENERATED-ITEM-NUMBER-OR-FIXED-ITEM-NUMBER&custom=CUSTOM-ITEM-ID-FIXED-OR-AUTO&amount=10.00&currency_code=USD&rm=2&notify_url=http://www.YOURDOMAIN.com/ipn.php&return=http://www.newsreleasenetwork.com/thankyou.php'>
<img src='images/paypal.gif' border='0'></a>

Now on IPN.php you can write the code to check the payment things and auto deliver the products etc. If you don't want it then just omit that part.
 
1
•••
Hi you said you needed a "module" - are you using a CMS like for example Joomla or Drupal or Wordpesss? If so there is probably already a pre-packaged script you can just turn on, otherwise you may need someone to write and install it for you
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back