贝宝退货页面/成功页面问题 [英] PayPal Return Page / Success Page issue

查看:78
本文介绍了贝宝退货页面/成功页面问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在BuyNow页面上使用PayPal微型购物车.但是问题是,在完成PayPal网站上的搜索后,用户没有重定向回返回页面. 尽管交易已成功完成,但没有重定向到返回页面( http://XXX.org/BuyerInfo.aspx )

I am using PayPal minicart on a BuyNow Page.But Problem is that User doesn't redirects back to the return page after completing the traction on PayPal Website. Although transaction has been successfully completed but there was no redirect to the return page ( http://XXX.org/BuyerInfo.aspx )

这是代码

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
            <fieldset style="float:none">
                <input type="hidden" name="cmd" value="_cart" />
                <input type="hidden" name="add" value="1" />
                <input type="hidden" name="business" value="X@gmail.com" />
                <input type="hidden" name="item_name" value="Product 1" />
                <input type="hidden" name="amount" value="6.00" />

                <input type="hidden" name="currency_code" value="USD" />




<input type="hidden" name="return" value="http://XXX.org/BuyerInfo.aspx" />



                <input type="hidden" name="cancel_return" value="http://XXX.org" />

                <ul id="centerFix" style="text-align:justify"  >
                    <li class="centerf"><strong>Price</strong>: $6.00</li>

                </ul>

                <input type="submit" name="submit" value="Add to cart" class="button" />
            </fieldset>

        </form>


        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="last"> 
            <fieldset>
                <input type="hidden" name="business" value="X@gmail.com"> 
                <input type="hidden" name="cmd" value="_cart"> 
                <input type="hidden" name="display" value="1"> 
                <input type="submit" name="submit" value="View your cart" class="button">
            </fieldset>
        </form>

谢谢

推荐答案

网站付款标准仅在以下情况下自动重定向:

Website Payments Standard only redirects automatically if:

  1. 在PayPal帐户上已启用自动退货"(通过个人资料">我的销售工具")
  2. 买家是注册的PayPal买家

如果买家不是注册的PayPal买家,则必须点击橙色的返回商家"按钮.

If the buyer is not a registered PayPal buyer, they'll have to click the orange "Return to merchant" button.

如果您设置返回",它将覆盖您在自动返回"设置中指定为返回URL的任何值.

If you set 'return', this will override whatever value you specify as the return URL in the 'Auto Return' settings.

您能否说明为什么需要买家退货?如果需要的话,还有更好,更安全的方式可以在交易完成后为您提供信息.

Can you clarify why you need the buyer to be returned back? There are better, more secure ways to provide you with information when the transaction has been completed, if that's what you need it for.

这篇关于贝宝退货页面/成功页面问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆