ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# 结算页【checkout】配置 ***** ## 2,Paypal支付 不需要安装插件,直接利用magento后台配置,要申请paypal商业账号,创建商业账号sandbox(us), 得到 商家用户和客户用户 来测试支付和收入。 ![](https://img.kancloud.cn/c5/a8/c5a82364e30aa73a768af1f495d18991_694x410.png) 参考资料: 1,国外资料 [https://www.mageplaza.com/kb/how-to-configure-paypal-express-checkout-payment-method-magento-2.html](https://www.mageplaza.com/kb/how-to-configure-paypal-express-checkout-payment-method-magento-2.html) 2,国内资料 [https://www.kancloud.cn/zouhongzhao/magento2-in-action/699199](https://www.kancloud.cn/zouhongzhao/magento2-in-action/699199) ***** ## 3,Stripe, 信用卡支付网关 (Credit Card Payment Gateway) 1,安装插件 https://code.stripe.com/magento/stripe-magento2-latest.tgz 2,申请stripe账号 3,在插件后台按流程配置,登录授权就可以。 4,信用卡测试支付 ,[Test your integration | Stripe Documentation](https://stripe.com/docs/testing#cards) 5,注意: SMTP要配置好,才能够更好测试购物支付流程 ## 4, Magento 2 One Step Checkout 地址:https://www.mageplaza.com/magento-2-one-step-checkout-extension/ 作用:优化结算步骤,自定义结算选项 ,提高转化率。 > One of the secrets to improving your conversion rates is removing everything that isn't essential to the checkout process to keep the user on track. We can improve the checkout experience so that, when the user opens the Terms & Conditions page, it will open in a pop-up. There won't be anything that can distract them, and the only thing they can do is close the window. This should improve your conversion rates. 去掉所有非必要功能和流程,保证checkout的性能和用户体验。 ![](https://img.kancloud.cn/dc/02/dc02b3162f040eed4b997ee11ccff35d_694x528.png) 结算页自动完成地址填写【Auto complete address】配置: 1, 利用 google place API,申请api secret 3,后台配置secret 就可以。 ***** ## 5,购物车促销 (Up Selling) 作用解释:[Shopify提高店铺销量的三大方法 顾小北的B2C博客 (guxiaobei.com)](http://www.guxiaobei.com/promote-shopify-sales.html) 实现方法: TODO ***** ## 6,物流配置,运费配置,免邮配置 : 1,平邮flat :magento后台设置运费选项 2,免邮: 是可以作为一种优惠来设置,参考: ![](https://img.kancloud.cn/58/ad/58ad9e9b5b121c654886904125419039_1243x391.png) [https://docs.magento.com/user-guide/marketing/price-rules-cart-free-shipping.html](https://docs.magento.com/user-guide/marketing/price-rules-cart-free-shipping.html?itm_source=merchdocs&itm_medium=search_page&itm_campaign=federated_search&itm_term=free%20ship) ***** ## 8,增加newsletter订阅,留存客户 magento自带功能。 ## 9,自定义订单号 【WooCommerce Sequential Order Numbers】 参考:https://github.com/emizentech/magento2-customordernumber