mooore/magento2-module-better-order-incrementing 问题修复 & 功能扩展

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

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

mooore/magento2-module-better-order-incrementing

最新稳定版本:1.0.1

Composer 安装命令:

composer require mooore/magento2-module-better-order-incrementing

包简介

Increment order ids manually, instead of relying on auto increment.

README 文档

README

Increment order ids manually, instead of relying on auto increment.

When MySQL rollbacks happen, auto increment IDs do not rollback to their previous value. In many cases this isn't a bad thing, but it is for Order IDs. Order IDs need to be sequential for better organization and bookkeeping.

Installation

composer require mooore/magento2-module-better-order-incrementing
bin/magento setup:upgrade

Uninstallation

The auto_increment for the following tables probably are not in sync with the content of said tables:

  • sequence_creditmemo_X
  • sequence_invoice_X
  • sequence_order_X
  • sequence_shipment_X

Please verify this and make sure it is in sync, because if they are not and you disable/uninstall this module, you'll run into MySQL constraints.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-11-27