Is there a plugin or other way to accept Paypal payments but have the customer be able to add in ANY dollar amount they want?
Long story short, the site is for services- not product and would be used to accept payment after services are completed. Therefore it is not a 'donation' nor an 'item' and the dollar amount will change with each person.
Any ideas? Any assistance would be appreciated! I have been searching and only find donations or otherwise set $ amounts.
I have no idea what plugin you're using or how you're doing it, but on my paypal donation form, I just have an input text box where they can type in the amount. It defaults to $5.
<input type="text" name="amount" size="16" title="The amount you wish to donate" value="5.00" />
Otto, could you please send me which plugin you are using? I haven't seen this on the ones I have downloaded. Thank you!!!
It's just a little paypal widget. Just create a form in my sidebar. You could create it yourself without a plugin, if you wanted. It's just a simple HTML form, after all.
http://patrick.bloggles.info/plugins/
I am still having issues in getting this to work for my specific needs. I would like to have something simple, that is just an empty field for the dollar amount.
I am new to this, so please bare with me. I appreciate the help!