wegetfinancing/magento-checkout-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wegetfinancing/magento-checkout-plugin

最新稳定版本:3.0.1

Composer 安装命令:

composer require wegetfinancing/magento-checkout-plugin

包简介

WeGetFinancing checkout module for Magento 2.

README 文档

README

This is a Magento 2 module which integrates WeGetFinancing payment gateway with the Magento 2 application.

Installation

In order to install the module, please use the composer package manager.

  1. Install via composer:
    composer require "wegetfinancing/magento-checkout-plugin"
    
  2. Run the following commands to enable it:
    php -d memory_limit=-1 bin/magento module:enable WeGetFinancing_Checkout
    php -d memory_limit=-1 bin/magento setup:upgrade
    php -d memory_limit=-1 bin/magento cache:flush
    php -d memory_limit=-1 bin/magento setup:di:compile
    
  3. Enable and configure the plugin
    1. Log in into your admin area
    2. From the left menu select Stores -> Configuration
    3. Go in the subsection Sales -> Payment Methods
    4. In the first select, the country's one, choose "United Stated"
    5. In the "Other payment methods" section you will find "WeGetFinancing Checkout"
    6. Click and insert the required configurations

Update

To update the module follow those steps:

  1. Run composer to update the plugin
    composer update
    
  2. Run the magento script to upgrade, flush the cache and rebuild the dic
    php -d memory_limit=-1 bin/magento setup:upgrade
    php -d memory_limit=-1 bin/magento cache:flush
    php -d memory_limit=-1 bin/magento setup:di:compile
    

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2022-11-01