Tạo nút tự nhập tiền thanh toán PP và AP

Như tiêu đề bạn nào cho mình hỏi AP và PP có chứa năng tạo nút thanh toán mà do người mua tự nhập số tiền vô không?? Nếu có thì làm thế nào để tạo
 

danviphn

Banned
Joined
Mar 18, 2011
Messages
1,686
Reactions
536
MR
0.000
đó là chức năng thanh toán thỏa thuận của các cổng thanh toán, bạn có thể sử dụng khi sản phẩm chưa có giá cố định hoặc phải liên hệ, khách có thể nhập số tiền, số lượng, ghi chú...., trong tài khoản có sẵn hết các module đó bạn , tự tìm hiểu khai thác nhé :)
 
Upvote 0

tung1610

Newbie
Joined
Sep 26, 2011
Messages
281
Reactions
41
MR
0.000
Chat with me via Teams
Trong pp bạn vào Merchant Services -> kéo xuống Key Features chọn Buy Now Buttons đề tạo, về cơ bản là vậy chứ mình chưa tạo thử nên ko biết...
 
Upvote 0

BKParabol

Senior
Joined
May 5, 2012
Messages
556
Reactions
1,233
MR
0.000
Trong support của AP nó bảo là ko 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"


---------- 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
 
Upvote 0
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

lát làm thử xem sao :)

---------- Post added at 04:34 PM ---------- Previous post was at 04:30 PM ----------

Personal Starter ko có chức năng này :((
 
Upvote 0
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.
 
Upvote 0
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.

À là do bạn hỏi có làm được nút thanh toán hay không thì mình lấy tin từ support của nó thôi. chứ mình có site đâu mà làm :))
 
Upvote 0
Của mình là personal cậu à . ko phải starter

làm theo cái này đi câu

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"
 
Upvote 0

Announcements

Today's birthdays

Forum statistics

Threads
435,371
Messages
7,338,335
Members
186,900
Latest member
Xataranha
Back
Top Bottom