2017 © Pedro Peláez
 

magento2-module module-fastway

N/A

image

dconline/module-fastway

N/A

  • Thursday, May 31, 2018
  • by minosss
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

该项目是Magento2的Fastway物流插件,通过调用Fastway的API,计算运费并呈现在Magento2网站中,该插件目前适用于南非., (*1)

功能

  1. 计算运费
  2. 查询物流信息
  3. Fastway单号验证

依赖环境

  1. PHP7以上
  2. Magento2安装方法请看:
    • https://github.com/magento/magento2

安装

  1. 获取访问Fastway的key,浏览器打开网址:http://sa.api.fastway.org/v3/docs/page/GetAPIKey.html, 填入基本信息并提交,留意邮箱内是否收到Fastway发送的邮件,邮件内会包含Key., (*2)

  2. 使用Composer(推荐), (*3)

    • composer require dconline/module-fastway
  3. 启用插件, (*4)

    • php -f bin/magento module:enable --clear-static-content Dc_Fastway
    • php -f bin/magento setup:upgrade
    • php -f bin/magento setup:static-content:deploy
    • php -f bin/magento cache:flush

配置

  1. 登录Magento2网站后台,进入到运输插件配置的菜单:Stores——>Settings——>Configuration——>Sales——>Shipping Methods.
  2. 选择Fastway,把第一步获取的Key填入到输入框中.
  3. 国家选择南非,其它选项和输入项默认即可.
  4. 发货地根据实际地区选择
  5. 刷新网站索引:
    • php -f bin/magento cache:flush

The Versions

31/05 2018

dev-develop

dev-develop

N/A

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.1.0
  • magento/module-config 101.0.*
  • magento/module-store 100.2.*
  • magento/module-shipping 100.2.*
  • magento/module-backend 100.2.*
  • magento/module-directory 100.2.*
  • magento/module-sales 101.0.*
  • magento/module-catalog 102.0.*
  • magento/module-catalog-inventory 100.2.*
  • magento/module-quote 101.0.*
  • magento/framework 101.0.*
  • lib-libxml *

 

30/05 2018

dev-master

9999999-dev

N/A

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/module-store 100.2.*
  • magento/module-shipping 100.2.*
  • magento/module-directory 100.2.*
  • magento/module-catalog 102.0.*
  • magento/module-sales 101.0.*
  • magento/module-catalog-inventory 100.2.*
  • magento/module-quote 101.0.*
  • magento/module-config 101.0.*
  • magento/framework 101.0.*
  • lib-libxml *
  • php ~7.1.0
  • magento/module-backend 100.2.*