Jump to content

PayPal Checkout?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
phpforfun

phpforfun

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,236 posts
ok, so the reason im posting this in the PHP section, is because PayPals checkouts use PHP

Im helping develop a website, here is how the website will work.

Main Product - $300
- Optional Product Addon1 - $30
- Optional Product Addon2 - $40
- Optional Product Addon3 - $50
- Optional Product Addon4 - $60

Lets say the client wants the main product with optional product 3 and 4, thats a total of $410. My question is, how do I auto generate an invoice for $410? Paypal has a form for invoices, but they are all manual, which means the owner would need to go add the main product and addons one by one.

If anyone knows of any checkout form that would work for this, using paypal, and maybe CreditCard, please let me know!
Checkout my new forum! http://adminreference.com/

#2
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
Can't you make a php script that automatically fills in the necessary values then posts them to paypal? You can create an http post through php's curl functions, and likely other functions. I can probably post some sample code that I've recycled throughout my web development career if you'd like it :)