Multiple items with PayPal button and PHP
- by user146780
I'm building a website where I basically want my checkout to work like this website:
http://www.solutionkaizen.com/html/boutique.php
It allows you to enter the quantity for each item and then press a button which brings you to PayPal and lists how many Products you have.
On PayPal's website, all the info I found seems to lead to me needing a shopping cart. If this is absolutely necessary, how could I implement that?
Thanks