gpt4 book ai didi

paypal - 让 Paypal Checkout Button 重定向到标题为 'Pay with a debit or credit card' 的付款页面

转载 作者:太空宇宙 更新时间:2023-11-03 16:12:40 25 4
gpt4 key购买 nike

无法在线找到明确的答案。

现在,当点击我网站上的“使用 Paypal 结帐”标准付款按钮时,用户会被重定向到一个登录页面,其中有两个选项:“使用我的 paypal 帐户付款”或“没有 Paypal 帐户” ' enter image description here

我的问题是如何获得“没有 Paypal 账户?”文本改为说“使用借记卡或信用卡付款”,就像我在一些屏幕截图中看到的那样(见下文)。 enter image description here我知道登录页面根据用户的 cookie 显示不同,但我尝试了不同的 cookie 组合,但仍然无法获得“没有 paypal 帐户?”要更改的文本。

感谢您的帮助!

最佳答案

是的!很简单,只需在这个隐藏的输入字段中添加您的 Paypal 付款即可

<input type="hidden" name="landing_page" value="billing">

开发者的完整 Paypal 付款表格

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="yourbusinesspaypalaccountemail@mail.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Your Item Name">
<input type="hidden" name="amount" value="YOUR TOTAL AMOUNT">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Add special instructions to the seller:">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="landing_page" value="billing"> <!-- This filed redirect to Billing Page -->
<input type="hidden" name="return" value="Your Success URL">
<input type="hidden" name="cancel_return" value="Your Cancel Return URL">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.yourdomain.com/images/paypalpaynowbtn.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.yourdomain.com/images/paypalpaynowbtn.gif" width="1" height="1">
</form>

关于paypal - 让 Paypal Checkout Button 重定向到标题为 'Pay with a debit or credit card' 的付款页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15372833/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com