Is there a module to add paypal buy now buttons to a node? This will turn the node into a product where all the sales are managed by paypal.

It is ideal for a not ecommerce web site to sell a couple of product, eg a band selling CDs.

If this is not available i am willling to create it. Currently i see it working with CCK adding a price field, then the buy now button will be generated.

Im guessing other details such as paypal login may need to be taken, but this can be looked into.

Comments

timmillwood’s picture

This is proving harder than i thought, I can't seem to get the paypal button into node api, over the weekend i am going to play with form api see if it can be fiddled to work.

If anyone can help please do.

jjma’s picture

Did you have any luck with this?

Jon

decibel.places’s picture

Here is an open-source pre-PayPal cart I have found very handy

It provides a method to apply coupons - the default is % discount, but I have modified it for $ off over specified amount, and buy one get one free (not in this distro - but PM me if you want the other codes)

For some reason the original distro and author have disappeared, I found this copy uploaded on a forum.

You can view an example here (not a Drupal site)

~are you netsperienced? /\_][_][_/\ Reliable Web Hosting - cheap!

mm167’s picture

there's a module - paypal signup

it is very simple..i.e. not refund, receive, shipment cost, tax ...etc

if u dont need a full function "cart" ..it may help u.

jjma’s picture

I'll try the paypal signup. I only want to sell individual products (not many) and the paypal cart is good enough for this purpose.

Jon

scottholmes’s picture

I have included Buy Now buttons on a site currently under development. All I did was create a new region for the button and create a module to populate the region. There are only two fields in my button form that change depending on product, the item name and the item price. The site is accessible at drupal.kidsgardens.net It will become the home site for kidsgardens.net after the owner signs off on the site. The buttons can be found on the pages of the book titled Publications. Hope this helps and I would appreciate any feed back on my drupal efforts. It's my first. I've been using Drupal for less than a week and just today received my copy of Pro Drupal Development.