will1234craigsays
hey mate was going to buy
but there seems to be a ie 8 issue
when you get redirected to paypal
its stops working
any ideas on a fix
will1234craigsays
hey mate was going to buy
but there seems to be a ie 8 issue
when you get redirected to paypal
its stops working
any ideas on a fix
Vrythramaxsays
I work for a non-profit agency that takes donations as well as selling some online services, could this be adapted for dealing with both? Would it require a seperate installation (project) to do both? How about recurring billing?
MrBartlesays
Hay can you create it so that there is a drop down menu instead of the input box for the description?
MrBartlesays
And that affect the price that is in the input box below or the customer can add it.
If these are both possible I will purchase it with these amendments.
will1234craigsays
hey mate could just be my system
but here is a link to the page i get via the demo
could be an issue with my system
i will test it out on other systems over the weekend if its all ok i will buy
thanks mate
https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=27Nw9uqUCxVSyemmKIo9Lz8pBmg6GhSibcnsfda-9NmZVoQ7DeC3MJYbeOe&dispatch=5885d80a13c0db1fb6947b0aeae66fdb090c3508df63c7a01f761c9e563d3d93
will1234craigsays
hey mate how do you change the currency ,
thanks
will
Dynumo_Interactivesays
Hi, would it be possible to have the payment split, and sent to several different accounts?
Dynumo_Interactivesays
Would you be able to do said custom development, and how much might you charge if you did 
Dynumo_Interactivesays
Hi,
After some research I discovered that paypal is bringing out an “adaptive payments api” to help with the sort of thing I was after.
You can read more about it here: http://www.webpayments.ie/blog/PayPal-Adaptive-Payments-a-flexible-payments-API-from-PayPal.html
If you had a future release of your paypal script that could use this api, I think it would be a major selling point.
Regards,
Dynumo Interactive. 
MADSOFTsays
Say I set the amount field in the form to contain a specific amount. Will it be possible for the paypal API to return me to the site after my purchase and perform a query to add an entry in my database?
Example: Purchase “10 game coins”. I want the script to add 10 game coins to the purchaser’s account AFTER he has payed. Although I want it to be 100% secure, so people cannot cheat their way into getting more coins.
If that is possible, then I will purchase. Although I would appreciate some assistance if I can’t set this up on my own.
Thank you! =)
Yep, it is possible to do that, I’ve done it in the past, you will need to post a variable – memberID or something like that to paypal, and it will return that variable upon successful payment to your processing page. The only concern is that, to be returned to your site after successful payment- customer has to click the link on paypal: “return to merchant website”, which is actually pretty small link. You can post a note on your website before payment button that it is very important to click that link. If you’re ok with that – I can help you integrate it.
It is better to use paypal payments pro account, but it has monthly fee, and you will need different script.
c00ki3says
I want to integrate this into a shopping cart, i just checked out your demo for single item script and i can se that you send product informations to paypal from your site and the amount the buyeR have to pay?
Is there any plausibility to modify the script and send multible items from the shopping cart? ..and add Shipping 8 Handling to?
Hi c00ki3, Yes it is possible to do what you described with a bit of programming. I usually use this script as a “base” for paypal shopping carts. If you will decide to purchase script – send me personal message and I will help you to accomplish what you described.
Patmansays
I bought this and I im curious to know; is there a way that the customer fill out shipping information on my site?
Thank you for purchasing,
By default you will get their default paypal shipping address, and when customer confirms payment – he has option to edit shipping address, so there is actually no need to add the same fields to payment terminal.
If you still want customers to enter their shipping address on terminal stage – this can be achieved with a small customization. You can contact me by email and I will be happy to quote you on this.
Patmansays
I’m thinking of that the customer doesn’t have a paypal account, and pays with credit card. The customer must fill out shipping information and credit card information.
Thanks
slapshotsays
I have a form that collects the data needed then posts to another form that displays the info. On that form I have a total amount needed to pay. Can I have that amount inserted into the amount field on your form? If so I will purchase immediately.
nsafsays
rxnk my payment method is only AUD in dropsown, when i enter amount 20 and redirect to paypal it say $28, am I doing something wrong here?
nsafsays
My Apology, that’s because I have set postage amounts in my paypal and it adds the postage amount too. All fixed..
This is great script
idarylsays
Can this be configured so the whenever a client clicks the Pay my company button it goes directly to the paypal screen where the credit card window is – rather than to the standard window where they are asked to create an account (most people dont want to) and when I explain about the little link on the left side they get frustrated, as do I.
I would like to bypass that step and go straight to the invoice payment window. Is that possible?
Yes, credit card screen appears automatically if you have PREMIUM or BUSINESS paypal accounts. As far as I remember both of them are free (premium is 100% free). You can easily upgrade your account in your paypal profile screen, with couple of clicks. After that any customer who will pay you – will have option to pay with credit card directly.
So, you don’t need to modify the script, you only need to upgrade paypal account.
nsafsays
rxnk is it possible.. where it says services when you click that tab it blanks so people can add their description?
TomSpitsays
Hey rxnk, could this be made to put the single item up on display. When the user has gone through the paypal terminal and paid, receive a download link to a file?
Actually yes!
I have written a small tutorial specifically for the purpose of selling single item, here is the link http://www.rxnk.com/scripts/paypal/index_hard.php to demo and link to tutorial : http://www.rxnk.com/scripts/paypal/tutorials.html#tut2
The only thing which you would need to implement is – on thank you page of this script – in the code where a notification is sent to admin – add code to send link to customer who paid. If you’ll need a help with this you can contact me by email.
You also need to keep in mind that once this link was given to 1 customer – he can forward the link to anybody… so you’ll need to implement maybe some sort of a checking system for that.
worldwidegigiosays
Hi rxnk, is it possible to integrate your php into an Activeden template? I mean, can this php be embedded/called by an SWF or it does require an HTML page?
thanks a lot…I hope my english was clear…
Luigi
limay07says
Do you know if your script runs in PHP 5 ? , because in PHP version it only appears PHP 4 .
Thanks, great script!
pixaliessays
Is it possible to add a sales tax after the person have entry an amount??
Thank You
Yes, it is possible you will need to add another line of code to processing part – name will be tax_1 and value should be your_total*0.05 (0.05 = 5 percent, 0.5 = 50 percent) if you will need help – you can send me an email through den page and I will be glad to assist you.
58comments