zoukankan      html  css  js  c++  java
  • MAGENTO网站如何设置PAYPAL收款方式

    Magento集成了各种Paypal收款方式,但是因为其它方式都有一定要求,如只能美国商家使用,必须有商业账号等,实际上中国卖家使用的主要有两种方式:Paypal网站支付标准版(Paypal Payment Standard) 和 Paypal快捷支付 (Paypal Express Checkout)。

    第一种,网站支付标准版:

    登录Magento后台, System -> Configuration -> Payment Methods -> PayPal All-in-One Payment Solutions  Accept and process credit cards and PayPal payments -> Paypal Payment Standard , 点击 Configure按钮

    Email Associated with PayPal Merchant Account:填入Paypal账号 (如:pay@esitediy.com)

    Enable this Solution:选择 ‘Yes’

    基本设置 (Basic Setting)

    Title:显示在结算页面的支付方式名称,填写‘Paypal’即可 或者保留‘PayPal Website Payments Standard’不变

    Sort Order:如果同时提供多种支付方式,这个是用于给支付方式排序的,比如希望它排第一,就填入‘1’

    Payment Action:Authorization表示每笔付款要经过卖家确认,Sales付款直接打入卖家账号无需卖家确认,前面一种安全,后面一种便捷,一般选择 Sales

    高级设置 (Advanced Settings)

    Payment Applicable From :默认 All Allowed Countries表示能用Paypal的国家的买家都可以向你付款;如果你只想和一个或者数个国家的买家做生意,那么就选择 Specific Countries 然后从下拉菜单中选择国家。

    其余选项保持默认,点击 Save Config按钮。刷新缓存,再到前台结算页面,Paypal选项应该已经出现在支付方式选项那里了。

    第二种,快捷支付 PAYPAL EXPRESS CHECKOUT

    PayPal Express Checkout,点击 Configure按钮

    Email Associated with PayPal Merchant Account:输入Paypal账号

    API Authentication Methods:API Signature

    API Username、API Password、API Signature 这三项不知道怎么填?不用急,点击 Get Credentials from Paypal,跳出 Paypal登录界面,输入账号密码,即出现答案,依次复制粘贴即可

    Sandbox Mode:No

    API Uses Proxy:No

    Enable this Solution:Yes

    Title:PayPal Express Checkout

    Sort Order:1

    Payment Action:Sales

    Shortcut on Shopping Cart:Paypal快捷支付按钮(Express Checkout)是否显示在购物车页面(非结算页面)

    Shortcut on Product View:Paypal快捷支付按钮是否显示在产品页面,不用到购物车直接从产品页面跳到Paypal支付,这两项依据情况自选 Yes或者 No。

    点击 Save Config按钮保存。刷新缓存。快捷支付按钮应该已经出现在合适的位置

    不在吃苦的年纪选择安逸!
  • 相关阅读:
    浅析 MySQL Replication(转)
    mysql优化案例
    create index 与 alter table add index 区别
    /etc/sysctl.conf参数解释(转)
    Linux内核 TCP/IP参数调优
    OneProxy常用参数说明
    转载:如何在面试中写出好的代码
    F面经:painting house
    Lintcode: Merge Sorted Array II
    Lintcode: Median
  • 原文地址:https://www.cnblogs.com/DaHai-st/p/6387311.html
Copyright © 2011-2022 走看看