Click to See Complete Forum and Search --> : shopping cart


dag78
05-13-2008, 06:43 AM
does anyone know of a shopping cart that will integrate with paypal
I have the products showing and I want to have a session based cat that will then add the products to the cart, be able to choose shipping, then process the payment, ideally the paypal will email the order to the paypal account email.
alternativly I will consider setting up an admin section so that the users will pay via paypal, then go to a confirmation screen, which will also put the data into a sql database and be available in a admin area.
Any Ideas anyone?

gazzwi86
05-13-2008, 12:20 PM
could you not just mail(); the data to yourself. It sounds like you have a working cart creating a total. So you could send that total to paypal have it paid and then re route to a admin page that mails it to yourself as well as insert it to a database. That how i had mine working...

dag78
05-13-2008, 03:47 PM
not got to a working cart stage as not sure how to pass the cart sessions and such like, never done it before so trying to learn on the fly

dag78
05-26-2008, 06:42 AM
now got a working cart, but I am unsure how to integrate paypal into the payment function

bluestartech
05-26-2008, 07:31 AM
the paypal developer support website shows the neccessary forms to accept paypal payments on merchant websites, it is relatively straight forward