How do you use paypal?

Fuma

Executive Member
Joined
Jul 9, 2007
Messages
5,111
This guys has a website (www.whatever.com) and a paypal (uk) business account and wants to add a simple "shopping cart" and uses paypal for payments.

That shopping cart has the following text boxes and a button:
<input type="text" name="txtQuantity" maxlength="3">
<input type="text" name="txtPrice" disabled=true>

<input type="submit" value = "Buy">

If the quantity is 2 or more, the customer get a 10% discount. My question is how do I use these values (quantity, description, and price) to send and pay this guy?

I don't know how paypay works. I'm still reading through their website and I think I saw somewhere where they say I can use simple html or api to do this.
 

WHLuke

Member
Joined
Sep 22, 2009
Messages
15
Hi don't believe you can receive money using Paypal is SA.
You can however send money using Paypal.
 
Top