opencart网店设置opencart PayPal Express Checkout收款教程
分类:后台问题 Tags: opencart paypal 评论:0 浏览:2014 最近更新时间: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网店产品添加颜色、尺寸选项教程
• opencart设置价格区间筛选教程
• opencart网店设置PayPal Payments Standard收款教程
• opencart网店添加产品分类教程
• opencart网店首页Featured产品设置教程
• opencart网店about us内容修改教程
• opencart首页添加自定义模块教程
• opencart网店展示视频教程
• opencart网店设置opencart PayPal Express Checkout收款教程