我在这里: 深圳seo » 〖ZEN-CART〗 » 浏览文章: zen-cart CTOPAY接口问题!
« 建立Zen Cart网上商店的第一步2008年国内最常用的独立网店系统大全! »

zen-cart CTOPAY接口问题!

paypal跳转

zen-cart-v1.3.8a-full-fileset-12112007英文版。在使用开发的payment discount中,发现安装后,付款过程中无法显示订单内容,发现是第80行、85行和86行写法有疏忽。 80行 $products = $cart->get_products(); 应为 $products = $_SESSION['cart']->get_products();
85行 if (ereg('^GIFT', addslashes($gv_result['products_model']))) { 应为 if (ereg('^GIFT', addslashes($gv_result->fields['products_model']))) {
86行 $qty = $cart->get_quantity($t_prid); 应为 $qty = $_SESSION['cart']->get_quantity($t_prid);
经测试更正后正常。
 

  •  
  • ·JSP接口
  •  
  • ·ASP接口
  •  
  • ·PHP接口

  • ·查询接口文档下载

  • ·收汇宝客户端下载

  • ·风险宝客户端下载

  • ·商户交易限额变更表

    请联系客服索取

  • ·商户名称变更表

    请联系客服索取

  • ·商户银行账户信息变更表

    请联系客服索取

  • ·提交结算订单申请格式

    请联系客服索取

  • ·退款通知书格式

    请联系客服索取

    • 相关文章

    发表评论

    为了防止SPAM,含链接的评论需要审核后才能显示。

    ◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

    www.51ctoall.cn