将 PayPal 按钮集成到站点中

Posted

技术标签:

【中文标题】将 PayPal 按钮集成到站点中【英文标题】:Integrating PayPal buttons into site 【发布时间】:2012-01-29 16:26:38 【问题描述】:

我正在尝试将PayPal 按钮集成到网站。制作如此多的按钮是一项非常艰巨的工作,但我知道它是如何做到的,但现在我看到其中一些可以工作,而另一些则不能(并转到PayPal's 主页。)我无法确定会出现什么问题导致此错误。 代码非常大,不适合在这里,所以我分享给表单,第一个有效,而第二个无效

 <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="xxxxx">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Sumission Order 1- 3 articles ">
<input type="hidden" name="amount" value="xxx">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="products">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="tax_rate" value="0.000">
<input type="hidden" name="shipping" value="0.00">
<input type="hidden" name="add" value="1">
<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" >
<img  border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  ></p>
</form> </p>
<p>Sumission Order 2- <strong>5 articles</strong></p>
<p>
  <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <p>
      <input type="hidden" name="cmd3" value="_cart">
      <input type="hidden" name="business2" value="xxxxx">
      <input type="hidden" name="lc2" value="US">
      <input type="hidden" name="item_name2" value="Sumission Order 2- 5 articles">
      <input type="hidden" name="amount2" value="xxxx">
      <input type="hidden" name="currency_code2" value="USD">
      <input type="hidden" name="button_subtype2" value="products">
      <input type="hidden" name="no_note2" value="0">
      <input type="hidden" name="tax_rate2" value="0.000">
      <input type="hidden" name="shipping2" value="0.00">
      <input type="hidden" name="add2" value="1">
      <input type="hidden" name="bn2" value="PP-ShopCartBF:btn_cart_LG.gif:NonHostedGuest">
      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit2" >
    <img  border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  ></p>
</form>

请帮帮我。谢谢

【问题讨论】:

在不知道这会做什么的情况下,这行让我印象深刻:&lt;input type="hidden" name="cmd3" value="_cart"&gt; 应该是 cmd2 吗? 嗯,我在您的表单中没有看到任何带有type="submit" 的输入? @djlumley:我改成cmd2了,还是不行.. 【参考方案1】:

您已经更改了第二个表单中输入字段的名称。这些是发送到 PayPal 的变量。这意味着您现在正在发布其他变量;例如,PayPal 不理解 cmd2,但它理解 cmd。因此,将第二个表单中的输入字段重命名为 cmd, business, lc, item_name .. 等,它应该可以工作。

顺便说一句,在 html-tags 中有重复的 names 并不违法,只有重复的 ID's 是不允许的。

成功了!

【讨论】:

【参考方案2】:

由于您的按钮采用不同的形式,因此您无需在最后用数字标记输入的名称。这违反了 PayPal 的惯例。将cmd2改为cmd

【讨论】:

以上是关于将 PayPal 按钮集成到站点中的主要内容,如果未能解决你的问题,请参考以下文章

如何将 Paypal 智能按钮集成到 vue 浏览器扩展 pwa [关闭]

将 paypal 按钮与自定义表单集成,并在单击该按钮时将客户信息保存到数据库中

在不使用 PayPal 按钮的情况下将 PayPal .NET SDK 集成到网站中

使用客户端集成将变量 Amount 传递给 Smart PayPal 按钮是不是安全?

PayPal 结帐与 JS SDK 按钮的集成 - “无效的 sdk 元”问题

如何在网站上集成paypal