basically "your account" is just an email address.
when you submit a sale to paypal there's just a few fields, including your email,
the amount being charged, etc... (other stuff is optional, like exactly what your selling)
after that (checkout from yer site to paypal) the user has a few choices:
- pay with their existing paypal account (which could be credit/debit cards, band accounts, etc)
- make a new paypal account
- or just use a credit card.
my boss on an old project was suspect that people would use the 3rd option, and didnt
want to force his clients to signup. seeing the reports from paypal, 99% of his customers
used the 3rd option of just using their card. they just enter the number, and if necessary
the address to send the item(s) to.
code wise,
there is a native paypal shopping cart, but yew can just use the API like i did. yer website handles all the shopping cart stuff,
then yew just submit that info to paypal when they checkout.
if yew'd like more info, or some sample code (php), feel free to PM me ;D
on that note, there's lots of free / open source shopping cart solutions out there...
here's a review of some of the best... 8 best open-source shopping cart solutions.
personally, i have only ever used cube cart, agora cart, and zen cart.
all three of which were nice. but i usually like to code everything from scratch, that's what im payed for ;D
hope that helps...
Last edited by xero (Feb 15, 2011 6:44 pm)