我需要从Auto return
按钮paypal
代码覆盖给定的默认HTML
网址。我按照以下步骤操作:
Buy Now
按钮,并保留Return
和Cancel
网址选项。粘贴按钮代码
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="return" value="http://www.someURL.com"/>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="G3WQ*******">
<input type="image" src="https://www.sandbox.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
在Sandbox
成功付款后,PayPal始终会将我重定向到默认网址。
为什么不压倒它?任何帮助都会很明显。
我在PayPal
社区和StackOverflow上看到了几个类似的未回答的问题:
答案 0 :(得分:1)
当您使用托管按钮时,您将无法直接在按钮中使用返回字段。必须在创建按钮时在托管按钮设置中设置(或通过PayPal帐户进行编辑)。
如果您希望能够动态设置自己的返回网址,则必须使用非托管按钮。