Add Payza Donate Button to Your Blogging site




Today i'll enlighten you with a way to Add payza donate to Your Blogger
Many times I actually have examine a payza donate button. you recognize those button wherever the  users will donate bit a pair of the location. however finding one is actually powerful. Paypal™ contains a gift button, however you'll be able to gift providing you have got a Paypal™ account. however everybody does not contains a Paypal™ account.
So the different possibility is a pair of enable individuals to use their credit-cards to gift. however to change this feature you have got to pay associate degree way over 20-25%. currently that's a true chisel.
Another option is payza™, they permit credit-card group action four free once a straightforward web site verification. however the matter is that they haven't got a prepared created gift button. that the possibility is to use a get button as a donate button.

But currently the matter is that the quantity four a obtain button is mounted (as you do not need the user to choose the quantity for a purchase), however just in case of a donation the user needs to pick out the quantity to gift.
Now I searched information superhighway four someday & finally found a code that permits the user to alter the quantity to gift as per their would like. however it had some drawback, simply a defect as you'll be able to add any text within the text box. currently that  is silly as nobody would enter alphabet in this text box however Y take the danger therefore I found a script & changed the Code in order that solely positive integers will B entered within the text box.



<html><head>
<!– Code written by someone else but the whole thing is made by kkb–>
<script language="JavaScript">
function checkIt(evt) {
    evt = (evt) ? evt : window.event
    var charCode = (evt.which) ? evt.which : evt.keyCode
    if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        status = "This field accepts numbers only."
        return false
    }
    status = ""
    return true
}
</script></head><body>
Enter Donation Amount:
<form method="post" action="https://www.alertpay.com/PayProcess.aspx">
     <input type="hidden" name="ap_purchasetype" value="item-goods">
     <input type="hidden" name="ap_merchant" value="kbehera351@gmail.com">
     <input type="hidden" name="ap_itemname" value="Donate">
     <input type="hidden" name="ap_returnurl" value="Thank you page">
     <input type="hidden" name="ap_quantity" value="1">
     <input type="hidden" name="ap_description" value="Your each penny will keep us to continue">
     <input type="text" name="ap_amount" value="" onKeyPress="return checkIt(event)">
<select name="ap_currency">
<option value="AUD">AUD</option>
<option value="BGN">BGN</option>
<option value="CAD">CAD</option>
<option value="CHF">CHF</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="EEK">EEK</option>
<option value="EUR">EUR</option>
<option value="GBP">GBP</option>
<option value="HKD">HKD</option>
<option value="HUF">HUF</option>
<option value="LTL">LTL</option>
<option value="MYR">MYR</option>
<option value="NOK">NOK</option>
<option value="NZD">NZD</option>
<option value="PLN">PLN</option>
<option value="RON">RON</option>
<option value="SEK">SEK</option>
<option value="SGD">SGD</option>
<option value="USD" selected="selected">USD</option>
<option value="ZAR">ZAR</option>
</select>
     <input type="hidden" name="ap_cancelurl" value="your cancelation url">
     <input type="image" name="ap_image" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjptW7JGWU7mrNGFoapwn9M3Q5X2FEEQjT-POL6h1RGtKS3n6LEH2j949j1FrlOFDjYFzkvdDFZq7PKLlepP2SkHerFftbFuLbWuEnx36VaLbeHaTLffh6GrpkFxgeJ-RK_7ThyEz5oJCI/s1600/alertpay+donat.gif.png">
</form>
</body>
</html>

REplace red coloured by your own payza email id
The badge will look like this




If you like the post,please share this


Get free daily email updates!

Follow us!



Share your views...

0 Respones to "Add Payza Donate Button to Your Blogging site"

Post a Comment

 

Check This!

© 2012 All Rights Reserved