zoukankan      html  css  js  c++  java
  • Checkout Now Alipay.com

    问题1:支付的时候只显示“Checkout Now”,不显示“支付宝Alipay.com”。

    原因:右上角的国旗对不对?切换。还有一个原因是你使用了 优惠码,用gofivgcn2优惠码会导致这个问题。

    解决办法1:直接打开这个页面——https://cart........com/PaymentAlipay.aspx?isc=gofivgcn2(网址如图)

    解决办法2:找到那个tbody,用firebug编辑,你知道的。

    代码如下:

    <tbody><tr>
                        <td align="center">
                            <div onclick="orderSum_ContinueShopping('ContinueShopping');" style="border: medium none;" class="spr_btn_ContinueCheckout4 spr_btns4">
                            </div>
                        </td>
                    </tr>
                    
                    <tr>
                        <td align="center" class="b t11">
                            OR
                        </td>
                    </tr>
                    
                    <tr>
                        <td align="center">
                            <div onclick="orderSum_ContinueShopping('Paypal');" style="border: medium none;" class="spr_but_images spr_but_paypalcheckout">
                            </div>
                        </td>
                    </tr>
                    
                    <tr>
                        <td>
                            <div class="s10">
                                &nbsp;</div>
                        </td>
                    </tr>
                    <tr>
                        <td align="center">
                            <div onclick="orderSum_ContinueShopping('AliPay');" style="border: medium none;" class="spr_but_images spr_but_alipaycheckout">
                            </div>
                        </td>
                    </tr>
                    
                </tbody>

    问题2:http://secure.payment.netgiro.com/ibpinit/?creq=BAAAAA 打不开

    解决办法:https。

    总之,还是办一个双币信用卡方便,用visa付款。

    哪个银行支持Linux、firefox:http://www.openbanks.info/

  • 相关阅读:
    安卓远程工具介绍及下载地址
    kylinos-kysec介绍
    远程控制工具ToDesk介绍
    kylinos桌面和服务器系统重置密码
    APT仓库目录和repository目录结构
    使用LVM实现动态磁盘管理
    如何实现访问http自动跳转https
    TypeScript学习 ———— 四、泛型
    TypeScript学习 ———— 三、function
    TypeScript学习 ———— 二、接口
  • 原文地址:https://www.cnblogs.com/sink_cup/p/checkout_now_alipay_secure_payment_netgiro_com.html
Copyright © 2011-2022 走看看