mslwk/module-generic-order-export 问题修复 & 功能扩展

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

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

mslwk/module-generic-order-export

Composer 安装命令:

composer require mslwk/module-generic-order-export

包简介

Magento2 generic module for exporting new orders to a 3rd-party service

关键字:

README 文档

README

Latest Stable Version License Scrutinizer Code Quality Build Status Total Downloads

Magento 2 Generic Order Export module

The extension provides a simple API for exporting new orders to a 3rd-party service. You can use it as a base for your specialised module. By default it exports an order after invoice creation. By default it used RabbitMQ to send the orders asynchronously for smoother experience. This feature can be disabled via backend panel.

Installation

Via Composer

To install the extension using Composer use the following commands:

 composer require mslwk/module-generic-order-export
 php bin/magento module:enable MSlwk_GenericOrderExport
 php bin/magento setup:upgrade
From GitHub

You can download the extension directly from GitHub and put it inside app/code/MSlwk/GenericOrderExport directory. Then run the following commands:

 php bin/magento module:enable MSlwk_GenericOrderExport
 php bin/magento setup:upgrade

Usage

To use this module you are required to do several things. You are strongly advised to create your own module extending contents of this one.

  1. Create your own implementation of the MSlwk\GenericOrderExport\Api\OrderExportServiceInterface responsible for the actual export process and add a preference to your etc/di.xml like this:

       <preference for="MSlwk\GenericOrderExport\Api\OrderExportServiceInterface"
                   type="You\YourModel\Model\YourOrderExportService" />
    
  2. If you don't want to use RabbitMQ to queue the export process go to Stores -> Configuration -> Sales -> Sales -> Order Export -> Enable async export

  3. If you want to export your orders under different conditions disable the default observer responsible for exporting the orders (mslwk_order_export_sales_order_invoice_register) via your etc/events.xml. After that you have to create your own plugin/observer/whatever to export the orders. Go to MSlwk\GenericOrderExport\Observer\ExportOrderAfterInvoiceRegistered for reference.

  4. If you need a fallback mechanism in case of export failure you have to implement it yourself to reflect your needs.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固