“Return to Merchant”显示的内容是否有所改变?

时间:2012-11-03 02:34:12

标签: html paypal

有人知道最近PayPal如何处理返回值的某些事情发生了变化吗?

当有人从我们的网站购买商品时,他们常常会看到“返回商家名称”之类的内容。但在过去的几周里,他们看到了“Return to person@website.com”。这会使他们感到困惑,因为他们希望返回到确认页面,在那里他们可以下载PDF文件或只看“感谢您的购买”。奇怪的是,单击person@website.com链接会将它们带到正确的页面,但大多数人不会尝试它,因为它看起来像一个电子邮件地址。

我们的按钮代码没有改变:

<!-- Return URL Values. --> <input type="hidden" name="return" value="http://www.test.com//Success.php"> <input type="hidden" name="cancel_return" value="http://www.test.com/index.htm">

该代码还包含以下内容:

<!-- Identify your business so that you can collect the payments. --> <input type="hidden" name="business" value="person@website.com" />

有什么建议吗?

由于 萨姆

0 个答案:

没有答案