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!
PayPal Checkout?
Started by phpforfun, Dec 15 2008 09:30 PM
1 reply to this topic
#1
Posted 15 December 2008 - 09:30 PM
Checkout my new forum! http://adminreference.com/
|
|
|
#2
Posted 20 December 2008 - 07:59 PM
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 :)


Sign In
Create Account


Back to top









