我想用 Paypal Checkout 上的一些文字替换我的 Paypal 电子邮件地址

问题描述

我在使用 PayPal 自定义结账时遇到问题。我想在自定义购物车结帐表单上替换我的 PayPal 电子邮件地址:

screenshot

这是我的代码

<form action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
   <input type="hidden" name="cmd" value="_xclick">
   <input type="hidden" name="business" value="yourmail@gmail.com">
   <input type="hidden" name="item_name" value="Test">
   <input type="hidden" name="currency_code" value="USD">
   <input type="hidden" name="amount" value="0.00">
   <input type="hidden" name="quantity" value="2">
   <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast,free and secure!">
</form>

如何在 wordpress 中执行此操作?

解决方法

将收款 PayPal 帐户升级为企业帐户,然后选择企业名称。

https://www.paypal.com/gf/smarthelp/article/how-do-i-upgrade-from-a-personal-premier-account-to-a-business-account-faq1317