AP theo mình nhớ là phải đăng kí với AP và đợi nó kiểm duyệt nữa mới được
Does alertpay have a donate button?
I want to use alertpay for donation, how do I add a donate button to my website??
We do not have a Donate Now button at this time, but we are working on one. For now, you can change our current Buy Now button to work like a Donate Now button without a specific amount by following these instructions:
1. Login to your AlertPay account.
2. Click on Business Tools
3. Under Advanced Integration, click Generate a Buy Now Button
4. Enter all the required fields. You may enter any amount for now, for instance, $2.00.
5. Press Finish
In the button code that is generated after, please change the following:
<input type='hidden' name='ap_amount' value='2.00'>
to
<input type='text' name='ap_amount' value=''/>
Here is a complete sample code for a Donation Button:
<form method="post" action="https://www.alertpay.com/PayProcess.aspx" >
<input type="hidden" name="ap_purchasetype" value="item"/>
<input type="hidden" name="ap_merchant" value=" [email protected]"/>
<input type="hidden" name="ap_itemname" value="Donation Example"/>
<input type="hidden" name="ap_currency" value="USD"/>
<input type="hidden" name="ap_returnurl" value=""/>
<input type="hidden" name="ap_itemcode" value="200"/>
<input type="hidden" name="ap_quantity" value="1"/>
<input type="text" name="ap_amount" value=""/>
<input type="image" name="ap_image" src="https://www.alertpay.com//PayNow/4F59239578EA46C1AD168BA6E9BD2067g.gif"/>
</form>
If you put this code on a web page, you will be able to change the amount you wish to pay when you reach our checkout page. www.alertpay.com
"My Way To Pay"
Trong support của AP nó bảo là ko có
---------- Post added at 03:32 PM ---------- Previous post was at 03:31 PM ----------
Còn PP thì đã có từ lâu như mọi người cũng biết tới Donate rồi
Trong support của AP nó bảo là ko có
---------- Post added at 03:32 PM ---------- Previous post was at 03:31 PM ----------
Còn PP thì đã có từ lâu như mọi người cũng biết tới Donate rồi
thử đi cậu.mình làm không được hizhiz. cách đây 1 tháng mình thử thì không được. tính làm 1 site bán ebook .mà ko có nút thanh toán thì hơi căng.
google thấy thế này: http://www.vnpaypal.com/2010/07/tao-nut-paypal-donate-e-quyen-gop-ung.htmlcó pác nào làm được thì chỉ cho newbie với nhé
cũng dễ thôi, nhưng Starter ko đc làmpaypal làm thì đơn giản rồi. chỉ có ap là ko biết làm thế nào thôi cậu à
cũng dễ thôi, nhưng Starter ko đc làm
Của mình là personal cậu à . ko phải starter
We do not have a Donate Now button at this time, but we are working on one. For now, you can change our current Buy Now button to work like a Donate Now button without a specific amount by following these instructions:
1. Login to your AlertPay account.
2. Click on Business Tools
3. Under Advanced Integration, click Generate a Buy Now Button
4. Enter all the required fields. You may enter any amount for now, for instance, $2.00.
5. Press Finish
In the button code that is generated after, please change the following:
<input type='hidden' name='ap_amount' value='2.00'>
to
<input type='text' name='ap_amount' value=''/>
Here is a complete sample code for a Donation Button:
<form method="post" action="https://www.alertpay.com/PayProcess.aspx" >
<input type="hidden" name="ap_purchasetype" value="item"/>
<input type="hidden" name="ap_merchant" value=" [email protected]"/>
<input type="hidden" name="ap_itemname" value="Donation Example"/>
<input type="hidden" name="ap_currency" value="USD"/>
<input type="hidden" name="ap_returnurl" value=""/>
<input type="hidden" name="ap_itemcode" value="200"/>
<input type="hidden" name="ap_quantity" value="1"/>
<input type="text" name="ap_amount" value=""/>
<input type="image" name="ap_image" src="https://www.alertpay.com//PayNow/4F59239578EA46C1AD168BA6E9BD2067g.gif"/>
</form>
If you put this code on a web page, you will be able to change the amount you wish to pay when you reach our checkout page. www.alertpay.com
"My Way To Pay"
