|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PayPall Script
i am creating an e-business site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
Cheers |
|
#2
|
||||
|
||||
|
this can be done using either ASP or PHP and paypal offers sample code for both of these.
__________________
Come JOIN the party!!! Quote of the Month: Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use. Questions to Ponder: What do you do when you see an endangered animal eating an endangered plant? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright© 2008 sbenj69 |
|
#3
|
|||
|
|||
|
Hey again... i have this HTML form code.. it is about the paypal shopping cart... the problem is that it has hidden form type... do i create forms like buttons, checkboxes and integrate them between the hidden forms ? i want to let my customers to check items and add them to the cart, i asked paypal and here's their code :
Code:
<form target="paypal"
action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="image" src="https://www.sandbox.paypal.com/
en_US/i/btn/x-click-but22.gif"
border="0" name="submit" alt="Make payments with PayPal -
it's fast, free and secure!>
<img alt="" border="0"
src="https://www.paypal.com/en_US/i/scr/pixel.gif
width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business"
value="sample@sample.com">
<input type="hidden" name="item_name"
value="Store Item 1">
<input type="hidden" name="amount" value="50.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="bn" value="IC_Sample">
</form>
cheersss |
|
#4
|
||||
|
||||
|
there are 2 ways to go ... you can have/create your own shopping cart for the user to add items to, then just pass the total amount to paypal using the hidden form data or you can set up paypal as your shopping cart. this depends on what you want to do. again, both ways are described in the paypal manuals.
|
|
#5
|
|||
|
|||
|
ok everything is great right now, i did everything, it is a great service... the thing is that i signed up for a personal ( free ) account, i tried to apply for the shopping cart and pay service, i got a message saying that this service "requires a premier or business account - you have to upgrade"
i did the upgrade for free.... how is that ? i mean is the premier account for free ? if i continue with this, will they - in the future - ask for fees ?? cheersss |
|
#6
|
||||
|
||||
|
no, i don't believe YOU pay any fees. however, with the business/premier account they do take fees from all payments received regardless if they're by check, cash, credit card, etc. those fees are noted on their site. i don't remember them off hand.
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > PayPall Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|