Hello. I'm currently working on a website for a product. One-page, on-product, simple and effective. What I'm inquiring about is payment options. I intend CC, Paypal, Google Checkout, and a couple others. Now, there are many ways to accept these payments, but I want the user to make the purchase from our site, and return back to the site after making payment. The first option is to integrate all these payment options individually. There are small scripts/modules for this type of thing, which I can adapt and integrate. Problem is, I'd have to do this for every payment type, and this is laborious. The other option is to integrate a shopping cart system, which would include functions for checking out with any given payment option. However, I'm just looking for a one-page deal with a simple and effective payment button. I don't need a cart, or multiple items, or accounts and templates, and all the rest of the shopping-cart-script goodies. Is there anything in-between, or a better option anyone has encountered? Ideally I could use a payment option handler that would have no problem selling a single product, but I don't need extra features or unnecessary time spent integrating. Any ideas?
Well Paypal has that kind of "Buy now" button, checkout their information at paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outside
paypal button already set all them for all merchant account with them,and I think the script already set with a link so that after payment done ,buyer could be back at there "congratulations page Thanks for making payment like that "
Turns out there's little to nothing in the way of modules for this kind of thing. Thanks for your help!