opencart网店设置opencart PayPal Express Checkout收款教程
分类:后台问题 Tags: opencart paypal 评论:0 浏览:1151 最近更新时间:2021/10/29 21:09:16
后台——扩展功能——扩展功能——支付方式——找到PayPal Express Checkout——先安装——再编辑
从官网找到密钥, 填入 “API Details” 中对应的 API Username, Password, Signature
API获取地址: https://www.paypal.com/us/cgi-bin/webscr?cmd=_login-api-run
(我们这里做的网站,以下修改请联系我们进行修改)
文件/catalog/view/theme/default/template/checkout/cart.twig,114行
<div class="pull-right"><a href="{{ checkout }}" class="btn btn-primary">{{ button_checkout }}</a></div>
改成:
<div class="pull-right"> <a href="{{ checkout }}" class="btn btn-primary">{{ button_checkout }}</a> <a href="/index.php?route=extension/payment/pp_express/express" title="PayPal Express Checkout" style="text-decoration:none;"> <img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png" alt="PayPal Express Checkout" style="float:left;"> </a> </div>
本文地址:/665/
-
• opencart网店设置opencart PayPal Express Checkout收款教程
• opencart安装简体中文语言包教程
• opencart设置价格区间筛选教程
• opencart商品属性Attribute设置教程
• opencart设置不同地区不同重量运费
• opencart网店设置PayPal Payments Standard收款教程
• opencart网店添加产品教程
• opencart网店添加产品分类教程
• opencart网店把分类显示到顶部导航教程
• opencart网店首页Featured产品设置教程