zaahed/module-auto-invoice 问题修复 & 功能扩展

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

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

zaahed/module-auto-invoice

最新稳定版本:1.0.0

Composer 安装命令:

composer require zaahed/module-auto-invoice

包简介

Auto Invoice module for Vendic.

README 文档

README

Installation

To install this package with composer run the following commands inside your Magento 2 directory:
composer require zaahed/module-auto-invoice
bin/magento module:enable Zaahed_AutoInvoice

Check your environment mode bin/magento deploy:mode:show and follow one of the two instructions below.

For production environments:
bin/magento maintenance:mode enable
bin/magento setup:di:compile
bin/magento cache:clean config
bin/magento maintenance:mode disable

For developer environments:
Remove the contents of the generated/ folder and run: bin/magento cache:clean config

How to use

  1. Browse to your Magento 2 admin.
  2. Go to Stores > Configuration > Sales > Sales.
  3. Expand Auto Invoice and pick 'Yes' for the Enable field.
  4. Select your desired payment method(s) and click Save in the right upper corner.

Invoices should be automatically created after placing an order with the selected payment methods.

Why certain choices were made

A plugin is created for OrderManagementInterface::place because this class has the @api tag and is used by the frontend, backend and Web API. The @api ensures compatibility with future Magento 2 versions until the next major release.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2023-09-15