« Google右侧广告Adwords常识几年了,网络营销的创始人们都在干嘛? »

Paypal(贝宝)支付到(付款给)的代码

发布:kczm | 分类:程序脚本 | 评论:0 | 引用:0 | 浏览:

Paypal(贝宝)支付到(付款给)的代码

表单例子: 把其中的business的Value改一下即可。

<form method="post" action="https://www.paypal.com/cgi-bin/webscr">
   <fieldset><input type="hidden" value="_xclick" name="cmd">
   <input type="hidden" value="lokesh2084@gmail.com" name="business">
   <input type="hidden" value="1" name="no_note">
   <input type="hidden" value="USD" name="currency_code">
   <input type="hidden" value="0" name="tax">
   <input type="hidden" value="PP-DonationsBF" name="bn">
   <input type="image" alt="Make payments with PayPal - it's fast, free and secure!" src="http://www.makewing.com/lanren/jscode/js-0026/images/donate-button.gif" name="submit">
   </fieldset></form>

做外贸的客户,可以直接把这个代码加在网站上,付款方式(Payment)栏目里,方便客户直接用Paypal支付,然后用VISA卡收款即可。

tagTags:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。